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
90 91 92 93 94 95 |
# File 'lib/vips/image.rb', line 90 def self.included base base.class_eval do layout :parent, Vips::Object::Struct # rest opaque end end |