refactor(colourspace)

This commit is contained in:
Tomas Aparicio 2015-07-11 20:16:39 +01:00
parent fa55264a97
commit 851e65e71e
4 changed files with 42 additions and 11 deletions

View file

@ -69,6 +69,8 @@ const (
INTERPRETATION_RGB16 Interpretation = C.VIPS_INTERPRETATION_RGB16
INTERPRETATION_GREY16 Interpretation = C.VIPS_INTERPRETATION_GREY16
INTERPRETATION_scRGB Interpretation = C.VIPS_INTERPRETATION_scRGB
INTERPRETATION_LAB Interpretation = C.VIPS_INTERPRETATION_LAB
INTERPRETATION_XYZ Interpretation = C.VIPS_INTERPRETATION_XYZ
)
const WATERMARK_FONT = "sans 10"