Search found 4 matches

by skribb
2015-08-04T04:43:47-07:00
Forum: Users
Topic: Resize image, then annotate with autosize text - how?
Replies: 2
Views: 2067

Resize image, then annotate with autosize text - how?

I'm trying to resize an image and then annotate it with autosizing text that should fit the 512x512 image canvas. This is my code: convert "folder.jpg" -resize "512x512^" -gravity center -crop 512x512+0+0 +repage "folder.jpg" SLEEP 1 convert -size 512x512 xc:none -gravi...
by skribb
2015-01-28T06:42:15-07:00
Forum: Users
Topic: How to increase opacity of a text shadow?
Replies: 2
Views: 2636

Re: How to increase opacity of a text shadow?

That's some ockult magick right there! Works perfect, thanks :)
by skribb
2015-01-28T05:17:42-07:00
Forum: Users
Topic: How to increase opacity of a text shadow?
Replies: 2
Views: 2636

How to increase opacity of a text shadow?

Hi, i have created a text using convert -size 500x250 canvas:none -font Roboto-Regular -pointsize 160 -draw "text 90,230 '12.34'" -channel RGBA -blur 0x30 -fill white -draw "text 90,230 '12.34'" clock.png which renders: http://i.imgur.com/yK4kyDF.png Now, i am happy with the resu...