mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
Update Transform ICC Profiles with Input Profile
Support for input profile when there is none embbeded in image.
This commit is contained in:
parent
4eb8362deb
commit
d883bb6fee
4 changed files with 44 additions and 2 deletions
|
|
@ -161,6 +161,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