Re: Generating a Text Image
Jan Öhman <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
Hello! I hope, I don't steal the question below from "Jonathan". "I need to be able to generate a GIF image on the fly for words of text in a non-Roman font to be part of a dynamic web page served by PHP/Apache." //Jan Pete Whatever skrev: > Hi Jan, > You can use a text file like this: > > convert -size 300x -font Times-New-Roman -pointsize 24 \ > caption:@caption_text.txt caption.gif > > > Best Wishes > Pete > > > > > >