With respect to topic, viewtopic.php?f=1&t=20881
Writing right-to-left text seems to be broken in my IM 6.7.6.8 Q16 Mac OSX Snow Leopard.
This works, but the text is not right-to-left
convert -background white -fill black -encoding Unicode -font Arial -gravity center \
-pointsize 40 label:'ניסיון' show:
But this gives only a white image, no black text.
convert -background white -fill black -encoding Unicode -font Arial -gravity center \
-direction right-to-left -pointsize 40 label:'ניסיון' show:
possible bug -direction IM 6.7.6.8 Q16
Re: possible bug -direction IM 6.7.6.8 Q16
We can reproduce the problem and will have a patch within a day or two. Thanks.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: possible bug -direction IM 6.7.6.8 Q16
On the User's forum, Anthony seems to imply that label: is too primitive and that one may need to use pango to make this work.magick wrote:We can reproduce the problem and will have a patch within a day or two. Thanks.
see
viewtopic.php?f=1&t=20881#p84274
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: possible bug -direction IM 6.7.6.8 Q16
Actually I said that it depends on the font being used.
But essentially yes, label: will not handle all unicode properly, as some parts need higher level control and maybe font switching to handle right. Pango provides this.
But essentially yes, label: will not handle all unicode properly, as some parts need higher level control and maybe font switching to handle right. Pango provides this.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/