linuxChique
03-17-2003, 11:22 AM
This one truly baffles me. I'm dealing with about 7000 text strings approximately 125 characters long. They are descriptions of pictures of products in my client's merchandise catalogue. I'm using ImageMagick to manipulate the images, so I tried to use Annotate to place the text in whitespace below the images, but my text strings are too long, and Annotate apparently cannot wrap text. I need to split each string into four parts, subsituting a newline for a space in three places in the string. So I need to find the space closest to the middle character and substitute it for a newline and do the same for the two pieces the previous operation will make.
Kudos to whoever can figure this out!!!
Thanks,
Erin Spiceland
Kudos to whoever can figure this out!!!
Thanks,
Erin Spiceland