Search found 3 matches
- 2012-01-03T19:36:23-07:00
- Forum: Users
- Topic: Getting Text Aligned to the left of an Image
- Replies: 3
- Views: 6588
Re: Getting Text Aligned to the left of an Image
Brilliant! Cheers Mate!
- 2011-12-28T14:43:06-07:00
- Forum: Users
- Topic: Getting Text Aligned to the left of an Image
- Replies: 3
- Views: 6588
Re: Getting Text Aligned to the left of an Image
So I have been getting closer!!
My command now looks like this:
convert mypic.jpg -resize 300x300 -background none -fill black -font Utopia-Italic -pointsize 24 label:"$1" +append \
-font Utopia-Regular label:"$2" -gravity east +append \
-font Utopia-Regular -gravity east label:"$3" -append ...
My command now looks like this:
convert mypic.jpg -resize 300x300 -background none -fill black -font Utopia-Italic -pointsize 24 label:"$1" +append \
-font Utopia-Regular label:"$2" -gravity east +append \
-font Utopia-Regular -gravity east label:"$3" -append ...
- 2011-12-28T13:30:07-07:00
- Forum: Users
- Topic: Getting Text Aligned to the left of an Image
- Replies: 3
- Views: 6588
Getting Text Aligned to the left of an Image
Hi everyone!
I'm loving working with Image Magick, it's amazingly powerful! I'm using the command line utility on Fedora Linux.
I've been trying to get text to sit to the right of an image while being aligned, and I've been trying to achieve this by reading the Annotation doc here:
http://www ...
I'm loving working with Image Magick, it's amazingly powerful! I'm using the command line utility on Fedora Linux.
I've been trying to get text to sit to the right of an image while being aligned, and I've been trying to achieve this by reading the Annotation doc here:
http://www ...