I am using -clut to apply edits to grayscale , 8bit , '.tif' images produced via Capture One Pro 9.
How i produce the CLUT image:
Code: Select all
magick convert -colorspace LAB -channel R -separate -size 1x256 gradient: -rotate 90 clut.tif
Code: Select all
magick convert -quiet CO_IMAGE.tif CLUT.tif -clut -colorspace gray output.tif
However. The output tiff is solarized. which looks inverted but is not.
Here is the strange part.
If i take the '.tif' image and resave it using Adobe Photoshop CC.....Then -clut works just fine. It does not solarize the image
So i am curious what i am misunderstand about the -clut operation or what is the difference between a '.tif' image from Capture One Pro 9 and Adobe Photoshop?
Here is a link to example full resolution tiff image files:
https://chicagohistory.box.com/v/IM-CLUT
There are three files :
Any idea why a tiff from Adobe Photoshop works but Capture One pro doesn't?1. XXXXXX_CO-CLUT -> image created using capture one pro, then processed with IM using the -clut operator
2. XXXXXX_CO -> the tiff image straight from Capture One Pro. No adjustments or changes.
3. XXXXXX_PShop-CLUT -> the tiff image from Capture One Pro, opened and re-saved using Adobe Photoshop, then processed with IM using the -clut operator.
I have some thoughts but would appreciate your input.
Thank You.
Windows 7 x64
Version: ImageMagick 7.0.3-2 Q16 x64 2016-10-02 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC HDRI Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib