Added OptiPNG's opngreduc.c functionality to iff2html. The results are fantastic for typical SPR# images, reducing images to about half the size they were before.

On diner_steel2:
113073 bytes -> 57004 bytes; 57004/113073= 0.5041 or 50% original size
This commit is contained in:
Fatbag 2012-05-29 23:26:57 -05:00
parent 67fa76c747
commit aced66a7af
4 changed files with 1411 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set(IFF2HTML_SOURCES
iff2html.c
md5.c
image.c
opngreduc.c
../../Libraries/FileHandler/bmp/read_bmp.c
)