21 #ifndef GNASH_IMAGE_PNG_H 22 #define GNASH_IMAGE_PNG_H 41 std::unique_ptr<Input>
createPngInput(std::shared_ptr<IOChannel> in);
std::unique_ptr< Output > createPngOutput(std::shared_ptr< IOChannel > o, size_t width, size_t height, int quality)
Definition: GnashImagePng.cpp:411
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
Definition: klash_part.cpp:329
std::unique_ptr< Input > createPngInput(std::shared_ptr< IOChannel > in)
Create a PngInput and transfer ownership to the caller.
Definition: GnashImagePng.cpp:403
Definition: klash_part.cpp:329