png++  0.2.7
List of all members
png::convert_color_space< index_pixel > Struct Template Reference

Converts image color space. A specialization for index_pixel type. More...

#include <convert_color_space.hpp>

Inheritance diagram for png::convert_color_space< index_pixel >:
png::detail::convert_color_space_impl< index_pixel >

Additional Inherited Members

- Public Types inherited from png::detail::convert_color_space_impl< index_pixel >
typedef pixel_traits< index_pixeltraits
 
typedef traits::component_type component_type
 
typedef
basic_alpha_pixel_traits
< component_type
alpha_traits
 
- Public Member Functions inherited from png::detail::convert_color_space_impl< index_pixel >
void operator() (reader &io) const
 
- Static Protected Member Functions inherited from png::detail::convert_color_space_impl< index_pixel >
static void expand_8_to_16 (png_struct *, png_row_info *row_info, byte *row)
 
static void dump_row (byte const *row, size_t width)
 
static void handle_16 (reader &io)
 
static void handle_alpha (reader &io, uint_32 filler)
 
static void handle_palette (reader &io)
 
static void handle_rgb (reader &io)
 
static void handle_gray (reader &io)
 

Detailed Description

template<>
struct png::convert_color_space< index_pixel >

Converts image color space. A specialization for index_pixel type.


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