Movatterモバイル変換


[0]ホーム

URL:


Enumeration

VipsInterpretation

Declaration

enum Vips.Interpretation

Description[src]

How the values in an image should be interpreted. For example, athree-band float image of typeVIPS_INTERPRETATION_LAB should have itspixels interpreted as coordinates inCIE Lab space.

RGB and sRGB are treated in the same way. Use the colourspace functions ifyou want some other behaviour.

The gaps in numbering are historical and must be maintained. Allocatenew numbers from the end.

Members

VIPS_INTERPRETATION_ERROR

No description available.

  • Value:-1
  • Available since: 8.0
VIPS_INTERPRETATION_MULTIBAND

Generic many-band image.

  • Value:0
  • Available since: 8.0
VIPS_INTERPRETATION_B_W

Some kind of single-band image.

  • Value:1
  • Available since: 8.0
VIPS_INTERPRETATION_HISTOGRAM

A 1D image, eg. histogram or lookup table.

  • Value:10
  • Available since: 8.0
VIPS_INTERPRETATION_XYZ

The first three bands areCIEXYZ.

  • Value:12
  • Available since: 8.0
VIPS_INTERPRETATION_LAB

Pixels are inCIE Lab space.

  • Value:13
  • Available since: 8.0
VIPS_INTERPRETATION_CMYK

The first four bands are inCMYK space.

  • Value:15
  • Available since: 8.0
VIPS_INTERPRETATION_LABQ
  • Value:16
  • Available since: 8.0
VIPS_INTERPRETATION_RGB

GenericRGB space.

  • Value:17
  • Available since: 8.0
VIPS_INTERPRETATION_CMC

A uniform colourspace based onCMC(1:1).

  • Value:18
  • Available since: 8.0
VIPS_INTERPRETATION_LCH

Pixels are inCIE LCh space.

  • Value:19
  • Available since: 8.0
VIPS_INTERPRETATION_LABS

CIELAB coded as three signed 16-bit values.

  • Value:21
  • Available since: 8.0
VIPS_INTERPRETATION_sRGB

Pixels are sRGB.

  • Value:22
  • Available since: 8.0
VIPS_INTERPRETATION_YXY

Pixels areCIE Yxy.

  • Value:23
  • Available since: 8.0
VIPS_INTERPRETATION_FOURIER

Image is in fourier space.

  • Value:24
  • Available since: 8.0
VIPS_INTERPRETATION_RGB16

Generic 16-bitRGB.

  • Value:25
  • Available since: 8.0
VIPS_INTERPRETATION_GREY16

Generic 16-bit mono.

  • Value:26
  • Available since: 8.0
VIPS_INTERPRETATION_MATRIX

A matrix.

  • Value:27
  • Available since: 8.0
VIPS_INTERPRETATION_scRGB

Pixels are scRGB.

  • Value:28
  • Available since: 8.0
VIPS_INTERPRETATION_HSV

Pixels areHSV.

  • Value:29
  • Available since: 8.0
VIPS_INTERPRETATION_LAST

No description available.

  • Value:30
  • Available since: 8.0

Type functions

vips_interpretation_max_alpha
No description available.


[8]ページ先頭

©2009-2025 Movatter.jp