Module picto::read [] [src]

Image decoding functions.

Functions

bmp

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

from

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

from_memory

Load an image from memory, guessing its format.

from_path

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

gif

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

jpeg

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

png

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

tga

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

with_format

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

xyz

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