Merge pull request #299 from evanoberholster/master

Update Transform ICC Profiles with Input Profile
This commit is contained in:
Tom 2020-06-06 18:14:07 +02:00 committed by GitHub
commit 1faf8e4f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 2 deletions

View file

@ -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,