Go to the documentation of this file.
21 #ifndef GNASH_IMAGE_PNG_H
22 #define GNASH_IMAGE_PNG_H
41 std::unique_ptr<Input>
createPngInput(std::shared_ptr<IOChannel> in);
@ height
Definition: klash_part.cpp:329
void log_debug(StringType msg, Args... args)
Definition: log.h:301
std::int32_t y
Definition: BitmapData_as.cpp:435
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
as_value getHeight(DisplayObject &o)
Definition: DisplayObject.cpp:356
std::unique_ptr< Input > createPngInput(std::shared_ptr< IOChannel > in)
Create a PngInput and transfer ownership to the caller.
Definition: GnashImagePng.cpp:403
type
Definition: GnashKey.h:330
@ length
Definition: klash_part.cpp:329
@ GNASH_IMAGE_INVALID
Definition: GnashImage.h:48
@ TYPE_RGB
Definition: GnashImage.h:49
@ o
Definition: GnashKey.h:161
@ width
Definition: klash_part.cpp:329
SimpleBuffer data
Definition: LocalConnection_as.cpp:151
@ TYPE_RGBA
Definition: GnashImage.h:50
std::unique_ptr< Output > createPngOutput(std::shared_ptr< IOChannel > o, size_t width, size_t height, int quality)
Definition: GnashImagePng.cpp:411