libpng++  v0.2.5-1
C++ library for PNG images
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
convert_color_space.hpp File Reference
#include "error.hpp"
#include "rgb_pixel.hpp"
#include "rgba_pixel.hpp"
#include "gray_pixel.hpp"
#include "ga_pixel.hpp"
#include "index_pixel.hpp"
#include "reader.hpp"
#include "writer.hpp"
Include dependency graph for convert_color_space.hpp:
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

namespace  png
 
namespace  png::detail