Ron Savage on wrote... | Hi Folks | | As per the Subject... | | On this page | | http://www.cit.gu.edu.au/~anthony/graphics/imagick6/text/#size | | o The problem is the tile option | | On the page www/convert.html, for tile it says: | –tile filename tile image when filling a graphic primitive | | Questions: | | o What exactly is the graphic primitive being filled by the tile | option in the example? Is it the text? I assume so. | Their are quite a number of tile otpions.
in convert -tile image will override and replace the -fill option for -draw and -annotate | But in Perl the Annotate() method does not have a tile option. | It probably should. Note however that -annotate is actually just an extra layer on top of the -draw text primative So you can use that instead. | The Draw() method does have a tile option, and a text option, but no font or | pointsize options. | Actually it does, it is just part of the MVG language draw uses... See the options in http://www.cit.gu.edu.au/~anthony/graphics/imagick6/draw/#settings | o When I tried Annotate() and then Texture(), the effect of texture simply fills | the image with the tiled image, hiding the text. | The texture is probably used for generating images from a tile, not as a tile fill. | o So, how exactly can the example effect be done in Perl? | In PerlMagick.. I don't know I rarely use it! Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- The Procrastinator Club meeting has been postponed, due to lack of interest. -- Kim Possible Cartoon ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
