Class: Cairo::ImageSurface
- Inherits:
-
Object
- Object
- Cairo::ImageSurface
- Defined in:
- lib/morandi/cairo_ext.rb
Overview
Add ImageSurface.to_gdk_pixbuf for converting back to pixbuf without exporting as PNG
Instance Method Summary collapse
Instance Method Details
#to_gdk_pixbuf ⇒ Object
52 53 54 |
# File 'lib/morandi/cairo_ext.rb', line 52 def to_gdk_pixbuf GdkPixbufCairo.surface_to_pixbuf(self) end |