Module: Vips::MutableImage::MutableImageLayout

Included in:
ManagedStruct, Struct
Defined in:
lib/vips/mutableimage.rb

Overview

layout is exactly as Image (since we are also wrapping a VipsImage object)

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



23
24
25
26
27
28
# File 'lib/vips/mutableimage.rb', line 23

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