Module dlangui.graphics.images

This module contains image loading functions.

Currently uses FreeImage.

Usage of libpng is not feasible under linux due to conflicts of library and binding versions.

Synopsis

import dlangui.graphics.images;

Functions

Name Description
importImage
loadImage load and decode image from file to ColorDrawBuf, returns null if loading or decoding is failed
loadImage load and decode image from input stream to ColorDrawBuf, returns null if loading or decoding is failed

Classes

Name Description
ImageDecodingException

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0