ReactOS 0.4.15-dev-7953-g1f49173
png_info_def Struct Reference

#include <pnginfo.h>

Collaboration diagram for png_info_def:

Public Attributes

png_uint_32 width
 
png_uint_32 height
 
png_uint_32 valid
 
size_t rowbytes
 
png_colorp palette
 
png_uint_16 num_palette
 
png_uint_16 num_trans
 
png_byte bit_depth
 
png_byte color_type
 
png_byte compression_type
 
png_byte filter_type
 
png_byte interlace_type
 
png_byte channels
 
png_byte pixel_depth
 
png_byte spare_byte
 
png_uint_32 free_me
 

Detailed Description

Definition at line 55 of file pnginfo.h.

Member Data Documentation

◆ bit_depth

png_byte png_info_def::bit_depth

Definition at line 65 of file pnginfo.h.

◆ channels

png_byte png_info_def::channels

Definition at line 75 of file pnginfo.h.

◆ color_type

png_byte png_info_def::color_type

Definition at line 66 of file pnginfo.h.

◆ compression_type

png_byte png_info_def::compression_type

Definition at line 68 of file pnginfo.h.

◆ filter_type

png_byte png_info_def::filter_type

Definition at line 69 of file pnginfo.h.

◆ free_me

png_uint_32 png_info_def::free_me

Definition at line 228 of file pnginfo.h.

◆ height

png_uint_32 png_info_def::height

Definition at line 59 of file pnginfo.h.

◆ interlace_type

png_byte png_info_def::interlace_type

Definition at line 70 of file pnginfo.h.

◆ num_palette

png_uint_16 png_info_def::num_palette

Definition at line 63 of file pnginfo.h.

◆ num_trans

png_uint_16 png_info_def::num_trans

Definition at line 64 of file pnginfo.h.

◆ palette

png_colorp png_info_def::palette

Definition at line 62 of file pnginfo.h.

◆ pixel_depth

png_byte png_info_def::pixel_depth

Definition at line 76 of file pnginfo.h.

◆ rowbytes

size_t png_info_def::rowbytes

Definition at line 61 of file pnginfo.h.

◆ spare_byte

png_byte png_info_def::spare_byte

Definition at line 77 of file pnginfo.h.

◆ valid

png_uint_32 png_info_def::valid

Definition at line 60 of file pnginfo.h.

◆ width

png_uint_32 png_info_def::width

Definition at line 58 of file pnginfo.h.


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