0
Commit Graph

9 Commits

Author SHA1 Message Date
Alejandro Aguilera
89eb1939b1 Change the optimizing programs. Add new value for the option optimizeimg. 2011-06-06 00:08:31 +02:00
Alejandro Aguilera
e65b77ac57 Fix optimizeimg=2 transparency issue not messing with the color type in optipng. 2011-06-02 00:57:43 +02:00
Aaron Griffith
b9a21b98e0 fixed dumb boolean logic in optimizeimg check 2011-04-10 05:57:15 -04:00
Aaron Griffith
dfe30a0d0f now checks for optimize-img programs with '.exe' as well as no suffix
fix for issue #314
<https://github.com/brownan/Minecraft-Overviewer/issues/314>
2011-04-10 04:11:33 -04:00
Andrew Chin
5819ab60e0 Fix for optimize-img with spaces in the output_dir 2010-12-13 19:49:24 -05:00
Andrew Chin
97c58212c3 Check for the optimization programs at the start of execution.
This prevents the annoying case where MCO will fail hours into a run if
pngcrush and friends are missing.
2010-12-11 19:44:59 -05:00
Andrew Brown
a4c0e786a1 tabs -> 4 spaces 2010-10-11 21:03:50 -04:00
Kyle Brantley
20e124b778 Added license to optimizeimages.py 2010-10-09 23:52:54 -06:00
Kyle Brantley
bcb423ace4 Add --optimize-img={1,2} -- performs postprocessing on images
This adds basic post-processing to images. At the moment, it only
performs actions for the png output type, but changes to work for
jpeg will be exceptionall minimal.
2010-10-09 22:57:20 -06:00