liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Image
liberty
core
imaging
image
final
class
Image {
this
(bool useExternalPlugins);
~this
();
const
(
char
)[]
version_
();
const
(
char
)[]
copyright_
();
}
Constructors
this
this
(bool useExternalPlugins)
Loads the FreeImage library and logs some information.
Destructor
~this
~this
()
Members
Functions
copyright_
const
(
char
)[]
copyright_
()
version_
const
(
char
)[]
version_
()
Meta
Source
See Implementation
liberty
core
imaging
image
classes
Image
ImageException