possible bug -direction for text.
Posted: 2018-02-14T12:35:24-07:00
IM 6.9.9.34 Q16 and 7.0.7.22 Q16 HDRI Mac OSX Sierra
-direction right-to-left only shows one character.
No -direction:
-direction left-to-right:
-direction right-to-left:
-direction right-to-left only shows one character.
No -direction:
Code: Select all
convert -size 500x -background white \
-fill black \
-gravity center \
-font Ubuntu-Bold \
label:"ABCD" \
test2.png
-direction left-to-right:
Code: Select all
convert -size 500x -background white \
-fill black \
-gravity center \
-direction left-to-right \
-font Ubuntu-Bold \
label:"ABCD" \
test2_ltr.png
-direction right-to-left:
Code: Select all
convert -size 500x -background white \
-fill black \
-gravity center \
-direction right-to-left \
-font Ubuntu-Bold \
label:"ABCD" \
test2_rtl.png