s60 icon to s40 icon it is possible ?? plz tell me![]()
S40 takes icon of type png, jpg, etc, and s60 mostly takes svg, so you can convert the png to svg or reverse. hope that will work.
Note, though, that converting a bitmap to a vector graphic, so that the picture is still good and scales well using automated means is usually not leading to good results. It is better to redraw the whole thing as a vector image from scratch, using the bitmap just as a model/references.
The question is exactly the opposite. If you have the 'source' for an S60 theme, converting the icons should not be a problem. They are either in bitmap format already (.bmp, perhaps .png), or they are in .svg format, which can be viewed and converted to bitmap with various free tools like InkScape or IrfanView.
On the other hand, if you have a compiled S60 theme, extracting the icons has no direct support (and it is not entirely legal either), but possible via installing the theme and using Symbian API-s to display its components in various sizes. It requires some coding however. An intermediate solution could be installing the theme to an emulator (http://www.developer.nokia.com/Commu...ition_emulator), and capturing the screen.