Search found 2 matches

by vanekjar
2014-08-18T06:43:39-07:00
Forum: Bugs
Topic: Crash when working with EXIF profile in JPG image
Replies: 7
Views: 6424

Crash when working with EXIF profile in JPG image

When trying to delete profile data from an image the program consumes all the available memory and then is killed by OOM killer.

convert image_EXIF.jpg +profile "*" output.jpg

Testing image: https://dl.dropboxusercontent.com/u/15574856/image_EXIF.jpg

Tested in current version 6.8.9-7
It worked ...
by vanekjar
2014-08-14T01:25:56-07:00
Forum: Bugs
Topic: Crash when reading PNG file in IM 6.8.9
Replies: 3
Views: 5174

Crash when reading PNG file in IM 6.8.9

IM is crashes when parsing PNG file. It works in IM 6.8.8, but it crashes in 6.8.9

To try it run this command:

identify -verbose invalid_image.png

It crashes with:
Aborted (core dumped)

An invalid image example can be found here: https://dl.dropboxusercontent.com/u/15574856/invalid_image.png ...