[Tickets #5786] optimize png files

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Oct 9 15:47:29 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5786
-----------------------------------------------------------------------
 Ticket             | 5786
 Created By         | pedretti at eco.unibs.it
 Summary            | optimize png files
 Queue              | Horde Base
 Version            | HEAD
 Type               | Enhancement
 State              | New
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


pedretti at eco.unibs.it (2007-10-09 08:47) wrote:

I noticed that png files are not optimized - size can be losslessly 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



More information about the bugs mailing list