Page 1 of 1

Tif File Causing IM Crash

Posted: 2017-05-16T10:16:16-07:00
by cliff2281
IM keeps crashing when using this particular TIF file.

Here are the conditions:
  • IM Version: ImageMagick 6.8.0-5 2012-11-03 Q16
  • OS: Windows
  • Command Line: imconvert.exe tiff: C:\Users\cchoi\Desktop\Test_ImageMagick\test.TIF C:\Users\cchoi\Desktop\Test_ImageMagick\test1.jpg
  • Error: IM Crashes w/ - "ImageMagick Studio library and utility programs has stopped working"
Please let me know if more information is needed and thanks in advance for your help!

Re: Tif File Causing IM Crash

Posted: 2017-05-16T10:22:54-07:00
by fmw42
try removing tiff: especially since it has a space between it and the input. Also you can add -quiet to remove the warnings about unknown tags.

Code: Select all

convert test.TIFF test1.jpg
works fine for me on IM 6.9.8.5 Q16 Mac OSX

Re: Tif File Causing IM Crash

Posted: 2017-05-16T10:48:16-07:00
by snibgo
For me, on Windows 8.1, the command...

Code: Select all

convert test.TIF x.jpg
... fails under IM v6.8.0-9 but succeeds under 6.8.1-10.

These are old versions, of course. I suggest you upgrade.

Re: Tif File Causing IM Crash

Posted: 2017-05-16T10:51:41-07:00
by cliff2281
I tried the following and still experiencing a crash.

Code: Select all

imconvert.exe -quiet test.TIF test1.jpg

Code: Select all

imconvert.exe test.TIF test1.jpg

Re: Tif File Causing IM Crash

Posted: 2017-05-16T11:44:07-07:00
by fmw42
Sound like you need to upgrade ImageMagick. You probably have a buggy version. IM 6.8.0.5 is about 180 versions old.

Re: Tif File Causing IM Crash

Posted: 2017-05-16T12:10:03-07:00
by cliff2281
thanks everyone. appreciate the support!

Re: Tif File Causing IM Crash

Posted: 2017-05-16T16:07:28-07:00
by fmw42
You might get by just upgrading liboff and/or libjpeg.