niotso/Tools/iff2html
Fatbag bc978bfa0b * Rewrote all of the chunk parsers to use a bytestream reader. Most noticeably, all of the string-reading code is shared now, and all of the "Size -="s have been taken out.
* Condensed STR# reading of formats 0, -1, -2, and -4 together.
* The STR# parser now supports "formatless" format 0 STR# chunks.
* Made all of the command-line tools cross-platform; replaced file IO with fopen()/etc, and replaced time measurement with clock(). There is no longer a dependency on Windows.h.
* Added a "Server GUI" folder to tools. Niotso Server will basically be a background daemon., and communication would "normally" be through the command line until you run a GUI.
2012-06-14 09:19:13 -05:00
..
CMakeLists.txt 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. 2012-05-29 23:26:57 -05:00
iff2html.c * Rewrote all of the chunk parsers to use a bytestream reader. Most noticeably, all of the string-reading code is shared now, and all of the "Size -="s have been taken out. 2012-06-14 09:19:13 -05:00
image.c Corrected row_pointers passed to libpng for SPR# images; they're top-down, not bottom up. 2012-05-31 06:49:02 -05:00
image.h Added Propeng's tsoscan, and removed old files from libpng and zlib 2012-05-28 23:51:49 -05:00
md5.c * License header formatting change 2012-05-21 23:27:44 -05:00
md5.h * License header formatting change 2012-05-21 23:27:44 -05:00
opngreduc.c 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. 2012-05-29 23:26:57 -05:00
opngreduc.h 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. 2012-05-29 23:26:57 -05:00