ungerik / go-cairo

Go binding for the cairo graphics library
Other
146 stars 33 forks source link

Add support for cairo_surface_write_to_png_stream #10

Closed charlievieth closed 9 years ago

charlievieth commented 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.

charlievieth commented 9 years ago

Thanks!