For decoding: http://keyj.s2000.ws/?p=137
So far thats the best I've found as far as simplicity.
For encoding: http://www.jonolick.com/code.html
I put this one together based on a javascript encoder. Its not optimized, but its functional and in a single file. Enjoy! :)
For decoding, Sean Barrett's stb_image.c rocks (decodes jpg, png, tga, psd etc.). One C file: http://nothings.org/stb_image.c
ReplyDeleteI've seen a simple, one-file jpg encoder ported Unity's JavaScript: http://technology.blurst.com/unity-jpg-encoding-javascript/ (based on some ActionScript encoder). Should be trivial to port to C/C++.
thats a great link! thanks! :)
ReplyDeletegreate, thanks!
ReplyDelete