Commit Graph

62 Commits

Author SHA1 Message Date
andri lim 5d684ce561
Merge pull request #25 from jangko/fix24
fixes #24
2018-10-02 10:10:48 +07:00
andri lim b524eaf537 fixes #24 2018-10-02 10:07:05 +07:00
andri lim 8f50614b0c
Merge pull request #23 from andreaferretti/master
Fixes for latest Nim
2018-08-30 22:44:56 +07:00
Andrea Ferretti 5c57f76c2f Fixes for latest Nim 2018-08-30 17:16:32 +02:00
andri lim efa7a47576 fixes #20, unreliable readStr 2018-05-17 11:04:40 +07:00
andri lim 55a444cf5a remove warning 2018-05-16 12:52:37 +07:00
andri lim c55008c163 fixes #19 2018-03-17 21:32:04 +07:00
andri lim 7a98fec6cd fix saveAPNG 2017-11-24 18:11:04 +07:00
andri lim 2053f45f7c update readme.md 2017-11-24 18:05:36 +07:00
andri lim 2d37be99e3
Merge pull request #18 from jangko/devel
close #11, APNG encoder ready
2017-11-24 18:02:23 +07:00
andri lim 769361b868 close #11, APNG encoder ready 2017-11-24 17:58:44 +07:00
andri lim 90a1f94115 apng encoder preparation 2017-11-24 13:06:49 +07:00
andri lim 05cce9b58f apng minor adjusment 2017-11-24 12:40:33 +07:00
andri lim 0117f1ea91
Merge pull request #17 from jangko/devel
update readme.md
2017-11-24 11:41:29 +07:00
andri lim 6853f199ef update readme.md 2017-11-24 11:35:15 +07:00
andri lim cb3ff6a074
Merge pull request #16 from jangko/apng
Apng
2017-11-24 11:10:46 +07:00
andri lim c495d9c45d apng decoder ok 2017-11-24 10:42:14 +07:00
andri lim 93c738e7e0 APNG decoder ok 2017-11-24 00:08:48 +07:00
andri lim 333122b9f3 WIP apng 2017-11-14 20:24:05 +07:00
andri lim 8926a6cea3 add apng test suite 2017-11-08 16:35:55 +07:00
andri lim 613aa00d18 inc patch number 2017-11-04 16:54:01 +07:00
andri lim 9e196c2376 update readme.md 2017-11-04 16:52:17 +07:00
andri lim 0d81e2d6e7
Merge pull request #14 from yglukhov/more-conversions
More conversions to fix compilation errors
2017-11-04 16:46:52 +07:00
andri lim 4c8c9eda1a make test green 2017-11-04 16:42:47 +07:00
andri lim bab1ee377a
Merge pull request #15 from yglukhov/travis
Added travis
2017-11-04 16:24:43 +07:00
Yuriy Glukhov 48eff0bbb2 Added travis 2017-11-03 14:16:04 +02:00
Yuriy Glukhov f0b4016779 More conversions to fix compilation errors 2017-11-03 13:20:53 +02:00
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