Rezenerator icon indicating copy to clipboard operation
Rezenerator copied to clipboard

Optimize output pngs

Open fredszaq opened this issue 11 years ago • 0 comments

This action should be triggered only in certain cases (ie a release build) as it will certainly take some time, and it is complicated to know without opening the file if it can be optimized.

Here is an interesting article about png optimization : http://optipng.sourceforge.net/pngtech/optipng.html

Available optimizers we could use :

  • optipng (external program)
  • pngtastic, (developed in java with an MIT licence)

fredszaq avatar Dec 24 '13 13:12 fredszaq