Sha256: 4cdae2dbf22cb5653cd1a138fe11b98fd9463e59c5fa348bcc016a0718a503f6
Contents?: true
Size: 568 Bytes
Versions: 8
Compression:
Stored size: 568 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 end end
Version data entries
8 entries across 8 versions & 2 rubygems