Commit graph

8 commits

Author SHA1 Message Date
Fatbag
0ec39fd968 Added hitasm 2013-01-23 15:58:58 -06:00
Andrew D'Addesio
227617b540 Moved to git
Assembla's decision to remove Trac incited us to ditch them entirely. Further, the repository no longer includes binaries or libraries; these can be downloaded from niotso.org/pub/ and updated with the included update-libraries script.
2012-10-17 03:21:00 -05:00
Fatbag
2c5957928a Fixed BMP->PNG conversion in iff2html; this has been lacking BGR->RGB conversion since I adopted OptiPNG. 2012-06-16 14:00:13 -05:00
Fatbag
e51ce26db9 Added support for SPR2, DGRP, and OBJf in the iff library and in iff2html. 2012-06-15 10:18:12 -05:00
Fatbag
31282d91f2 Corrected row_pointers passed to libpng for SPR# images; they're top-down, not bottom up. 2012-05-31 06:49:02 -05:00
Fatbag
1a9433163b Fixed a BGR->RGB swapping incompatibility with OptiPNG, which is even stated at the top of the file. Due to the state that it leaves libpng, and the fact that the libpng API offers no way to look at the transformed pixel data, this conversion must be done on the pixel data manually. 2012-05-30 00:04:41 -05:00
Fatbag
aced66a7af 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
2012-05-29 23:26:57 -05:00
Fatbag
67fa76c747 Added Propeng's tsoscan, and removed old files from libpng and zlib 2012-05-28 23:51:49 -05:00