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



51
52
53
54
55
56
# File 'lib/vips/image.rb', line 51

def self.included base
    base.class_eval do
        layout :parent, Vips::Object::Struct
        # rest opaque
    end
end