mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-13 09:20:29 -07:00
refactor(colourspace)
This commit is contained in:
parent
fa55264a97
commit
851e65e71e
4 changed files with 42 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue