Skip to content

Commit db87870

Browse files
committed
Explain origin of these files.
1 parent 869cc45 commit db87870

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

external/lodepng/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# LodePNG
2+
3+
Sourced from https://github.com/KhronosGroup/lodepng/tree/split_decode_inflate which is a branch in a fork of https://github.com/lvandeve/lodepng.
4+
5+
The branch in the fork has been modified to split decode and data inflation to allow it to work with our imageio library. A PR will be submitted to merge these changes into https://github.com/lvandeve/lodepng.
6+
7+
The repo is 3MB but only the 2 files here are needed and it has no tags so
8+
using `git submodule` or `git subrepo` are unattractive options.
9+
10+

0 commit comments

Comments
 (0)