On Thu, 16 Jul 2015, Don Armstrong wrote:
> This is why I said "if they're necessary, then they're necessary".
Here's a set of default icons which can trivially be expanded to avoid
shipping those icons and downloading them:
for icon in ebay google wikipedia bing; do
convert -size 16x16 xc:white -pointsize 8 \
-font 'DejaVu-Sans' -fill black \
-stroke none \
-draw "text 0,7 '${icon:0:3}'" \
-draw "text 0,14 '${icon:3:3}'" \
${icon}.png;
done;
--
Don Armstrong http://www.donarmstrong.com
Judge if you want.
We are all going to die.
I intend to deserve it.
-- a softer world #421
http://www.asofterworld.com/index.php?id=421
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/20150717143800.GR6137@geta