convert SVG => pixels are not authentic

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
Sylphide
Posts: 3
Joined: 2012-09-21T10:57:08-07:00
Authentication code: 67789

convert SVG => pixels are not authentic

Post by Sylphide »

Hello,

I have a problem with SVG conversion :
https://www.dropbox.com/s/rnof2cn6lc8er5t/chart.svg
https://www.dropbox.com/s/ebyha9py8jbqm ... orrect.png
https://www.dropbox.com/s/jererwt4dvgrs ... magick.png

>convert chart.svg chart.png
convert.exe: pixels are not authentic `C:/Users/Alex/AppData/Local/Temp/magick--
gmFpobK' @ error/cache.c/QueueAuthenticPixelCacheNexus/4390.

>convert -version
Version: ImageMagick 6.7.9-6 2012-09-13 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP

Operating System : Windows 7 x64 Pro

Thank you for your help...
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert SVG => pixels are not authentic

Post by fmw42 »

Same on my Mac OSX Snow Leopard IM 6.7.9.6 Q16


convert chart.svg chart.png
convert: pixels are not authentic `/tmp/magick-LCo2a4k1' @ error/cache.c/QueueAuthenticPixelCacheNexus/4390.


But I do not currently have RSVG delegate installed.

convert -list format

SVG SVG rw+ Scalable Vector Graphics (XML 2.7.8 )


You might try installing the RSVG delegate and see if that works better. Otherwise, report this on the Bugs forum.
Last edited by fmw42 on 2012-09-21T18:44:16-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert SVG => pixels are not authentic

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.7.9-7 Beta available by sometime tomorrow. Thanks.
Sylphide
Posts: 3
Joined: 2012-09-21T10:57:08-07:00
Authentication code: 67789

Re: convert SVG => pixels are not authentic

Post by Sylphide »

Thank you for your response.

I installed 6.7.9-7 but I still have an error with same image output :
>convert chart.svg chart.png
convert.exe: Memory allocation failed `C:/Users/Wild_Boy/AppData/Local/Temp/magi
ck-vQbG9Fim[0]' @ error/cache.c/AcquireCacheNexusPixels/4985.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert SVG => pixels are not authentic

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.7.9-8 Beta available by sometime tomorrow. Thanks.
Sylphide
Posts: 3
Joined: 2012-09-21T10:57:08-07:00
Authentication code: 67789

Re: convert SVG => pixels are not authentic

Post by Sylphide »

Sorry but still same error with 6.7.9-8 ... (I installed ImageMagick-6.7.9-8-Q16-windows-dll.exe)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert SVG => pixels are not authentic

Post by magick »

We exported the wrong Windows binaries. We'll correct this problem later today. Thanks.
plumio
Posts: 1
Joined: 2012-10-25T07:08:19-07:00
Authentication code: 67789

Re: convert SVG => pixels are not authentic

Post by plumio »

It seems that I have ran into the same (or similar) problem.

> convert test.svg test.png
convert.exe: Non-conforming drawing primitive definition `,' @ error/draw.c/Draw
Image/3164.

> convert -version
Version: ImageMagick 6.8.0-2 2012-10-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP

I hope someone can help me. Thanks.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert SVG => pixels are not authentic

Post by magick »

The support for the internal SVG renderer is incomplete. Some SVG files are expected to fail. Under Linux, ImageMagick leverages an external SVG delegate to render all SVG image files properly, however, we have not ported the SVG delegate to Windows yet.
Post Reply