png++ 0.2.9
|
Holds information about PNG image. Adapter class for IO image operations. More...
#include <info.hpp>
Protected Member Functions | |
void | sync_ihdr (void) const |
Additional Inherited Members | |
![]() | |
io_base & | m_io |
png_struct * | m_png |
png_info * | m_info |
![]() | |
uint_32 | m_width |
uint_32 | m_height |
int | m_bit_depth |
color_type | m_color_type |
interlace_type | m_interlace_type |
compression_type | m_compression_type |
filter_type | m_filter_type |
palette | m_palette |
tRNS | m_tRNS |
double | m_gamma |
Holds information about PNG image. Adapter class for IO image operations.
|
inline |
|
inline |
References png::chunk_gAMA, png::chunk_PLTE, png::chunk_tRNS, png::color_type_palette, png::image_info::m_bit_depth, png::image_info::m_color_type, png::image_info::m_compression_type, png::image_info::m_filter_type, png::image_info::m_gamma, png::image_info::m_height, png::info_base::m_info, png::image_info::m_interlace_type, png::image_info::m_palette, png::info_base::m_png, png::image_info::m_tRNS, and png::image_info::m_width.
Referenced by png::reader< istream >::read_info().
|
inline |
|
inline |
References png::info_base::m_info, png::info_base::m_png, and sync_ihdr().
Referenced by png::reader< istream >::update_info().