Tagged Questions
The ijg tag has no wiki summary.
4
votes
2answers
6k views
Where Can I find a good tutorial for IJG libjpeg
I need to do some work with this library and I'm finding the documentation at http://apodeline.free.fr/DOC/libjpeg/libjpeg.html to be deficient (incomplete function signatures, etc). Does anyone know ...
2
votes
2answers
237 views
Anyone port IJG JPEG code to C#?
Has anyone ported IJG JPEG code to C#? Are there any purely-managed JPEG libraries with source available? I don't much care about the license, as I just want to use it as a learning experience, not ...
1
vote
4answers
3k views
JPEG support with ijg - getting access violation
I was recently trying to update my game to store graphics in compressed formats (JPEG and PNG).
Whilst I ended up settling on a different library, my initial attempt was to incorporate ijg to do JPEG ...
0
votes
1answer
91 views
How to build this project? (jpeg lib)
Edit: im now using http://code.google.com/p/jpeg-compressor/ so i dont care about making this work anymore.
I downloaded the http://ijg.org/ source code, i tried to build it as a DLL file.
This is ...