Tiff to PNG shows layer masks even though tiff is flattened
Posted: 2017-01-08T12:24:29-07:00
So I have some images that were converted from RAW in Photoshop and several layer masks applied. I saved these files to tiff with no layers. Tiff image looks as expected. When I use the following command line, the resulting images shows a sort of negative b/w effect in the areas where the masks were applied.
convert Coxy-2016-10-22-0016-cr.tif -resize 800x800 out/Coxy-2016-10-22-0016-cr.png
If I change the format to JPG the images are much better, but several of the images show like random dead white pixels around the edge of the main mask.
Any idea what is going on? Also the process works fine with images that had layers, it just seems to be the mask that cause problems.
..dan
convert Coxy-2016-10-22-0016-cr.tif -resize 800x800 out/Coxy-2016-10-22-0016-cr.png
If I change the format to JPG the images are much better, but several of the images show like random dead white pixels around the edge of the main mask.
Any idea what is going on? Also the process works fine with images that had layers, it just seems to be the mask that cause problems.
..dan