how to overlay simple text on JPG image?
reckoner <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have a large number of JPG files. I would like to superimpose a
different text banner on each file. In other words, I'm looking for a
command like:
% for file in filelist
add_text_banner text_banner_text file file_output.jpg
The banner text can be as plain as possible, as long as the font size is
big enough.
thanks in advance!