|
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) |