hi all,
plz tell me how to get full view image from SVGT ???
plz help.
thanks in advance.
Printable View
hi all,
plz tell me how to get full view image from SVGT ???
plz help.
thanks in advance.
which way have you tried already ?
I'm rather sure that wiki has some example codes for opening images, so have a look into there, and ask more questions when you find problems.
Thanks for ur reply.
I am able to see the full view image from mbm.But I need to do the same from SVG/SVGT.
Please suggest me how to do this.
and how have you tried on doing it ?
And what is going wrong with the approach, i.e. what happens, and what does not happen ?
Some description would be really nice.
.mbm and .svg are not comparable in this context (.mbm is a collection of .bmp files, where .mbm can be handled via CFbsBitmap::Load for example, but .bmp can be also handled, however requiring image conversion with CImageDecoder. On the other hand you cannot use .svg-s directly, you require .mif-s, and .mif-s are better handled with AknIconUtils, and - as being scalable - they also require a AknIconUtils::SetSize).
ya,I showed the full view image by first converting the .bmp file to .mbm file using bmconv. and then using CFbsBitmap and gc.BitBlt.That is working successfully.
Now i have converted .bmp to .svg.
I am checking that if it can be able to show this .svg image as a fullview image.Actually in my project i should use .svg image only for displaying an image i.e. i shouldnot use .mbm.
If there is any way to show .svg as full screen image???
Plz help me.
You should convert .svg to .mif in a similar way as you would convert .bmp to .mbm. Mifconv.exe is the utility you need in general. You can check how examples use it (for creating application icons) in bld.inf+something.mk.