Sha256: 06aee2a8680895e2797b72223a4c33621901f52e9786af12087301cc088de979
Contents?: true
Size: 577 Bytes
Versions: 18
Compression:
Stored size: 577 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
18 entries across 18 versions & 2 rubygems