Commit Graph

113 Commits

Author SHA1 Message Date
andri lim a3d104068b
Merge pull request #47 from jangko/apidoc
update apidoc.md
2020-06-05 17:19:32 +07:00
jangko 451907efcb
update apidoc.md 2020-06-05 16:07:53 +07:00
andri lim ed12086325
Merge pull request #46 from jangko/new_api
New API, fixes #36
2020-06-05 15:49:50 +07:00
jangko fcbc03c724
get rid of method 2020-06-05 15:40:24 +07:00
jangko 27df1fe668
encodePNG new API 2020-06-05 15:12:21 +07:00
jangko a9eb82fbd4
decodePNG new API 2020-06-05 13:43:26 +07:00
jangko 86355acd62
update .nimble 2020-06-05 13:43:01 +07:00
jangko 75ff52a38f
update readme.md 2020-06-05 13:38:31 +07:00
andri lim cc16c28df8
Merge pull request #45 from jangko/fuzzing
more robust PNG loader, fuzz tested
2020-05-28 22:20:22 +07:00
jangko 875e6ac40e
fix gc:arc failed compilation 2020-05-28 21:22:47 +07:00
jangko 105c462475
bump version to 0.2.7 2020-05-28 21:13:25 +07:00
jangko 7ea9a7a941
more robust PNG loader, fuzz tested 2020-05-28 21:10:44 +07:00
andri lim d7d413c837
Merge pull request #43 from jangko/fix_hash_function
fix #42, bad RGBA8 hash proc
2020-05-01 16:19:19 +07:00
andri lim 3228a2d42c
attemp to make test green 2020-05-01 15:02:49 +07:00
andri lim a07678fb41
fix #42, bad RGBA8 hash proc 2020-05-01 10:29:36 +07:00
andri lim 11bb17bffd
Merge pull request #41 from jangko/fix_readme
fix appveyor badge
2020-04-14 22:53:47 +07:00
andri lim c48bebb901
clearer test_apng log 2020-04-14 21:49:02 +07:00
andri lim 931cebf99c
fix appveyor badge 2020-04-14 21:26:19 +07:00
andri lim 676bca486a
Merge pull request #40 from jangko/gc_arc
gc:arc refactor
2020-04-14 15:45:31 +07:00
andri lim e2277ddf8b
fix 32 bit untyped template issue 2020-04-14 15:13:02 +07:00
andri lim c00186c64a
show nim version in nimPNG.nimble 2020-04-14 14:09:37 +07:00
andri lim 20bd6ae3fa
gc:arc fix preprocessScanline 2020-04-14 13:58:50 +07:00
andri lim a521c46f74
gc:arc refactor nimPNG encoder/decoder 2020-04-14 11:49:37 +07:00
andri lim b755b8811e
refactor filters functions into generics accepting char or uint8 or byte openarray 2020-04-14 10:18:05 +07:00
andri lim 0d8a34e076
gc:arc refactor adam7interlace 2020-04-14 09:57:50 +07:00
andri lim 7304e5e28c
gc:arc refactor add LFS_MINSUM, LFS_BRUTEFORCE and add tests 2020-04-13 21:28:55 +07:00
andri lim c490027c55
add exception error if predefinedFilters not enough 2020-04-13 21:00:17 +07:00
andri lim f5580d7d77
add png_types.nim 2020-04-13 20:56:40 +07:00
andri lim 6f1374d4c5
gc:arc refactor add LFS_ZERO, LFS_PREDEFINED, LFS_ENTROPY filter and tests 2020-04-13 20:55:50 +07:00
andri lim 43d5548237
gc:arc refactor 'filterScanline' and add tests 2020-04-13 18:36:40 +07:00
andri lim 27e76f2d65
Merge pull request #39 from jangko/fix_predefined_filters
fix predefined filters
2020-04-13 15:05:42 +07:00
andri lim 5f0dd589be
fix predefined filters 2020-04-13 14:44:49 +07:00
andri lim 7c55ff3f9d
Merge pull request #38 from jangko/fix_test
add nimz test
2020-04-13 10:20:35 +07:00
andri lim 6563ac2f88
fix appveyor.yml typo 2020-04-13 10:04:32 +07:00
andri lim 1f848b9618
use gcc 8.1.0 in appveyor 2020-04-10 21:14:22 +07:00
andri lim 02309b47ce
add nimz test 2020-04-10 20:58:03 +07:00
andri lim 1cefc00119
Merge pull request #34 from jangko/nim_1.0
compile with Nim 1.0.0
2019-10-04 07:43:55 +07:00
andri lim 149fffe4e7
compile with Nim 1.0.0 2019-09-27 20:28:52 +07:00
andri lim 77cbfc3405
Merge pull request #31 from jangko/fix_test
fix testCodec
2019-06-06 12:25:00 +07:00
andri lim 4a18a202bd
fix .appveyor.yml 2019-06-06 12:08:30 +07:00
andri lim 63bbcb7643
fix testCodec 2019-06-06 12:01:11 +07:00
andri lim b69b705a34
Merge pull request #30 from narimiran/devel-fixes
make it work on Nim devel (0.19.9)
2019-02-13 17:02:53 +07:00
narimiran 47562af241 make it work on Nim devel (0.19.9)
"Error: invalid else, all cases are already covered"
2019-02-13 10:34:51 +01:00
andri lim 36f845e12a
Merge pull request #28 from yglukhov/lic
Added MIT license
2018-10-18 22:27:36 +07:00
Yuriy Glukhov d6aadc1198 Added MIT license 2018-10-18 17:04:36 +03:00
andri lim 74dab921d5 update tests 2018-10-09 10:50:02 +07:00
andri lim 1d19a7a40e update readme.md 2018-10-09 08:56:52 +07:00
andri lim a63530b0b2
Merge pull request #27 from jangko/add_appveyor
update readme.md
2018-10-05 12:01:59 +07:00
andri lim 6623f84bec update readme.md 2018-10-05 11:50:25 +07:00
andri lim 2fbb5cb001
Merge pull request #26 from jangko/add_appveyor
add appveyor ci
2018-10-05 11:49:27 +07:00