lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.04k stars 420 forks source link

Typos in example files. #132

Open MMulthaupt opened 4 years ago

MMulthaupt commented 4 years ago

https://github.com/lvandeve/lodepng/blob/master/examples/example_bmp2png.cpp#L100 https://github.com/lvandeve/lodepng/blob/master/examples/example_png2bmp.cpp#L104 Should be provide instead of provice and in the former PNG and BMP should be swapped. Copypasta giveth, and copypasta taketh away.