png format is support Transparent .
how to convert these file and display it in screen.
i use symbian s60 1.X development platform.
and i'm using CMdaImageFileToBitmapUtility class to convert png format into bitmap and draw it to screen .
but the result is the Transparent background become into a white background.
can anyone tell me how to convert png format and do not lose the Transparent effect?
thx
my convert source is like this :
CMdImageFileToBitmapUtility* utility = CMdaImageFileToBitmapUtility::NewL(*this,iServer);
utility->OpenL(pngfile);
...
virtual void ConvertL(CFbsBitmap& aBitmap,CFbsBitmap& aMaskBitmap,TInt aFrameNumber = 0) = 0;
use this function,then use the maskbitmap to get the trans information or bitblt with it
Re: help about reading png file
2005-11-24, 14:04#5