On Wed, Jun 25, 2014 at 12:25:10PM +0000, Petr Pisar wrote: > On 2014-06-25, Lukas Zapletal <lzap@xxxxxxxxxx> wrote: > > our project is looking for a simple GNU GPL v2 (or compatible) licensed > > icon set with simple icons of all latin letters. Ideally each letter in > > a circle or square with different background colors for each letter. > > Example for A on red B on blue: > > COLORS=(red blue); LABELS=(A B); for N in $(seq 0 1); do convert -size > 21x21 "xc:${COLORS[$N]}" -fill white -pointsize 21 -gravity center -draw > "text 0,2 '${LABELS[$N]}'" -fill none -stroke white -draw "rectangle 0,0 > 20,20" "${LABELS[$N]}.png"; done Only works in rawhide, but ... wow, brilliant. Zbyszek -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct