gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
FreeImage
gfm
freeimage
freeimage
FreeImage library wrapper.
final
class
FreeImage {
this
(Logger logger, bool useExternalPlugins);
~this
();
void
close
();
string
getVersion
();
string
getCopyrightMessage
();
package
Logger
_logger
;
}
Constructors
this
this
(Logger logger, 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
string
getCopyrightMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
getVersion
string
getVersion
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_logger
Logger
_logger
;
Undocumented in source.
Meta
Source
See Implementation
gfm
freeimage
freeimage
classes
FreeImage
FreeImageException
FreeImage library wrapper.