class Vips::Interpretation

  • ‘:matrix` a matrix
    * `:grey16` generic 16-bit mono
    * `:rgb16` generic 16-bit RGB
    * `:yxy` pixels are CIE Yxy
    * `:scrgb` pixels are scRGB
    * `:hsv` pixels are HSV
    * `:srgb` pixels are sRGB
    * `:labs` CIE LAB coded as three signed 16-bit values
    * `:lch` pixels are in CIE LCh space
    * `:cmc` a uniform colourspace based on CMC(1:1)
    * `:rgb` generic RGB space
    * `:labq` implies #VIPS_CODING_LABQ
    * `:cmyk` the first four bands are in CMYK space
    * `:lab` pixels are in CIE Lab space
    * `:xyz` the first three bands are CIE XYZ
    * `:fourier` image is in fourier space
    * `:histogram` a 1D image, eg. histogram or lookup table
    * `:b_w` some kind of single-band image
    * `:multiband` generic many-band image
    pixels interpreted as coordinates in CIE Lab space.
    three-band float image of type :lab should have its
    How the values in an image should be interpreted. For example, a