kodachrome.png

Undocumented in source.

Members

Aliases

png_FILE_p
alias png_FILE_p = FILE*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_byte
alias png_byte = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_bytep
alias png_bytep = png_byte*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_charp
alias png_charp = char*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_const_bytep
alias png_const_bytep = const(png_byte)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_const_charp
alias png_const_charp = const(char)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_const_infop
alias png_const_infop = const(png_info)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_const_inforp
alias png_const_inforp = png_const_infop
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_const_structp
alias png_const_structp = const(png_struct)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_const_structrp
alias png_const_structrp = png_const_structp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_const_textp
alias png_const_textp = const(png_text)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_error_ptr
alias png_error_ptr = void function(png_structp, png_const_charp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_infop
alias png_infop = png_info*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_infopp
alias png_infopp = png_info**
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_inforp
alias png_inforp = png_infop
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_structp
alias png_structp = png_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_structpp
alias png_structpp = png_struct**
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_structrp
alias png_structrp = png_structp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_uint_32
alias png_uint_32 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_voidp
alias png_voidp = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

createPNG
bool createPNG(string name, XImage* ximg)
Undocumented in source. Be warned that the author may not have intended to support it.
png_create_info_struct
png_infop png_create_info_struct(png_const_structrp )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_create_write_struct
png_structp png_create_write_struct(png_const_charp , png_voidp , png_error_ptr , png_error_ptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_destroy_write_struct
void png_destroy_write_struct(png_structpp , png_infopp )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_free_data
void png_free_data(png_const_structrp , png_inforp , png_uint_32 , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_init_io
void png_init_io(png_structrp , png_FILE_p )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_set_IHDR
void png_set_IHDR(png_const_structrp , png_inforp , png_uint_32 , png_uint_32 , int , int , int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_set_text
void png_set_text(png_const_structrp , png_inforp , png_const_textp , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_write_end
void png_write_end(png_structrp , png_inforp )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_write_info
void png_write_info(png_structrp , png_const_inforp )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_write_row
void png_write_row(png_structrp , png_const_bytep )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

PNG_COLOR_MASK_ALPHA
enum PNG_COLOR_MASK_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_COLOR_MASK_COLOR
enum PNG_COLOR_MASK_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_COLOR_TYPE_RGB_ALPHA
enum PNG_COLOR_TYPE_RGB_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_COMPRESSION_TYPE_BASE
enum PNG_COMPRESSION_TYPE_BASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_FILTER_TYPE_BASE
enum PNG_FILTER_TYPE_BASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_FREE_ALL
enum PNG_FREE_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_INTERLACE_NONE
enum PNG_INTERLACE_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_LIBPNG_VER_STRING
enum PNG_LIBPNG_VER_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PNG_TEXT_COMPRESSION_NONE
enum PNG_TEXT_COMPRESSION_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

png_info
struct png_info
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_struct
struct png_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
png_text
struct png_text
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta