Class: Vips::BandFormat
- Inherits:
-
Symbol
- Object
- Symbol
- Vips::BandFormat
- Defined in:
- lib/vips/bandformat.rb
Overview
The format used for each band element. Each corresponds to a native C type for the current machine.
-
:notsetinvalid setting -
:ucharunsigned char format -
:charchar format -
:ushortunsigned short format -
:shortshort format -
:uintunsigned int format -
:intint format -
:floatfloat format -
:complexcomplex (two floats) format -
:doubledouble float format -
:dpcomplexdouble complex (two double) format