Commit Graph

35 Commits

Author SHA1 Message Date
andri lim 22b4278e75
Merge pull request #13 from yglukhov/backward-compat
Fixed backward compatibility with older nim
2017-10-31 20:12:20 +07:00
Yuriy Glukhov b38bb5aa56 Fixed backward compatibility with older nim 2017-10-31 13:59:41 +02:00
andri lim 67d74b067b
Merge pull request #12 from yglukhov/fixes
Fixed incompatibility with newer nim
2017-10-31 08:39:34 +07:00
Yuriy Glukhov 8557703abf Fixed incompatibility with newer nim 2017-10-30 21:55:37 +02:00
andri lim a961150d81 Merge pull request #10 from jangko/bug9
fixes #9
2017-07-17 17:18:52 +07:00
andri lim dd5868ddd3 fixes #9 2017-07-17 17:17:45 +07:00
andri lim 3cb3284c2d Merge pull request #8 from yglukhov/patch-1
Mark validateChunk and parseChunk gcsafe
2017-07-13 09:49:17 +07:00
Yuriy Glukhov a8202352a8 writeChunk -> gcsafe 2017-07-13 00:48:10 +03:00
Yuriy Glukhov 3ff7bdd381 Mark validateChunk and parseChunk gcsafe 2017-07-12 22:59:57 +03:00
andri lim 44347c05c0 minor update 2017-05-19 22:07:32 +07:00
andri lim b53562a281 add more test 2017-05-18 20:22:07 +07:00
andri lim 6d765a2cac update readme.md 2017-05-12 18:46:09 +07:00
andri lim f0d663fd4b no more warning 2017-02-21 09:57:39 +07:00
andri lim 84c1269d56 toLower to toLowerAscii 2016-08-24 09:56:11 +07:00
andri lim 88553e7b90 remove deprecated warning 2016-08-13 15:39:26 +07:00
andri lim d21b7035bf Merge pull request #5 from yglukhov/patch-1
Optimised png decoding
2016-08-12 22:21:54 +07:00
Yuriy Glukhov 60baee5585 Optimised png decoding 2016-08-12 16:17:16 +03:00
andri lim 8338ed9ae7 Merge pull request #4 from yglukhov/js
JS compatibility
2016-01-26 07:37:20 +07:00
Yuriy Glukhov ba5d8131b3 JS compatibility 2016-01-26 00:01:04 +02:00
andri lim 7b364c04bb Merge pull request #3 from jangko/filter_bug
update tester
2016-01-18 09:25:39 +07:00
andri lim 357be6f26a update tester 2016-01-18 09:24:27 +07:00
andri lim 42fd94a28e Merge pull request #2 from jangko/filter_bug
fixed #1
2016-01-18 09:11:58 +07:00
andri lim 8e492e0f90 fixed #1 2016-01-18 09:10:10 +07:00
andri lim 9b366da376 update gitignore 2016-01-18 07:27:12 +07:00
jangko 7179c7baf3 reduce warning for nim ver 0.12.0 2015-12-10 12:07:49 +07:00
jangko 35ae4fcfaf update readme.md 2015-12-09 11:51:30 +07:00
jangko c12d4977ff reduce warning message from nim ver 0.12.0 2015-12-01 10:18:40 +07:00
jangko f2c947d5e2 update readme.md and add savePNG 2015-09-30 12:45:24 +07:00
jangko 4bdd8bde6e better test 2015-09-08 15:01:31 +07:00
jangko 806484aaf0 rename PNGEncode to encodePNG 2015-09-07 16:32:56 +07:00
jangko 316a345290 close stream properly 2015-09-04 21:38:52 +07:00
jangko ee66f3b58f add proper error handler for savePNG24/32 2015-09-03 14:11:40 +07:00
jangko 6f3e270cdc fixed 64bit compilation error 2015-09-03 11:56:22 +07:00
jangko a45c550e1c add testCodec 2015-09-02 20:15:44 +07:00
jangko 676de390bc initial commit 2015-08-28 22:56:55 +07:00