Search found 1 match

by Unregistered User
2018-03-18T15:43:22-07:00
Forum: Users
Topic: convert text with images in it to image
Replies: 0
Views: 12971

convert text with images in it to image

Hi, i have a long text which can have multiple images in it (for example smilies). The text with images should be converted to an image, and wordwrapped in case it surpasses a specified length. At the moment i'm using convert -fill black -size 200x200 caption:"a very long text" output.png ...