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
67 68 69 70 71 72 |
# File 'lib/vips/image.rb', line 67 def self.included base base.class_eval do layout :parent, Vips::Object::Struct # rest opaque end end |