MagickStudio v1.7 Output>Preview function not working

Use this forum for comments, suggestions or problems related to the online ImageMagick Studio web interface @ https://imagemagick.org/MagickStudio.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

It appears the script is not finding any fonts. Try this command from the command line:
  • convert logo: preview:image.png
Does it include preview labels? If so, the problem is isolated to the MagickStudio script.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

To render fonts you need to include the Freetype delegate library when you build ImageMagick. Type
  • identify -list type
The TTF format should have a mode of r-- and list the Freetype library version #. If Freetype support is not included, ImageMagick defers to Postscript fonts which are rendered with the Ghostscript program, gs. You will of course need to install Ghostscript and have gs in your execution path.
Post Reply