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

#include <png.h>

Public Attributes

png_bytedata
 
png_byte location
 
png_byte name [5]
 
png_size_t size
 

Detailed Description

Definition at line 693 of file png.h.

Member Data Documentation

png_byte* png_unknown_chunk_t::data

Definition at line 696 of file png.h.

Referenced by png_write_end(), png_write_info(), and png_write_info_before_PLTE().

png_byte png_unknown_chunk_t::location

Definition at line 700 of file png.h.

Referenced by png_write_end(), png_write_info(), and png_write_info_before_PLTE().

png_byte png_unknown_chunk_t::name[5]

Definition at line 695 of file png.h.

Referenced by png_write_end(), png_write_info(), and png_write_info_before_PLTE().

png_size_t png_unknown_chunk_t::size

Definition at line 697 of file png.h.

Referenced by png_write_end(), png_write_info(), and png_write_info_before_PLTE().


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