Skip to content

Commit 132f343

Browse files
authored
fix typo (#267)
1 parent 2bff6b1 commit 132f343

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vips/color.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const (
3737
InterpretationSRGB Interpretation = C.VIPS_INTERPRETATION_sRGB
3838
InterpretationYXY Interpretation = C.VIPS_INTERPRETATION_YXY
3939
InterpretationFourier Interpretation = C.VIPS_INTERPRETATION_FOURIER
40-
InterpretationGB16 Interpretation = C.VIPS_INTERPRETATION_RGB16
4140
InterpretationGrey16 Interpretation = C.VIPS_INTERPRETATION_GREY16
4241
InterpretationMatrix Interpretation = C.VIPS_INTERPRETATION_MATRIX
4342
InterpretationScRGB Interpretation = C.VIPS_INTERPRETATION_scRGB

0 commit comments

Comments
 (0)