png_row_info
extern (C) nothrow @nogc
struct png_row_info {
}
- bit_depth
png_byte bit_depth;
Undocumented in source.
- channels
png_byte channels;
Undocumented in source.
- color_type
png_byte color_type;
Undocumented in source.
- pixel_depth
png_byte pixel_depth;
Undocumented in source.
- rowbytes
size_t rowbytes;
Undocumented in source.
- width
png_uint_32 width;
Undocumented in source.
libpng png
aliasesfunctionsmanifest constantsstructsvariables