Re: SVG to PNG

Bob Friesenhahn <[email protected]> Mon, 16 Nov 2020 08:54:14 -0600 (CST)
Newsgroups gmane.comp.video.graphicsmagick.help
Message-ID <[email protected]>
On Mon, 16 Nov 2020, Pro Turm wrote:

> Thank you for the answer.
>
> What would the and
>
> MissingDelegateError together with NoDecodeDelegateForThisImageFormat
>
> in this context mean?

That would mean that a suitable decoder/encoder was not compiled in or 
discovered for the format requested.

The last-ditch effort is to find an external program ("delegate") to 
handle the format, and this is why the error message is so strange.

If you can run the 'gm.exe' program, it it is good to execute 'gm 
convert -list formats' to see the formats which are supported by the 
build, and 'gm convert -list delegates' to see the rules supplied by 
the delegates.mgk file (if any).

If 'gm.exe' works, but your own program does not work, then something 
is different with your program.

Set the MAGICK_DEBUG environment variable to the text string 
'configure' and then run the program in order to see a log of 
everything which is done during initialization.

Bob
-- 
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt