imageformats

Undocumented in source.

Members

Classes

ImageIOException
class ImageIOException
Undocumented in source.

Enums

ColFmt
enum ColFmt
Undocumented in source.

Functions

read_bmp
IFImage read_bmp(char[] filename, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_bmp_from_mem
IFImage read_bmp_from_mem(ubyte[] source, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_bmp_header
BMP_Header read_bmp_header(char[] filename)
Undocumented in source. Be warned that the author may not have intended to support it.
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[] file, 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_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_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.
write_image
void write_image(char[] file, long w, long h, ubyte[] data, long 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

BMP_Header
struct BMP_Header
Undocumented in source.
DibV1
struct DibV1
Undocumented in source.
DibV2
struct DibV2
Undocumented in source.
DibV4
struct DibV4
Undocumented in source.
DibV5
struct DibV5
Undocumented in source.
IFImage
struct IFImage
Undocumented in source.
PNG_Header
struct PNG_Header
Undocumented in source.
TGA_Header
struct TGA_Header
Undocumented in source.

Meta