gfm v6.2.8 (2017-06-07T21:06:48Z)
Home
Dub
Repo
FreeImage
gfm
freeimage
freeimage
FreeImage library wrapper.
final
class
FreeImage {
this
(bool useExternalPlugins);
~this
();
const
(
char
)[]
getVersion
();
const
(
char
)[]
getCopyrightMessage
();
}
Constructors
this
this
(bool useExternalPlugins)
Loads the FreeImage library and logs some information.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
getCopyrightMessage
const
(
char
)[]
getCopyrightMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
getVersion
const
(
char
)[]
getVersion
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gfm
freeimage
freeimage
classes
FreeImage
FreeImageException
functions
ensureNotInGC
FreeImage library wrapper.