Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
png_io_private.hpp File ReferenceInternal support for reading and writing PNG files. More...
#include <algorithm>
#include <vector>
#include <png.h>
#include <boost/static_assert.hpp>
#include "../../core/gil_config.hpp"
#include "../../core/gray.hpp"
#include "../../core/rgb.hpp"
#include "../../core/rgba.hpp"
#include "../../core/image.hpp"
#include "../../core/typedefs.hpp"
#include "io_error.hpp"
Go to the source code of this file.
|
Namespaces |
namespace | detail |
Classes |
struct | detail::png_bit_depth< CHANNEL > |
struct | detail::png_color_type< CS > |
struct | detail::png_color_type< gray_t > |
struct | detail::png_color_type< rgb_t > |
struct | detail::png_color_type< rgba_t > |
struct | detail::png_is_supported< CHANNEL, COLORSPACE > |
struct | detail::png_is_supported< bits16, gray_t > |
struct | detail::png_is_supported< bits16, rgb_t > |
struct | detail::png_is_supported< bits16, rgba_t > |
struct | detail::png_is_supported< bits8, gray_t > |
struct | detail::png_is_supported< bits8, rgb_t > |
struct | detail::png_is_supported< bits8, rgba_t > |
struct | detail::png_read_support_private< CHANNEL, COLORSPACE > |
struct | detail::png_read_support_private< bits16, gray_t > |
struct | detail::png_read_support_private< bits16, rgb_t > |
struct | detail::png_read_support_private< bits16, rgba_t > |
struct | detail::png_read_support_private< bits8, gray_t > |
struct | detail::png_read_support_private< bits8, rgb_t > |
struct | detail::png_read_support_private< bits8, rgba_t > |
class | detail::png_reader |
class | detail::png_reader_color_convert |
struct | detail::png_write_support_private< CHANNEL, COLORSPACE > |
struct | detail::png_write_support_private< bits16, gray_t > |
struct | detail::png_write_support_private< bits16, rgb_t > |
struct | detail::png_write_support_private< bits16, rgba_t > |
struct | detail::png_write_support_private< bits8, gray_t > |
struct | detail::png_write_support_private< bits8, rgb_t > |
struct | detail::png_write_support_private< bits8, rgba_t > |
class | detail::png_writer |
Detailed Description
- Author:
- Hailin Jin and Lubomir Bourdev
Adobe Systems Incorporated
- Date:
- 2005-2006
Last updated June 10, 2006
Definition in file png_io_private.hpp.
|