zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
png_row_info_struct Struct Reference

#include <png.h>

Public Attributes

png_byte bit_depth
 
png_byte channels
 
png_byte color_type
 
png_byte pixel_depth
 
png_size_t rowbytes
 
png_uint_32 width
 

Detailed Description

Definition at line 830 of file png.h.

Member Data Documentation

png_byte png_row_info_struct::bit_depth

Definition at line 835 of file png.h.

Referenced by png_push_process_row(), png_read_row(), and png_write_row().

png_byte png_row_info_struct::channels

Definition at line 836 of file png.h.

Referenced by png_push_process_row(), png_read_row(), and png_write_row().

png_byte png_row_info_struct::color_type

Definition at line 834 of file png.h.

Referenced by png_push_process_row(), png_read_row(), and png_write_row().

png_byte png_row_info_struct::pixel_depth

Definition at line 837 of file png.h.

Referenced by png_push_process_row(), png_read_row(), and png_write_row().

png_size_t png_row_info_struct::rowbytes

Definition at line 833 of file png.h.

Referenced by png_push_process_row(), png_read_row(), and png_write_row().

png_uint_32 png_row_info_struct::width

Definition at line 832 of file png.h.

Referenced by png_push_process_row(), png_read_row(), and png_write_row().


The documentation for this struct was generated from the following file: