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

@ -223,4 +223,5 @@ type Options struct {
Sharpen Sharpen
Threshold float64
OutputICC string
InputICC string
}