libpng++  v0.2.5-1
C++ library for PNG images
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
png::convert_color_space< gray_pixel_16 > Struct Template Reference

Converts image color space. More...

#include <convert_color_space.hpp>

Inheritance diagram for png::convert_color_space< gray_pixel_16 >:
Collaboration diagram for png::convert_color_space< gray_pixel_16 >:

Public Types

typedef
basic_alpha_pixel_traits
< component_type
alpha_traits
 
typedef traits::component_type component_type
 
typedef pixel_traits
< gray_pixel_16
traits
 

Public Member Functions

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 handle_16 (reader &io)
 
static void handle_alpha (reader &io, uint_32 filler)
 
static void handle_gray (reader &io)
 
static void handle_palette (reader &io)
 
static void handle_rgb (reader &io)
 

Detailed Description

template<>
struct png::convert_color_space< gray_pixel_16 >

Converts image color space.

A specialization for gray_pixel_16 type.

Member Typedef Documentation

Member Function Documentation

static void png::detail::convert_color_space_impl< gray_pixel_16 >::expand_8_to_16 ( png_struct *  ,
png_row_info *  row_info,
byte row 
)
inlinestaticprotectedinherited
static void png::detail::convert_color_space_impl< gray_pixel_16 >::handle_16 ( reader io)
inlinestaticprotectedinherited
static void png::detail::convert_color_space_impl< gray_pixel_16 >::handle_alpha ( reader io,
uint_32  filler 
)
inlinestaticprotectedinherited
static void png::detail::convert_color_space_impl< gray_pixel_16 >::handle_gray ( reader io)
inlinestaticprotectedinherited
static void png::detail::convert_color_space_impl< gray_pixel_16 >::handle_palette ( reader io)
inlinestaticprotectedinherited
static void png::detail::convert_color_space_impl< gray_pixel_16 >::handle_rgb ( reader io)
inlinestaticprotectedinherited
void png::detail::convert_color_space_impl< gray_pixel_16 >::operator() ( reader io) const
inlineinherited

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