21 #ifndef GNASH_IMAGE_PNG_H
22 #define GNASH_IMAGE_PNG_H
25 #include <boost/shared_ptr.hpp>
42 std::auto_ptr<Input>
createPngInput(boost::shared_ptr<IOChannel> in);
std::auto_ptr< Input > createPngInput(boost::shared_ptr< IOChannel > in)
Create a PngInput and transfer ownership to the caller.
Definition: GnashImagePng.cpp:406
Definition: klash_part.cpp:329
Definition: klash_part.cpp:329
std::auto_ptr< Output > createPngOutput(boost::shared_ptr< IOChannel > o, size_t width, size_t height, int quality)
Definition: GnashImagePng.cpp:414