Module: Vips::Image::ImageLayout
- Included in:
- ManagedStruct, Struct
- Defined in:
- lib/vips/image.rb
Overview
the layout of the VipsImage struct
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
96 97 98 99 100 101 |
# File 'lib/vips/image.rb', line 96 def self.included base base.class_eval do layout :parent, Vips::Object::Struct # rest opaque end end |