vips-d v0.1.4 (2019-03-24T10:34:38Z)
Dub
Repo
VImage
vips
image
Undocumented in source.
struct
VImage {
package
VipsImage
*
img
;
this
(VipsImage* source, bool isOwned);
~this
();
this(this)
;
void
saveToFile
(string file);
static
VImage
fromFile
(string file);
static
GType
getType
();
}
Constructors
this
this
(VipsImage* source, bool isOwned)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
saveToFile
void
saveToFile
(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromFile
VImage
fromFile
(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
getType
GType
getType
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
img
VipsImage
*
img
;
Undocumented in source.
Meta
Source
See Implementation
vips
image
functions
baseOp
structs
VImage