Hi,
- sorry for my bad english -
Look that image :
You can see " image magick ? " draw with small bird.
It is possible to do this with image magick ?
I want to write a text on an image...
BUT
instead of use any police , I try to draw the text with lot of small images.
Any idea please ?
Draw text with images, it is possible ?
Re: Draw text with images, it is possible ?
I'm so bad in english and nobody understand my problem ?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Draw text with images, it is possible ?
Tiffany wrote:I'm so bad in english and nobody understand my problem ?
No, we understand, but I have no solution within IM.
Re: Draw text with images, it is possible ?
Hi Tiffany,
How many different small bird images did you use?
There are actually ways of doing some similar things using IM if you're willing to do a fair bit of programming. I think something is certainly possible using PerlMagick, for example.
I've also seen some graphics programs (e.g., PaintShop Pro) that allow for drawing using a "brush" consisting of an alternating family of images.
Rick
How many different small bird images did you use?
There are actually ways of doing some similar things using IM if you're willing to do a fair bit of programming. I think something is certainly possible using PerlMagick, for example.
I've also seen some graphics programs (e.g., PaintShop Pro) that allow for drawing using a "brush" consisting of an alternating family of images.
Rick
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Draw text with images, it is possible ?
This can be a very tricky thing to do. I don't think it is juat a matter of substituting a brush, as teh fonts are not drawn in that way.
More it is a matter of trying to get a list of points (center of circles) that can give a rough representation of an area of color.
More it is a matter of trying to get a list of points (center of circles) that can give a rough representation of an area of color.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Draw text with images, it is possible ?
Right --- a brush approach works in a graphics program like PSP, if you do the drawing "by hand", the turning, etc., because your brain is good at following lines. That part would be hard to program (but not impossible using edge detection and such). Finding positions for birds to achieve appropriately averaged color is, on the other hand, very doable.