hey, i know there have been many threads on this but i don't think i have found what i am looking for..

i'm using visual c++ 6.0 with MFC and im trying to find the easiest way to load (a bmp or a jpg), resize and then save it as a jpg (select quality too), by this i mean that i don't want to make my executable file a lot bigger by using a huge class that supports most image file types.. just something easy that works only for jpg's.

so what do i really need for this?

thanks