for examp,does Symbian support PNG format directly?
should support jpg, gig, png, bmp , mbm and any other that has a codec installed into teh phone, for APIs have a look into SDK documentations for CImageDecoder.
yucca
one more question, our develop environment is S60 v1.2 SDK.
and i can't find the CImageDecoderclass from the sdk document.
dose this version support CImageDecoder?
by the way,dose this version of sdk support image rotate?
thx
yes it does... you have to use the same decoder ( CImageDecoder )class..
you could try using CMdaImageFileToBitmapUtility in 1.2 SDK instead.
yucca