feature request for label:* pseudo file format

Discuss the conjure program and the Magick Scripting Language (MSL) here. MSL is an XML-based wrapper to the ImageMagick image-processing functions.
Post Reply
docjones2
Posts: 11
Joined: 2011-07-27T15:42:04-07:00
Authentication code: 8675308

feature request for label:* pseudo file format

Post by docjones2 »

Hello,

So I've begun to explore the pseudo file formats, they are much fun, particularly the label:* pseudo format. MSL support for the pseudo file formats is pretty good, however there is only one hole I have managed to find, and it is in label:*

The imagemagick command line tutorials describe all the commands which affect the output of label:* (size, background, fill, pointsize, gravity, stroke, strokewidth, undercolor, font)

All of these work as attributes to the image tag (ie: <image gravity="Center ... />) except for font, undercolor and strokewidth.

Is it possible that these attributes can be implemented in the image tag so that the label:* pseudo file format works with the same features as the command line?

Thank you!!!
Post Reply