Update Transform ICC Profiles with Input Profile

Support for input profile when there is none embbeded in image.
This commit is contained in:
Evan Oberholster 2018-11-04 22:04:19 +02:00
parent 4eb8362deb
commit d883bb6fee
4 changed files with 44 additions and 2 deletions

View file

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