Hi,
I have loaded a SVG image from MIF file. From the loaded image I created several bitmaps with different colors using TBitmapUtil. The final created bitmaps was distorted. I read in Forum that svg icons are compressed. Then I added the API AknIconUtils::DisableCompression() and it works fine for me now. I have done this for symbian 3rd edition FP2.
Now the problem is i want to port the code to symbian 3rd edition. The above API AknIconUtils::DisableCompression() is unavailable in initial release of 3rd edition. I went through forums and found there is an option \X which can be used with mifconv utility to disable compression. But unfortunately this is available only from symbian 3rd edition FP1. Is there any way to disable compression of SVG images?

isableCompression(). If symbian 3rd edition initial doesnt support compression what else could be happening. 

