imageformats.jpeg

Undocumented in source.

Members

Functions

detect_jpeg
bool detect_jpeg(Reader stream)
Undocumented in source. Be warned that the author may not have intended to support it.
read_jpeg
IFImage read_jpeg(char[] filename, long req_chans)
read_jpeg
IFImage read_jpeg(Reader stream, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_jpeg_from_mem
IFImage read_jpeg_from_mem(ubyte[] source, long req_chans)
read_jpeg_info
void read_jpeg_info(char[] filename, int w, int h, int chans)
read_jpeg_info
void read_jpeg_info(Reader stream, int w, int h, int chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_jpeg_info_from_mem
void read_jpeg_info_from_mem(ubyte[] source, int w, int h, int chans)

Meta