Skip to main content

Thread: Help with Imagemagick convert -strokewidth


hello!
i'm using code
code:
#create watermark  convert -size 700x80 xc:black -font /usr/share/fonts/truetype/eager___.ttf -pointsize 100 -gravity center \            -draw "fill black text 0,0  '©acrocephalus'" -stroke black -strokewidth 2 \            stamp_fgnd.png    convert -size 700x80 xc:black -font /usr/share/fonts/truetype/eager___.ttf -pointsize 100 -gravity center \            -draw "fill white  text  1,1  '©acrocephalus'  \                               text  0,0  '©acrocephalus'  \                   fill black  text -1,-1 '©acrocephalus'" -stroke black -strokewidth 2 \            +matte stamp_mask.png    composite -compose copyopacity  stamp_mask.png  stamp_fgnd.png  stamp.png    mogrify -trim +repage stamp.png
adapted http://www.imagemagick.org/usage/annotating/#wmark_text generate png image watermark pictures. i'd increase stroke width, setting higher values not seem produce effect. me thicker strokes?
cheers!



Forum The Ubuntu Forum Community Other Discussion and Support Art & Design Help with Imagemagick convert -strokewidth


Ubuntu

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?