imageformats

Undocumented in source.

Members

Classes

ImageIOException
class ImageIOException
Undocumented in source.

Enums

AlphaType
enum AlphaType
Undocumented in source.
ColFmt
enum ColFmt
Undocumented in source.

Functions

read_image
IFImage read_image(char[] file, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_image_info
void read_image_info(char[] filename, long w, long h, long chans)
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)
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)
Undocumented in source. Be warned that the author may not have intended to support it.
read_jpeg_header
JPEG_Header read_jpeg_header(char[] filename)
Undocumented in source. Be warned that the author may not have intended to support it.
read_jpeg_header
JPEG_Header read_jpeg_header(Reader stream)
Undocumented in source. Be warned that the author may not have intended to support it.
read_png
IFImage read_png(char[] filename, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_png_from_mem
IFImage read_png_from_mem(ubyte[] source, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_png_header
PNG_Header read_png_header(char[] filename)
Undocumented in source. Be warned that the author may not have intended to support it.
read_png_header
PNG_Header read_png_header(Reader stream)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga
IFImage read_tga(char[] filename, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga_from_mem
IFImage read_tga_from_mem(ubyte[] source, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga_header
TGA_Header read_tga_header(char[] filename)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga_header
TGA_Header read_tga_header(Reader stream)
Undocumented in source. Be warned that the author may not have intended to support it.
write_image
void write_image(char[] filename, long w, long h, ubyte[] data, int req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
write_png
void write_png(char[] file, long w, long h, ubyte[] data, long tgt_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
write_png_to_mem
ubyte[] write_png_to_mem(long w, long h, ubyte[] data, long tgt_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
write_tga
void write_tga(char[] file, long w, long h, ubyte[] data, long tgt_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
write_tga_to_mem
ubyte[] write_tga_to_mem(long w, long h, ubyte[] data, long tgt_chans)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IFImage
struct IFImage
Undocumented in source.
JPEG_Header
struct JPEG_Header
Undocumented in source.
PNG_Header
struct PNG_Header
Undocumented in source.
TGA_Header
struct TGA_Header
Undocumented in source.

Meta