module Vips::Image::ImageLayout
the layout of the VipsImage struct
Public Class Methods
Source
# File lib/vips/image.rb, line 76 def self.included base base.class_eval do layout :parent, Vips::Object::Struct # rest opaque end end
the layout of the VipsImage struct
# File lib/vips/image.rb, line 76 def self.included base base.class_eval do layout :parent, Vips::Object::Struct # rest opaque end end