module Vips::MutableImage::MutableImageLayout

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

Public Class Methods

included(base) click to toggle source
# File lib/vips/mutableimage.rb, line 23
def self.included base
  base.class_eval do
    layout :parent, Vips::Object::Struct
    # rest opaque
  end
end