Closed charlievieth closed 9 years ago
This change adds support for cairo_surface_write_to_png_stream, which allows a Surface to be written as a PNG to a byte buffer. Previously the only option for converting a Surface to a PNG was to write it to a file.
cairo_surface_write_to_png_stream
Surface
Thanks!
This change adds support for
cairo_surface_write_to_png_stream
, which allows aSurface
to be written as a PNG to a byte buffer. Previously the only option for converting aSurface
to a PNG was to write it to a file.