Home > Tech Update, Ubuntu Talk, Written in English > PNG Version of Elementary Icons

PNG Version of Elementary Icons

March 31st, 2009

If you were using Elementary Icons by DanRabbit, then you may experienced the same problem as I did. Because of the huge size of it’s SVG format, the process of loading the icons is very very slow like hell. Wanna prove? Just try to open a Save As dialog (i.e when you try to save a page on Firefox), and feel the slowness … *giggles* … It’s so bad since I think Dan had succeeded to create beautiful Linux icons I’ve ever known (besides Shiki Colors created by Perfectska).

Then I go search all over the world to find the PNG version or if there is no PNG version then the best way to convert those SVG’s to PNG on a single hit. My luck, today I found the answer on some dude’s comment on DanRabbit’s deviantart page (which should be the place I went at the first time *fool me*). You could find it here.

On terminal, just type:

for i in `find /home/yourname/.icons/elementary_2.0 -depth -name ‘*.svg’`; do rsvg-convert $i -o `echo $i | sed -e ’s/svg$/png/’`; done

Then you type this to remove all the SVG’s:

for i in `find /home/alvonsius/Desktop/elementary_2.0 -depth -name ‘*.svg’`; do rm $i; done

That’s it … you’ll get the PNG version. Hmm … you asked … why didn’t I upload the result here? Well … it’s only a few lines of command, you couldn’t be that hard to implement it,  and also I think it would be great if you come and visit Dan’s page and give him some support ^^

Updated (2009.04.01) : I can’t hardly believe, the same day I posted this writing, DanRabbit is releasing the “shrinked” version of Elementary Icon (2.0.5). Still with the SVG version, but smaller in size. You can get it from this link. Thanks dude!!! *and yes, this is not another April Mop trick*

Tech Update, Ubuntu Talk, Written in English , , , ,

  1. July 19th, 2009 at 05:09 | #1

    Hey There,

    Just wanted to say thanks for the link and the quick tutorial for those that want elementary in PNG format :D

    I don’t know if you saw, but I just uploaded elementary 2.1 the other day! It should perform even better than 2.0.5 and it’s a huge visual refresh for the set that I think really sets it apart from other themes.

    Anyways, just wanted to pop in and say thanks!

  2. July 23rd, 2009 at 17:07 | #2

    @DanRabbit
    Yes, and I am overjoyed seeing the changes in the folder icon. One thing, it is so very elegant the way it is now. Keep the good work dude!

  1. No trackbacks yet.