Search found 4 matches

by iznogoud
2014-10-28T10:25:52-07:00
Forum: Bugs
Topic: Core dump converting a TIFF image
Replies: 10
Views: 9658

Re: Core dump converting a TIFF image

snibgo wrote:Yes, to avoid the core dump, I suggest you install the latest version.
OK, I'll try in a couple of weeks.

Thanks for the help,
Georges
by iznogoud
2014-10-28T08:33:32-07:00
Forum: Bugs
Topic: Core dump converting a TIFF image
Replies: 10
Views: 9658

Re: Core dump converting a TIFF image

EDIT: My test above is with IM v6.8.9-5. I suspect this isn't an IM bug, but an error in the file. Some software tolerates some errors. IM is quite strict. IM shouldn't dump core. Are you using an old version of IM? Errors properly on a self-compiled IM 6.8.9-8 on Ubuntu 14.04 amd64 I'm running a 6...
by iznogoud
2014-10-23T08:52:50-07:00
Forum: Bugs
Topic: Core dump converting a TIFF image
Replies: 10
Views: 9658

Core dump converting a TIFF image

Hello, Currently writing a PHP software I got a core dump on '$image = new Imagick($fullFileName);' instruction. I tried to directly use 'convert" on the same picture: # convert image.tif image.jpg Segmentation fault (core dumped) This is a valid TIFF image (I'm able to open it using Paint, The...