[ubuntu-art] Jaunty BG: Glass
Thorsten Wilms
t_w_ at freenet.de
Wed Feb 25 20:27:30 GMT 2009
Once more, added
https://wiki.ubuntu.com/Artwork/Incoming/Jaunty/Backgrounds?action=AttachFile&do=get&target=glass.png
to
https://wiki.ubuntu.com/Artwork/Incoming/Jaunty/Backgrounds
Glass is probably not the best name, but has to do for now :)
I took inspiration from a screenshot of the new GDM theme (havn't had it
on my own screen, yet), as well as what I recall from a briefing that
was meant for Hardy, AFAIR.
Posted a PNG this time (270.8 KB), as the JPG emphasised the banding
issues just too much. If anyone knows a trick to get better output form
Inkscape, I'm all ears.
BTW, I'm using a script to quickly generate JPGs and thumbnails from all
PNGs i put into an "export" directory, imagemagick be blessed:
#! /bin/sh
# Create thumbnails
for a in *.png; do convert $a -resize 240 ${a%%.*}_tn.jpg; done
# Create JPGs
for a in *.png; do convert -quality "90" $a ${a%%.*}.jpg; done
--
Thorsten Wilms
thorwil's design for free software:
http://thorwil.wordpress.com/
More information about the ubuntu-art
mailing list