Page 1 of 1

Converting jpg to mpc results in core dumped

Posted: 2015-04-08T11:36:53-07:00
by Starefossen
Command:

Code: Select all

convert -quiet -regard-warnings input.jpg output.mpc
Output:

Code: Select all

convert: magick/blob.c:4020: WriteBlob: Assertion `data != (const unsigned char *) ((void *)0)' failed.
Aborted (core dumped)
Test Image:

https://s3-eu-west-1.amazonaws.com/jotu ... G_5299.jpg

Versions:

ImageMagick 6.7.7-10 2014-03-06 Q16 (Ubuntu 14.04 64 bit)

Re: Converting jpg to mpc results in core dumped

Posted: 2015-04-08T11:46:39-07:00
by fmw42
Your image converts to MPC format perfectly fine under IM 6.9.1.1 Q16 Mac OSX. Version 6.7.7.10 is over 130 versions old. I doubt the IM developers will patch such an old version. You would be advised to upgrade. But I will defer to the IM developers.

Re: Converting jpg to mpc results in core dumped

Posted: 2015-04-08T12:57:34-07:00
by Starefossen
Thanks for the confirmation that this works in latest version of IM. My installation of IM is through aptitude - I'll have to install from source then :)