michelle wrote:How bizzare, the first time I ran identify -verbose C:\causes-crash.tif it caused a crash. I ran it a second time, it took about 25 seconds to output. But it worked.
Here you go: http://www.michellepace.com/indentify.v ... output.txt
Checking out the installation now... I'll do a install/re-install. Ja, I wish I could away with just mac at work. =)
Try the convert again.
convert image.tiff image.png
perhaps it is the png coder that is the problem.
convert -list format
PNG* PNG rw- Portable Network Graphics (libpng 1.4.8 )
what version do you get from this command?
What was the error message upon crashing, if it crashes again?
Could it be just a huge image and timing out on convert? Do you have enough memory to do the conversion on a large tiff file? If the tiff file is huge, then you might need a different tiff library for extra large tiff file? How big widthxheight is your tiff image? See the verbose info: you just generated. OK -- 7200x4909 is not too big. The verbose info: looks fine to me.