diff options
| author | Dylan <boss@tehbox.org> | 2026-04-02 11:58:24 +1300 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-04-02 11:58:24 +1300 |
| commit | e9a32a966d49ab798a4c6f24471669fc03adb395 (patch) | |
| tree | 6373120682604c489816df391c45f17841a838b6 /src/PNGImage.h | |
| parent | 93a78ac64327b53f53952b625c7ce8a11bcc8651 (diff) | |
| download | tehimage-e9a32a966d49ab798a4c6f24471669fc03adb395.tar.gz tehimage-e9a32a966d49ab798a4c6f24471669fc03adb395.zip | |
feat: Added basic zlib compression
Currently not incredibly well implemented, but it can handle fixed
codes
Diffstat (limited to 'src/PNGImage.h')
| -rw-r--r-- | src/PNGImage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PNGImage.h b/src/PNGImage.h index a5d8f3a..fa78e0e 100644 --- a/src/PNGImage.h +++ b/src/PNGImage.h @@ -60,7 +60,7 @@ namespace TehImage CHUNK_READER(IDAT); CHUNK_READER(IEND); - ZLibInflator zlib; + ZLib zlib; uint8_t* idatData; unsigned long idatDataSize; |
