png++ 0.2.9
Public Types | Public Member Functions | Static Protected Member Functions | List of all members
png::detail::convert_color_space_impl< pixel > Struct Template Reference

IO transformation class template. Converts image color space. More...

#include <convert_color_space.hpp>

Public Types

typedef pixel_traits< pixeltraits
 
typedef traits::component_type component_type
 
typedef basic_alpha_pixel_traits< component_typealpha_traits
 

Public Member Functions

template<class reader >
void operator() (reader &io) const
 

Static Protected Member Functions

static void expand_8_to_16 (png_struct *, png_row_info *row_info, byte *row)
 
static void dump_row (byte const *row, uint_32 width)
 
template<class reader >
static void handle_16 (reader &io)
 
template<class reader >
static void handle_alpha (reader &io, uint_32 filler)
 
template<class reader >
static void handle_palette (reader &io)
 
template<class reader >
static void handle_rgb (reader &io)
 
template<class reader >
static void handle_gray (reader &io)
 

Detailed Description

template<typename pixel>
struct png::detail::convert_color_space_impl< pixel >

IO transformation class template. Converts image color space.

Member Typedef Documentation

◆ traits

◆ component_type

template<typename pixel >
typedef traits::component_type png::detail::convert_color_space_impl< pixel >::component_type

◆ alpha_traits

Member Function Documentation

◆ operator()()

template<typename pixel >
template<class reader >
void png::detail::convert_color_space_impl< pixel >::operator() ( reader io) const
inline

◆ expand_8_to_16()

template<typename pixel >
static void png::detail::convert_color_space_impl< pixel >::expand_8_to_16 ( png_struct ,
png_row_info row_info,
byte row 
)
inlinestaticprotected

◆ dump_row()

template<typename pixel >
static void png::detail::convert_color_space_impl< pixel >::dump_row ( byte const row,
uint_32  width 
)
inlinestaticprotected

◆ handle_16()

template<typename pixel >
template<class reader >
static void png::detail::convert_color_space_impl< pixel >::handle_16 ( reader io)
inlinestaticprotected

◆ handle_alpha()

template<typename pixel >
template<class reader >
static void png::detail::convert_color_space_impl< pixel >::handle_alpha ( reader io,
uint_32  filler 
)
inlinestaticprotected

◆ handle_palette()

template<typename pixel >
template<class reader >
static void png::detail::convert_color_space_impl< pixel >::handle_palette ( reader io)
inlinestaticprotected

◆ handle_rgb()

template<typename pixel >
template<class reader >
static void png::detail::convert_color_space_impl< pixel >::handle_rgb ( reader io)
inlinestaticprotected

◆ handle_gray()

template<typename pixel >
template<class reader >
static void png::detail::convert_color_space_impl< pixel >::handle_gray ( reader io)
inlinestaticprotected

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