Releases: ZILtoid1991/dimage
Releases · ZILtoid1991/dimage
v0.2.0
- Fixed PNG header writer bug, which means output is now can be read by IrfanView and other programs.
- Added ancillary chunk support for PNG (might generate wrong checksum for data)
v0.2.0-beta.2
- PNG writer fix: It finally stores the whole output now without ending halfway with a Z_STREAM_ERROR, but the output has some issues. I noticed some artifacting once, otherwise the generated file isn't read by most software.
v0.2.0-beta.1
RLE decompression fix in TGA.
v0.2.0-beta
- Some further fixes in RLE decoding of TGA files.
- PNG loading should work fine now.
Known issues:
- Some errors regarding compression of PNG files.
- Lack of testcases for TGA.
v0.2.0-alpha.2
Minor fix in TGA RLE decompression.
v0.2.0-alpha
- Preliminary PNG support added. This means it can handle basic chunks, decompression, etc, but PNG's CRC32 is different from what the std.digest provides. This means no CRC32 checking, and generates bad CRC32 codes.
- Support for orientation has added.
- I have refactored some things in the library, now all structs are embedded into the base image classes.
RLE Fix
Now it should generate correct RLE sequences.
First final release
The RLE still causes some garbage data at the end, probably from some typecasting issue. I'll resolve that later.
v0.1.0-alpha
Generation of RLE codes are currently broken, otherwise it can read and write TGA files.