| Customization / Desktop Screenshots / Unix & Linux | ©2012-2013 ~TheImmortalPhoenix |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
It's not the same but it's pretty similar
Sincerely a happy web dev and computer engineer.
Hmm I tried to port some if it but eventually got stuck.. Have too many exams coming up to dig deep. Regular awesome is awful when you have gotten used to your setup
for x in *.xbm; do convert -fill "#B7FF00" -transparent white -colorize 100 -bordercolor transparent -border 8x8 -gravity center -crop 16x16+0+0 "${x}" "${x%.*}.png"; done
Come scritto nel readme ottengo delle immagini tutte uguali, e sono dei quadrati con bordo trasparente del colore scelto, hai qualche idea?