NimPNG Versions Save

PNG (Portable Network Graphics) decoder and encoder written in Nim

v0.3.7

8 months ago

Because of typo, last release required nim 1.16.0 which is not exists.

v0.3.6

8 months ago

welcome new newString without zero initialization.

v0.3.4

8 months ago

notable fixes:

v0.3.2

1 year ago

various fixes related to nim-devel branch. e.g. remove shallowCopy usage.

v0.3.1

3 years ago

fix previous release bug and add new openArray API in addition to seq[T] API

0.3.0

3 years ago

support seq[uint8] and string as input. better error handling using Result[T, E]

0.2.7

3 years ago

Fuzz tested with libFuzzer

v0.2.6

4 years ago

nimPNG now compiles with --gc:arc

v0.2.5

4 years ago

before internal reform