Tif File Causing IM Crash

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
cliff2281
Posts: 3
Joined: 2017-05-16T09:56:44-07:00
Authentication code: 1151

Tif File Causing IM Crash

Post 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!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Tif File Causing IM Crash

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Tif File Causing IM Crash

Post 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.
snibgo's IM pages: im.snibgo.com
cliff2281
Posts: 3
Joined: 2017-05-16T09:56:44-07:00
Authentication code: 1151

Re: Tif File Causing IM Crash

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Tif File Causing IM Crash

Post 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.
cliff2281
Posts: 3
Joined: 2017-05-16T09:56:44-07:00
Authentication code: 1151

Re: Tif File Causing IM Crash

Post by cliff2281 »

thanks everyone. appreciate the support!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Tif File Causing IM Crash

Post by fmw42 »

You might get by just upgrading liboff and/or libjpeg.
Post Reply