Convert png to tif fails

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
galv
Posts: 62
Joined: 2010-05-23T17:35:59-07:00
Authentication code: 8675308

Convert png to tif fails

Post by galv »

I'm using

Code: Select all

convert image1.png image1.tif
to convert a png file to a tif one. For some reason, some programs cannot open the resulting tif file. If I do the conversion with gimp, every program opens it without problem. Am I missing something?

I am using win32 if that helps.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert png to tif fails

Post by fmw42 »

post a link to your png image so we can test. also please identify what version of IM you are using.
Post Reply