Adobe Systems, Inc.

png_io.hpp File Reference

Support for reading and writing PNG files Requires libpng and zlib! More...

#include <stdio.h>
#include <string>
#include <png.h>
#include <boost/static_assert.hpp>
#include "../../core/gil_config.hpp"
#include "../../core/utilities.hpp"
#include "io_error.hpp"
#include "png_io_private.hpp"

Go to the source code of this file.


Classes

struct  png_read_support< VIEW >
 Determines whether the given view type is supported for reading. More...
struct  png_write_support< VIEW >
 Determines whether the given view type is supported for writing. More...

Functions

template<typename IMAGE>
void png_read_and_convert_image (const std::string &filename, IMAGE &im)
template<typename IMAGE>
void png_read_and_convert_image (const char *filename, IMAGE &im)
template<typename VIEW>
void png_read_and_convert_view (const std::string &filename, const VIEW &view)
template<typename VIEW>
void png_read_and_convert_view (const char *filename, const VIEW &view)
point2< int > png_read_dimensions (const std::string &filename)
ADOBE_GIL_NAMESPACE_BEGIN
point2< int > 
png_read_dimensions (const char *filename)
template<typename IMAGE>
void png_read_image (const std::string &filename, IMAGE &im)
template<typename IMAGE>
void png_read_image (const char *filename, IMAGE &im)
template<typename VIEW>
void png_read_view (const std::string &filename, const VIEW &view)
template<typename VIEW>
void png_read_view (const char *filename, const VIEW &view)
template<typename VIEW>
void png_write_view (const std::string &filename, const VIEW &view)
template<typename VIEW>
void png_write_view (const char *filename, const VIEW &view)

Detailed Description

Definition in file png_io.hpp.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google