Gnash
0.8.10
|
#include <memory>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::image |
Image handling functions and classes. | |
Functions | |
std::auto_ptr< Input > | gnash::image::createPngInput (boost::shared_ptr< IOChannel > in) |
Create a PngInput and transfer ownership to the caller. | |
std::auto_ptr< Output > | gnash::image::createPngOutput (boost::shared_ptr< IOChannel > o, size_t width, size_t height, int quality) |