Page 1 of 1

libjpeg / libpng

Posted: Wed Dec 14, 2005 3:54 pm
by Polo
Hi !
Does somebody ever tried/managed to have those two libs working with PB ?
If nobody ever tried, does someone wants to try ? 8)

Posted: Thu Dec 15, 2005 7:24 pm
by Polo
Err, really nobody ? :cry:

Posted: Thu Dec 15, 2005 8:07 pm
by Shannara
I donno. Since PB comes with a built in JPG and PNG decoder, why?

Posted: Thu Dec 15, 2005 8:08 pm
by Polo
Shannara wrote:I donno. Since PB comes with a built in JPG and PNG decoder, why?
Because I just need to get the pixels color of a jpg/png file, and the faster way is to use these libs (with the built-in decoders, it would be a lot slower).

Posted: Thu Dec 15, 2005 9:34 pm
by Polo
Currently working with png files, it's not that hard, but I can't find how to get the pixel buffer :oops: