Class: VIPS::MagickReader

Inherits:
Reader
  • Object
show all
Defined in:
lib/vips/reader.rb,
ext/reader.c,
ext/reader.c

Instance Attribute Summary

Attributes inherited from Reader

#path

Instance Method Summary collapse

Methods inherited from Reader

#exif, #exif?, #initialize, #read, recognized?, #x_size, #y_size

Constructor Details

This class inherits a constructor from VIPS::Reader

Instance Method Details

#read_bufferObject



218
219
220
# File 'lib/vips/reader.rb', line 218

def read_buffer
  @_im = buf_internal @path
end