I've searched the forums for a solution but cannot find one, so sorry if I am repeating a question. I would really appreciate your help to fix my problem.
ImageMagick version: ImageMagick 6.8.9-0 Q16 x64 2014-04-06
Sample file: http://www.conceiva.com/_tmp/watch.tif
I want to create a transparent PNG from the above TIFF file. In Photoshop, I can see there are clip paths and I can use the first clip path to remove the background and then save as a PNG. This works great in Photoshop.
In ImageMagick, I am trying to do the same via the ImageMagick command line. I've tries all sorts of command lines such as:
Code: Select all
convert.exe watch.tif -clip -alpha transparent +clip -channel A -negate im.png
Photoshop output: http://www.conceiva.com/_tmp/ps.png
ImageMagick output: http://www.conceiva.com/_tmp/im.png
You can see that on the top left near the "ADJUST" text, the edge is indented in the ImageMagick PNG but not the Photoshop PNG. Also on the bottom right under the "SEARCH" text, the edge is cut off.
I have 1000s of these images that all seem to have the same clip path problem and that I need to convert into PNG. What am I doing wrong? Is there a solution?
Many thanks in advance!
Best regards,
Paul.