We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bff6b1 commit 132f343Copy full SHA for 132f343
vips/color.go
@@ -37,7 +37,6 @@ const (
37
InterpretationSRGB Interpretation = C.VIPS_INTERPRETATION_sRGB
38
InterpretationYXY Interpretation = C.VIPS_INTERPRETATION_YXY
39
InterpretationFourier Interpretation = C.VIPS_INTERPRETATION_FOURIER
40
- InterpretationGB16 Interpretation = C.VIPS_INTERPRETATION_RGB16
41
InterpretationGrey16 Interpretation = C.VIPS_INTERPRETATION_GREY16
42
InterpretationMatrix Interpretation = C.VIPS_INTERPRETATION_MATRIX
43
InterpretationScRGB Interpretation = C.VIPS_INTERPRETATION_scRGB
0 commit comments