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;
load and decode image from file to ColorDrawBuf, returns null if loading or decoding is failed
load and decode image from input stream to ColorDrawBuf, returns null if loading or decoding is failed
See Source File
Boost License 1.0
Vadim Lopatin, 2014
Vadim Lopatin, coolreader.org@gmail.com
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: