Method: Vips::Image.radload

Defined in:
lib/vips8/methods.rb

.radload(filename, opts = {}) ⇒ Vips::Image, Hash<Symbol => Object>

Load a radiance image from a file.

Parameters:

  • Filename to load from

  • (defaults to: {})

    Set of options

Options Hash (opts):

  • :disc (Boolean)

    Open to disc

  • :access (Vips::Access)

    Required access pattern for this file

  • :flags (Vips::ForeignFlags)

    Output -- Flags for this file

Returns:

  • Output image, Hash of optional output items



# File 'lib/vips8/methods.rb', line 807