GP32 Jpeg decoder C source?


Nitro

Member
Joined
Jan 22, 2003
Messages
172
I've been looking for some pure C source code to decode Jpegs to a buffer. I found some which was ment to be for the playstation 2 by the looks of it, but I was unable to get any data out of it when it was used.
I've been searching with google for ages, but I haven't found anything useful so far :/
Does anyone have any code they can share with me? :)

Thanks
 
jpeg decoding can be pretty mega! last source i saw was 20+ files ... goodluck!
 
Take a look at libjpeg, perhaps it could easily be compiled for GP32?
i have never tried, but i think it wouldn't be too hard to make it compile.

--
mithris
 
Try gpfm sources. for version 1.2 they are out and it can display jpegs as far as i know. it compiles right away with gcc. sources are no longer on the web, maybe someone on #gp32dev can help you there.
 
Back
Top