Hello Ravinderjit


I am not sure why you are trying to write something in red and then write over it at the exact same place in black. But I think your syntax may be in error. Try the following

 convert -size 2100x1200 xc:white \
\( -font arial -pointsize 105 -fill "rgb(255,0,0)" -draw "text 100, 100 '1.ImageMagick'" \) -rotate +0 \ \( -font arial -pointsize 105 -fill "rgb(0,0,0)" -draw "text 100, 100 '1.ImageMagick'" \) -rotate +5 \ \( -font arial -pointsize 105 -fill "rgb(2550,0,0)" -draw "text 100, 900 '2.ImageMagick'" \) -rotate +0 \ \( -font arial -pointsize 105 -fill "rgb(0,0,0)" -draw "text 100, 900 '2.ImageMagick'" \) -rotate +5 \
output.BMP


Fred Weinhaus





I need your help!

I am trying Rotation in windows platfom on command line:
------------------------------------------------------------------------
-----------
convert -size 2100x1200 xc:white ^
  ( -font  arial  -pointsize 105 -fill rgb(255,0,0)   -draw  " rotate +0
text  100, 100 '1.ImageMagick'" ) ^
  ( -font  arial  -pointsize 105 -fill rgb(0,0,0)     -draw  " rotate +5
text  100, 100 '1.ImageMagick'" ) ^
  ( -font  arial  -pointsize 105 -fill rgb(2550,0,0)  -draw  " rotate +0
text  100, 900 '2.ImageMagick'" ) ^
  ( -font  arial  -pointsize 105 -fill rgb(0,0,0)     -draw  " rotate +5
text  100, 900 '2.ImageMagick'" ) ^
  output.BMP

Output
----------
Output.bmp shows two black text lines ("ImageMagicK") at 100,100
location and another at 100,900 location.
Rotation of both the text is "+5".
But the rotation effect of second line is different with first line (Why
so?)
and How i can get the good desired result (Please suggest me)

Thanks and Regards
Ravinderjit Singh Sidhu
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to