mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-15 10:25:55 -07:00
Merge pull request #299 from evanoberholster/master
Update Transform ICC Profiles with Input Profile
This commit is contained in:
commit
1faf8e4f8d
4 changed files with 44 additions and 2 deletions
|
|
@ -172,6 +172,7 @@ func saveImage(image *C.VipsImage, o Options) ([]byte, error) {
|
|||
Interlace: o.Interlace,
|
||||
NoProfile: o.NoProfile,
|
||||
Interpretation: o.Interpretation,
|
||||
InputICC: o.InputICC,
|
||||
OutputICC: o.OutputICC,
|
||||
StripMetadata: o.StripMetadata,
|
||||
Lossless: o.Lossless,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue