Problem with svg for icon application

Login to reply to this topic.
Fri, 2007-11-23 16:02
Joined: 2006-07-21
Forum posts: 158

Hi,
I need to modified icon of my application serie60 3edition.
I follow all step of this
http://wiki.forum.nokia.com/index.php/How_to_create_application_icon%28SVG%29_in_S60_3rd_edition
Work in the phone, but not in emulator.
But my problem is that image lost the trasparence, Why?
How to insert trasparence?

Thanks
SIlvia


Sun, 2007-12-02 13:54
Joined: 2007-06-21
Forum posts: 48
Re: Problem with svg for icon application

hi SIlvia

try with bmp files

step-1:

copy your application .bmp and mask files in this folder C:\Symbian\9.1\S60_3rd\Epoc32\tools

(mifconv.exe will be there)

step-2: From your command prompt go to this directory and call

"mifconv hello.mif hello.bmp"

syntax:mifconv /H /c24,8 .bmp

for example: if Logo_Full_24.bmp and Logo_Full_24_mask_soft.bmp are two files

Logo_Full_24.bmp file and mask Logo_Full_24_mask_soft.bmp keep this two images in

C:\Symbian\9.1\S60_3rd\Epoc32\tools

and from command prompt go to the specified folder and execute the command , .mbm,.mif,.mbg files are created in

C:\Symbian\9.1\S60_3rd\Epoc32\tools(where u placed the bmp files)

C:\Symbian\9.1\S60_3rd\epoc32\tools>mifconv myapp.mif /Hmyapp.mbg /c24,8 Logo_Full_24.bmp

no need mention the mask file name in the command , u have to just keep it in the specified path

u can keep black mask or white mask , try both which one you feel good keep it ,

i think this will solve your problem

Regards
Sri..........



  • Login to reply to this topic.