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
ubyte[] read_image(char[] file, long w, long h, long chans, long reqc)
Undocumented in source. Be warned that the author may not have intended to support it.
read_image
ubyte[] read_image(char[] file, long w, long h, long chans, long a, long rc)
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
ubyte[] read_jpeg(char[] file, long w, long h, long chans, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_jpeg
ubyte[] read_jpeg(Reader stream, long w, long h, long chans, long a, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_jpeg_from_mem
ubyte[] read_jpeg_from_mem(ubyte[] source, long w, long h, long chans, long a, 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
ubyte[] read_png(char[] file, long w, long h, long chans, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_png
ubyte[] read_png(Reader stream, long w, long h, long chans, long a, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_png_from_mem
ubyte[] read_png_from_mem(ubyte[] source, long w, long h, long chans, long a, 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
ubyte[] read_tga(char[] file, long w, long h, long chans, long rc)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga
ubyte[] read_tga(Reader stream, long w, long h, long chans, long a, long req_chans)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga_from_mem
ubyte[] read_tga_from_mem(ubyte[] source, long w, long h, long chans, long a, 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
void write_png(Writer stream, 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
void write_tga(Writer stream, 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

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