Page 1 of 1

Posted: 2006-03-29T12:32:55-07:00
by magick
You could of course use standard Java string functions to decide where to break up a stream of text and render one line at a time with JMagick or you can write to a file with the caption: prefix, for example, "caption:This is a long winded paragrapth that seems ... to go on and on forever". If you need the image in memory, use a blob method. In the MagickCore API we use ImageToBlob(), not sure what JMagick uses.