Sha256: 045907e30c5cf19f10f60cb208394665cd2ff7057e3d8324b8fc000e7a999f35

Contents?: true

Size: 545 Bytes

Versions: 4

Compression:

Stored size: 545 Bytes

Contents

module Vips

  # The format used for each band element. Each corresponds to a native C type
  # for the current machine.
  #
  # * `:notset` invalid setting
  # * `:uchar` unsigned char format
  # * `:char` char format
  # * `:ushort` unsigned short format
  # * `:short` short format
  # * `:uint` unsigned int format
  # * `:int` int format
  # * `:float` float format
  # * `:complex` complex (two floats) format
  # * `:double` double float format
  # * `:dpcomplex` double complex (two double) format
  class BandFormat < Symbol
  end

end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ruby-vips-2.0.14 lib/vips/bandformat.rb
vips-8.8.0.3 lib/vips/bandformat.rb
vips-8.8.0.2 lib/vips/bandformat.rb
vips-8.8.0.1 lib/vips/bandformat.rb