Module picto::read[][src]

Expand description

Image decoding functions.

Functions

Load a BMP image from an input stream, with the ability to set parameters on the decoder.

Load an image from an input stream, guessing its format.

Load an image from memory, guessing its format.

Load an image from the given path, guessing its format.

Load a GIF image from an input stream, with the ability to set parameters on the decoder.

Load a JPEG image from an input stream, with the ability to set parameters on the decoder.

Load a PNG image from an input stream, with the ability to set parameters on the decoder.

Load a TGA image from an input stream, with the ability to set parameters on the decoder.

Load an image from an input stream with the given format.

Load an XYZ image from an input stream, with the ability to set parameters on the decoder.