8

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 of some other sides or have some example code illustrating common tasks?

[Edit] I also found this question with an example, but any others would be helpful.

Community
  • 1
  • 1
Dana the Sane
  • 14,762
  • 8
  • 58
  • 80

2 Answers2

9

Try using libjpeg library. Example how to use it is in this blog.

BЈовић
  • 62,405
  • 41
  • 173
  • 273
Shaun Humphries
  • 1,070
  • 9
  • 15
0

I don't know what you're using, but we use the C++ wrapper at Smaller Animals Software, and we're happy with it. If nothing else, it might work as example code.

Dana the Sane
  • 14,762
  • 8
  • 58
  • 80
David Thornley
  • 56,304
  • 9
  • 91
  • 158
  • Sorry, looks like you're link didn't work. – Dana the Sane Mar 12 '09 at 17:51
  • Okay, I obviously messed up the editing. Let's try just giving the link: http://www.smalleranimals.com/jpegfile.htm Sorry about that. – David Thornley Mar 12 '09 at 18:06
  • Well, yes, it *is* a link, but that’s what the (now closed) question asked for. This is not really any worse than the 9-upvote accepted answer, except that something on sourceforge has a better chance of staying around, and it’s in C. Given that context, I vote to leave it alone. – Tom Zych Jan 15 '16 at 12:24
  • link is dead, next time listen – AngryDuck Jan 24 '17 at 15:43