Sha256: aa288d42a16b210560b5b6aa30770649d1a3c2ecd812e6f2f4c96be4726cf8cf
Contents?: true
Size: 543 Bytes
Versions: 21
Compression:
Stored size: 543 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
21 entries across 21 versions & 3 rubygems