gfm v2.0.16 (2015-04-13T07:35:49Z)
Home
Dub
Repo
FreeImage
gfm
freeimage
freeimage
FreeImage library wrapper.
final
class
FreeImage {
this
(bool useExternalPlugins);
~this
();
void
close
();
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
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
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
FreeImage library wrapper.