png++  0.2.9
Classes | Namespaces
convert_color_space.hpp File Reference

Go to the source code of this file.

Classes

struct  png::detail::convert_color_space_impl< pixel >
 IO transformation class template. Converts image color space. More...
 
struct  png::convert_color_space< pixel >
 IO transformation class template. Converts image color space. More...
 
struct  png::convert_color_space< rgb_pixel >
 Converts image color space. A specialization for rgb_pixel type. More...
 
struct  png::convert_color_space< rgb_pixel_16 >
 Converts image color space. A specialization for rgb_pixel_16 type. More...
 
struct  png::convert_color_space< rgba_pixel >
 Converts image color space. A specialization for rgba_pixel type. More...
 
struct  png::convert_color_space< rgba_pixel_16 >
 Converts image color space. A specialization for rgba_pixel_16 type. More...
 
struct  png::convert_color_space< gray_pixel >
 Converts image color space. A specialization for gray_pixel type. More...
 
struct  png::convert_color_space< gray_pixel_16 >
 Converts image color space. A specialization for gray_pixel_16 type. More...
 
struct  png::convert_color_space< ga_pixel >
 Converts image color space. A specialization for ga_pixel type. More...
 
struct  png::convert_color_space< ga_pixel_16 >
 Converts image color space. A specialization for ga_pixel_16 type. More...
 
struct  png::convert_color_space< index_pixel >
 Converts image color space. A specialization for index_pixel type. More...
 

Namespaces

 png
 
 png::detail