how to load image of different format other than .bmp?
| Tue, 2007-07-31 05:28 | |
|
hi all, First of all thanks to everyone, through newlc maximum of my problems are rectified, now i m facing a typical problem, in my applicaton i m using a background skin, for that i m using .bmp image, i don't want to use .bmp image because it is occupying more size, the size of the image in .bmp is 111kb which is 11kb in .jpg, i m using .mbm in my apps, instead of .mbm i want to use any other format .jpg, .gif,....etc which takes less size as size matter here , i want to change the format can any help me out , i m using Series60 2Edition thanks & regards Sri... |
|






Forum posts: 68
I'm not sure when the Image converter library was released but it is in S60 2nd Edition Featrue Pack 3.
You can use that to convert .jpg to CFbsBitmaps and then display them.
see:
SDK documentation : "Symbian OS guide » Multimedia » Image Converter Library"
SDK documentation : "Symbian OS reference » C++ component reference » Multimedia ICL » CImageDecoder"
Forum posts: 48
hi werries
thanks for ur reply, i will go through them, i found some examples for Image Conv in examples
thanks & regards
Sri...