Search found 2 matches

by MR. Garcia
2017-06-29T00:23:51-07:00
Forum: Users
Topic: How create persian or arabic text with imgaemagick ?
Replies: 19
Views: 19422

Re: How create persian or arabic text with imgaemagick ?

Create and image using pango: that puts text onto a transparent background. The composite the result onto your background image at the location you want. See http://www.imagemagick.org/Usage/text/#pango http://www.imagemagick.org/Usage/compose/#compose http://www.imagemagick.org/Usage/layers ...
by MR. Garcia
2017-06-28T08:50:12-07:00
Forum: Users
Topic: How create persian or arabic text with imgaemagick ?
Replies: 19
Views: 19422

Re: How create persian or arabic text with imgaemagick ?

Hi there, and so sorry to bring an old topic up... How can I use pango to write ON a picture? I can use it to append a text on top/bottom of a picture, like this: convert Input.jpg -font Yekan -fill Red -pointsize 20 -gravity Center pango:"تست..." -append Output.jpg But when I remove the "-append" p ...