Search found 5 matches

by Alextov
2015-08-19T09:58:12-07:00
Forum: IMagick
Topic: SVG to PNG 'memory allocation failed `
Replies: 3
Views: 13817

Re: SVG to PNG 'memory allocation failed `

Thank you for your reply, tried on another server and it works. I've installed Inkscape and it worked, no more mistakes.
by Alextov
2015-08-19T09:57:31-07:00
Forum: IMagick
Topic: Fatal error: 'memory allocation failed `
Replies: 3
Views: 13401

Re: Fatal error: 'memory allocation failed `

I've installed Inkscape and it worked, no more mistakes.
by Alextov
2015-08-19T09:18:06-07:00
Forum: IMagick
Topic: SVG to PNG 'memory allocation failed `
Replies: 3
Views: 13817

SVG to PNG 'memory allocation failed `

I have error 'memory allocation failed ` when I convert svg file by php script.
Fatal error: Uncaught exception 'ImagickException' with message 'memory allocation failed `/tmp/magick-1745853hAKLkjIfYt' @ error/svg.
c/ReadSVGImage/2999' in /root/qwe.php:575

CentOS release 6.6
Version: ImageMagick ...
by Alextov
2015-08-19T09:12:25-07:00
Forum: IMagick
Topic: Fatal error: 'memory allocation failed `
Replies: 3
Views: 13401

Re: Fatal error: 'memory allocation failed `

Pasting your SVG into a text file called memfail.svg and running "convert memfail.svg m.png" works fine for me. (ImageMagick v6.9.1-6, Inkscape v0.91.)

But Imagick isn't ImageMagick. I suggest you ask on an Imagick forum.
I try, but...:
[root@vps1004 ~]# convert memfail.svg m.png
convert ...
by Alextov
2015-08-19T07:37:58-07:00
Forum: IMagick
Topic: Fatal error: 'memory allocation failed `
Replies: 3
Views: 13401

Fatal error: 'memory allocation failed `

I have error 'memory allocation failed ` when I convert svg file by php script.
Fatal error: Uncaught exception 'ImagickException' with message 'memory allocation failed `/tmp/magick-1745853hAKLkjIfYt' @ error/svg.
c/ReadSVGImage/2999' in /root/qwe.php:575

CentOS release 6.6
Version: ImageMagick ...