Holds information about PNG image. More...
#include <image_info.hpp>
Holds information about PNG image.
png::image_info::image_info | ( | ) | [inline] |
Constructs the image_info object with default values for color_type, interlace_type, compression_method and filter_type.
size_t png::image_info::get_width | ( | ) | const [inline] |
References m_width.
Referenced by png::io_base::get_width().
void png::image_info::set_width | ( | size_t | width | ) | [inline] |
References m_width.
Referenced by png::image< pixel >::resize(), png::io_base::set_width(), and png::streaming_base< pixel, image_info_ref_holder >::streaming_base().
size_t png::image_info::get_height | ( | ) | const [inline] |
References m_height.
Referenced by png::io_base::get_height(), and png::generator< pixel, pixel_generator, image_info_ref_holder, true >::write().
void png::image_info::set_height | ( | size_t | height | ) | [inline] |
References m_height.
Referenced by png::image< pixel >::resize(), png::io_base::set_height(), and png::streaming_base< pixel, image_info_ref_holder >::streaming_base().
color_type png::image_info::get_color_type | ( | ) | const [inline] |
References m_color_type.
Referenced by png::io_base::get_color_type().
void png::image_info::set_color_type | ( | color_type | color_space | ) | [inline] |
References m_color_type.
Referenced by png::make_image_info(), and png::io_base::set_color_type().
size_t png::image_info::get_bit_depth | ( | ) | const [inline] |
References m_bit_depth.
Referenced by png::io_base::get_bit_depth().
void png::image_info::set_bit_depth | ( | size_t | bit_depth | ) | [inline] |
References m_bit_depth.
Referenced by png::make_image_info(), and png::io_base::set_bit_depth().
interlace_type png::image_info::get_interlace_type | ( | ) | const [inline] |
References m_interlace_type.
Referenced by png::io_base::get_interlace_type(), and png::image< pixel >::get_interlace_type().
void png::image_info::set_interlace_type | ( | interlace_type | interlace | ) | [inline] |
References m_interlace_type.
Referenced by png::io_base::set_interlace_type(), and png::image< pixel >::set_interlace_type().
compression_type png::image_info::get_compression_type | ( | ) | const [inline] |
References m_compression_type.
Referenced by png::io_base::get_compression_type(), and png::image< pixel >::get_compression_type().
void png::image_info::set_compression_type | ( | compression_type | compression | ) | [inline] |
References m_compression_type.
Referenced by png::io_base::set_compression_type(), and png::image< pixel >::set_compression_type().
filter_type png::image_info::get_filter_type | ( | ) | const [inline] |
References m_filter_type.
Referenced by png::io_base::get_filter_type(), and png::image< pixel >::get_filter_type().
void png::image_info::set_filter_type | ( | filter_type | filter | ) | [inline] |
References m_filter_type.
Referenced by png::io_base::set_filter_type(), and png::image< pixel >::set_filter_type().
palette const& png::image_info::get_palette | ( | ) | const [inline] |
References m_palette.
Referenced by png::image< pixel >::get_palette().
void png::image_info::set_palette | ( | palette const & | plte | ) | [inline] |
References m_palette.
Referenced by png::image< pixel >::set_palette().
void png::image_info::drop_palette | ( | ) | [inline] |
Removes all entries from the palette.
References m_palette.
Referenced by png::detail::convert_color_space_impl< rgb_pixel >::handle_palette().
tRNS const& png::image_info::get_tRNS | ( | ) | const [inline] |
References m_tRNS.
Referenced by png::image< pixel >::get_tRNS().
void png::image_info::set_tRNS | ( | tRNS const & | trns | ) | [inline] |
References m_tRNS.
Referenced by png::image< pixel >::set_tRNS().
uint_32 png::image_info::m_width [protected] |
Referenced by get_width(), png::info::read(), set_width(), and png::info::sync_ihdr().
uint_32 png::image_info::m_height [protected] |
Referenced by get_height(), png::info::read(), set_height(), and png::info::sync_ihdr().
size_t png::image_info::m_bit_depth [protected] |
Referenced by get_bit_depth(), png::info::read(), set_bit_depth(), and png::info::sync_ihdr().
color_type png::image_info::m_color_type [protected] |
Referenced by get_color_type(), png::info::read(), set_color_type(), png::info::sync_ihdr(), and png::info::write().
interlace_type png::image_info::m_interlace_type [protected] |
Referenced by get_interlace_type(), png::info::read(), set_interlace_type(), and png::info::sync_ihdr().
compression_type png::image_info::m_compression_type [protected] |
Referenced by get_compression_type(), png::info::read(), set_compression_type(), and png::info::sync_ihdr().
filter_type png::image_info::m_filter_type [protected] |
Referenced by get_filter_type(), png::info::read(), set_filter_type(), and png::info::sync_ihdr().
palette png::image_info::m_palette [protected] |
Referenced by drop_palette(), get_palette(), png::info::read(), set_palette(), and png::info::write().
tRNS png::image_info::m_tRNS [protected] |
Referenced by get_tRNS(), png::info::read(), set_tRNS(), and png::info::write().