Image Conversion PNG->Tiff
Posted: 2016-05-06T11:10:17-07:00
I have a maybe not so weird image question, based on some reading I've done (eg http://stackoverflow.com/questions/1362 ... y-and-cmyk). I'd like to have other thoughts if anyone has any.
I am converting the following image:
http://imgur.com/mzv3av6
Using the following command:
convert "C:\users\phrenologist\desktop\test\balloon.png" -resize 600x600 -compress zip "C:\users\phrenologist\desktop\test\toTiff.tiff"
When I view the tiff image in the Windows image previewer application, it looks fine. Transparency is maintained, or it is, apparently.
When I view the tiff image in photoshop, the image does not look fine - transparency is not maintained. A black boarder is present.
When I place the tiff image in indesign, the image does not look fine - transparency is similarly not maintained.
Is this a problem with Adobe applications, or a problem with my methodology of conversion? I have tried using the parameter "-transparent blue" but the resulting image did not look any different in any of the above applications.
I am converting the following image:
http://imgur.com/mzv3av6
Using the following command:
convert "C:\users\phrenologist\desktop\test\balloon.png" -resize 600x600 -compress zip "C:\users\phrenologist\desktop\test\toTiff.tiff"
When I view the tiff image in the Windows image previewer application, it looks fine. Transparency is maintained, or it is, apparently.
When I view the tiff image in photoshop, the image does not look fine - transparency is not maintained. A black boarder is present.
When I place the tiff image in indesign, the image does not look fine - transparency is similarly not maintained.
Is this a problem with Adobe applications, or a problem with my methodology of conversion? I have tried using the parameter "-transparent blue" but the resulting image did not look any different in any of the above applications.