mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat: add Dockerfile / Docker-driven CI job
This commit is contained in:
parent
a1976273e7
commit
5aca0ea5b1
6 changed files with 99 additions and 138 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue