feat: add Dockerfile / Docker-driven CI job

This commit is contained in:
Tomas 2020-06-07 01:16:45 +02:00
parent a1976273e7
commit 5aca0ea5b1
6 changed files with 99 additions and 138 deletions

View file

@ -52,7 +52,7 @@ type vipsSaveOptions struct {
NoProfile bool
StripMetadata bool
Lossless bool
InputICC string // Absolute path to the input ICC profile
InputICC string // Absolute path to the input ICC profile
OutputICC string // Absolute path to the output ICC profile
Interpretation Interpretation
}