opendreambox / enigma2-plugins

Python plug-ins for enigma2 (DreamOS)
https://dreambox.de/
Other
37 stars 49 forks source link

Optimize png files #1

Closed persianpros closed 7 years ago

dhwz commented 7 years ago

Why are you modifying all png files (saving space, a few kilobytes, on boxes with gigabytes of space?)

persianpros commented 7 years ago

Optimizing png files will reduce the image size. Also we need to conisder two things about HD skins : 1- Do we want less image size ? 2- Do we want 32-bit pngs ? The answer to the first question is optimizing. About other things like plugins ... we can optimize without consider anything. I did this in my fork and I'm using it, You can ignore it if you don't want to reduce the image size when you can ;) It's a contribution anyway.

mtdcr commented 7 years ago

It's nearly impossible to review over 500 changed files at once. In the meantime, conflicts appeared. I'm therefore closing this pull request. Sorry!

However, thank you for your contribution!