Summary | optimize png files |
Queue | Horde Base |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | pedretti (at) eco (dot) unibs (dot) it |
Created | 10/09/2007 (6554 days ago) |
Due | |
Updated | 10/09/2007 (6554 days ago) |
Assigned | |
Resolved | 10/09/2007 (6554 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
pngcrush at one point or another.
over 78% (e.g. ./themes/graphics/block/down.png) with a mean of about
30%, and then with advdef another some %.
pngcrush at one point or another.
over 78% (e.g. ./themes/graphics/block/down.png) with a mean of about
30%, and then with advdef another some %.
external libraries that we bundle. Modifying them would be a
maintenance nightmare.
State ⇒ Feedback
pngcrush at one point or another.
And we're not going to convert those gifs to pngs, they're part of
external libraries that we bundle. Modifying them would be a
maintenance nightmare.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ optimize png files
Queue ⇒ Horde Base
State ⇒ New
reduced using optipng [1] and then advdef [2] with:
find . -name "*.png" -exec optipng -o5 '{}' \;
find . -name "*.png" -exec advdef -z -4 '{}' \;
I also noticed there are some gif images that can be converted to png
to save size in:
./services/editor/htmlarea/images/
./services/editor/htmlarea/plugins/TableOperations/img/
./themes/
and possibly other directories.
[1] http://optipng.sourceforge.net/
[2] http://advancemame.sourceforge.net/comp-readme.html