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

@ -172,7 +172,7 @@ func saveImage(image *C.VipsImage, o Options) ([]byte, error) {
Interlace: o.Interlace,
NoProfile: o.NoProfile,
Interpretation: o.Interpretation,
InputICC: o.InputICC,
InputICC: o.InputICC,
OutputICC: o.OutputICC,
StripMetadata: o.StripMetadata,
Lossless: o.Lossless,