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



74
75
76
77
78
79
# File 'lib/vips/image.rb', line 74

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