issues
search
jangko
/
nimPNG
PNG (Portable Network Graphics) decoder and encoder written in Nim
MIT License
90
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
remove urls.10K from zcorpus
#89
jangko
closed
1 year ago
0
Move tests to another repo
#88
exelotl
closed
1 year ago
3
Fix nim version requirements in .nimble
#87
jangko
closed
1 year ago
0
Fix newString usage and reduce compiler warnings
#86
jangko
closed
1 year ago
0
nimPNG relies on bugs of `newString` to work
#85
ringabout
closed
1 year ago
0
v0.3.4
#84
jangko
closed
1 year ago
0
make `getUnderlyingType` work with type argument
#83
metagn
closed
1 year ago
0
Doesn't work by default on Nim v2.0.0
#82
PMunch
closed
1 year ago
2
fix ci: replace deprecated set-output with env files
#81
jangko
closed
1 year ago
0
avoid nzCompressInit ambiguous call when included
#80
bung87
closed
1 year ago
0
Update nimz.nim
#79
bung87
closed
1 year ago
0
Remove appveyor/travis scripts and fix Github Action script.
#78
jangko
closed
1 year ago
0
savePNGImpl maybe have bug?
#77
Angluca
closed
1 year ago
3
`decodePNG` colorType unexpected
#76
TakWolf
closed
1 year ago
3
fix int set
#75
bung87
closed
1 year ago
4
Remove shallowcopy
#74
jangko
closed
2 years ago
1
Doesn't compile on Nim devel due to `shallowCopy` being removed from the language.
#73
exelotl
closed
2 years ago
0
Fix 71
#72
jangko
closed
2 years ago
0
Warning: conversion to enum with holes is unsafe: PNGColorType(typ`gensym14) [HoleEnumConv]
#71
AmjadHD
closed
2 years ago
0
Need better documentation for encoder settings
#70
jangko
opened
2 years ago
0
Enable user to configure compression library settings
#69
jangko
opened
2 years ago
0
Fix savepng api
#68
jangko
closed
2 years ago
0
Fix array input
#67
jangko
closed
2 years ago
0
How to remove all unnecessary data
#66
AmjadHD
opened
2 years ago
8
nim 1.6.0 savePNG results in too nested template instantiation
#65
ftsf
opened
2 years ago
4
Allow parsing into different data types
#64
PMunch
opened
3 years ago
1
savePNG doesn't work for arrays
#63
PMunch
closed
2 years ago
0
nzCompressInit -> nimz.nzCompressInit
#62
bung87
closed
3 years ago
3
add msvc/vcc compiler test
#61
jangko
closed
3 years ago
0
fixes github action script
#60
jangko
closed
3 years ago
0
add mingw cache in github action
#59
jangko
closed
3 years ago
0
add github action
#58
jangko
closed
3 years ago
0
better underlying storage type deduction
#57
jangko
closed
4 years ago
0
Improve chunk parser flexibility when decoding incomplete input data.
#56
jangko
opened
4 years ago
0
Error: unhandled exception: cannot read from stream [IOError]
#55
ThomasTJdev
closed
4 years ago
4
nicematch range up to 258
#54
bung87
closed
4 years ago
0
expose more api,data type
#53
bung87
closed
4 years ago
2
add predefinedfilters tests
#52
jangko
closed
4 years ago
0
fix state.predefinedFilters.len check when filterStrategy is LFS_PRED…
#51
bung87
closed
4 years ago
0
bump version to 0.3.1
#50
jangko
closed
4 years ago
0
New API – can't savePNG32 with a seq[uint8]
#49
liquidev
closed
4 years ago
2
Openarray api
#48
jangko
closed
4 years ago
0
update apidoc.md
#47
jangko
closed
4 years ago
0
New API, fixes #36
#46
jangko
closed
4 years ago
0
more robust PNG loader, fuzz tested
#45
jangko
closed
4 years ago
0
compiletime decoder
#44
NevsDev
opened
4 years ago
2
fix #42, bad RGBA8 hash proc
#43
jangko
closed
4 years ago
0
This hash look up in calculateColorProfile is the slowest part of saving an image.
#42
treeform
closed
4 years ago
2
fix appveyor badge
#41
jangko
closed
4 years ago
0
gc:arc refactor
#40
jangko
closed
4 years ago
0
Next