lgi-devs / lgi

Dynamic Lua binding to GObject libraries using GObject-Introspection
MIT License
434 stars 68 forks source link

Support for streams #194

Open adamdyson opened 6 years ago

adamdyson commented 6 years ago

Any plans to support creating Surfaces for writing output to streams, rather than hitting the file system?

cairo_image_surface_create_from_png_stream cairo_pdf_surface_create_for_stream cairo_ps_surface_create_for_stream cairo_svg_surface_create_for_stream

psychon commented 6 years ago

Sure, that would be nice to have, but the reasoning from #160 still applies.