Is there any other image format supported by Symbian besides BMP format?
for examp,does Symbian support PNG format directly?
Re: Is there any other image format supported by Symbian besides BMP format?
and plz show me how to use PNG image in Symbian
Re: Is there any other image format supported by Symbian besides BMP format?
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
Re: Is there any other image format supported by Symbian besides BMP format?
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
Re: Is there any other image format supported by Symbian besides BMP format?
yes it does... you have to use the same decoder ( CImageDecoder )class..
Re: Is there any other image format supported by Symbian besides BMP format?
you could try using CMdaImageFileToBitmapUtility in 1.2 SDK instead.
yucca