Re: SVG to PNG
Pro Turm <[email protected]> Tue, 17 Nov 2020 13:55:14 +0100
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <CADC9rU-Asvipn5QLYhTwA+HytSjO4bQpYjYrQR6Uey7Ro9+XYQ@mail.gmail.com> |
Thanks.
It was a more prosaic reason for the above. StaticModules[] are traversed
alphabetically, and if they are not declared alphabetically for loading
(e.g.
STATICM("SVG",RegisterSVGImage,UnregisterSVGImage)), than they are not
registered :
if (StaticModules[index].name[0] > module_name[0])
break;
Another questions arouse further:
What kind of fonts are a prerequisite? I'm having a Calibri font in the
svg, and graphicsmagick has a fallback to urw fonts (n019004l.pfb)? If they
are Ghostscript installed fonts I would have a problem with the license.
What would be the right approach to follow in this case, i.e. whats
GraphicsMagick design about fonts?
Am Mo., 16. Nov. 2020 um 15:54 Uhr schrieb Bob Friesenhahn <
[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
>
>
> _______________________________________________
> Graphicsmagick-help mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/graphicsmagick-help
>
_______________________________________________
Graphicsmagick-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-help