Page 1 of 1

Can libogc handle JPEG images by itself?

Posted: Wed Oct 03, 2012 4:50 am
by Roroy
If so, how does it do that?
And how can I implement it into my program?

Re: Can libogc handle JPEG images by itself?

Posted: Thu Oct 04, 2012 7:36 am
by antidote
libOGC only provides functions for interacting with the hardware, you'll need to use libjpeg for jpeg support.