Mach5 / supersonic

Open-source web-based media streamer and jukebox fork of Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats. Runs on Windows, GNU/Linux and Mac using Java.
226 stars 61 forks source link

Optimized images for size #30

Closed nicolasberens closed 12 years ago

nicolasberens commented 12 years ago

I optimized the images for size. This is mainly to reduce the load time of the webapp, but i ran the commands over the whole repository. The quality of the images is not affected. The used tools were optipng and jpegoptim

porkcharsui commented 12 years ago

Hi Nicolas! Welcome to the project and thanks for the code commit. When you get a chance, can you please also update this wiki page with the two command lines you're using so we can ensure future developers can easily use the tools in future dev efforts.

porkcharsui commented 12 years ago

Android build process show no improvement in complied APK size (looks like it already does some image optimization). The web application on the other hand definitely sees improvement. The icon directory alone is 10% smaller.

nicolasberens commented 12 years ago

done