Help!! Can you convert this to bmp Icons? - Windows Mobile Development and Hacking General

Hi..
I found these icons from the new Frestyl Launcher...
they are 60x60 PNG Icons..
i want to convert them into 32x32 bmp Icons so i can use it with the new Clauncher V12.04..
Can someone please help?
here they are...

I donĀ“t know why you did not do it on your own.
Using a freeware gfx viewer/converter like XnView and this is done in one little step.

hey thanks.. but this isn't what i had in mind..
I actually used photoshop and resized it to 32x32x150 resolution and then save it as bmp file but it still has a White border around the icon...
then i tried to crop it .. which made it a bit better..
but i still have a problem with the gradient background from the png file...
dont know if I'm making any sense.. but basically..
the PNG icons have a gradient background and the Bitmap icons have a purple-ish background that seem to he transparent when its on windows mobile..
if someone know how to convert it with the purple background can you please show me how?
all replies are appreciated..

How are you getting the icons to display on the WM device?
I was led to believe that they needed to be in a .dll or a .exe "library" in order to be used as icons by Windows Mobile Devices.
Is this not correct?

PNG can be transparant, BMP can not be transparent unless the program that uses the BMP has a specific colorcode that it uses to make it transparent, and even then it cannot show faded transparency. Only 100% or 0%
(If this was what you are after)

I am using it for Claunch 12.04 .. I guess it allow you to use .exe, .dll, .cpl, and .bmp files as icons...
Okay here are the exsamples..
1st is the original PNG icons @ 60x60 (with the Gradient background)
2nd is the BMP done by Chistian72D @ 32x32 (with the White background)
3rd is an icon from an icon pack for Claunch (with the purple background)
the purple will blend in with whatever color you have on your windows background..
thats what I was looking for..
thanks again guys.. let me know if you know of a way to do this..

here is an easy way to do this
download "Irfanview" install and run it,
click "options", "properties", "viewing", "Choose" (main window color)
In the lower right quadrant of the color window enter values: red=255, green=0, blue=255
click "OK" then "OK" again. This will change the background color to the proper value for claunch.
Now open your pngs in Irfanview, resize them (click "Image", "resize/resample" or CTRL-R)
Then save as BMP.
The newly saved bmps will have the proper background color.
Good Luck

Related

How do you make SPB icons

I am using VJDialer (Thanks vijay555) with cLaunch and i want to make some icons so i can use Pocket Plus to launch the dialer nd get rid of cLaunch.
cLaunch allows you to create icons from pictures. How do i go about making the same for SPB. For instance the pic i have below
Cheers
There are 66 different icons in Pocket Plus. To change icon tap and hold it and select Change Icon from pop-up menu. You can also add you own icon to the list. Find "custom16.png" and "custom32.png" in "\Program Files\PocketPlus\Icons" folder on your device. Copy these files to your desktop. Now you can edit these files with any image editor. To add new icon you should create two similar icons of size 16x16 and 32x32 pixels. Add 16x16 icon to the end of the "custom16.png", and add 32x32 icon to the end of the "custom32.png". Make sure that after editing "custom16.png" has height 16 pixels and its width can be divided to 16. Check the same with the "custom32.png" image - its height should be 32 pixels and width can be divided to 32. Copy these files back to "\Program Files\PocketPlus\Icons" folder on your device and perform a soft reset. Now your icon is added to the list and you can use it.
Xilicon, that's a very nice tip there. The built-in icons are OK when using them for apps etc. but when using them with VJDialer and VJSMS you would need different icons for different ppl. There's no point putting a laptop icon for a shortcut that calls my wife!
I'll try this image editing thing tip now ...
kta - I hope the icon is meant to be a phone, not a laptop! I ripped it from XP!
Check this thread for some discussion on how to create the icons:
http://www.modaco.com/Today_Screen_Hacks-t227321.html
and for WAD etc
http://www.ppcsg.com/index.php?showtopic=58236
Basically, to get a cute picture of the wife etc, load a nice photo of her up into an art program, eg paint shop pro.
"Crop" the image as closely as possible to her face: this is going to be reduced to 32x32, so make it recognisable.
"Reduce" the image to 32x32.
Now I would reduce the colour to 256, but that's up to you.
In claunch, you can load the bmps directly; you can make icons using an icon editor, eg Microangelo. On the version I've got, basically, just start a 32x32 XP Colour icon, copy and paste directly from your art prog into Microangelo, and then if you want to, reduce the colours.
Save the .ico and use at will.
Again, for my own nausea, I decided to make a dll full of icons to keep all my images in one file. This can be done with microangelo librarian or Visual Studio if you're really hard core.
For Pocket Plus, just use the png format instead of bmp or ico.
BTW new versions of VJSMS etc coming in the next day or so
V
vijay555 said:
kta - I hope the icon is meant to be a phone, not a laptop! I ripped it from XP!
Click to expand...
Click to collapse
I meant the default icons of SPB Pocket Plus not your telephone icon ;-) So what's new in your VJSMS?
OK I've tried the SPB Pocket Plus trick but it seems that it's only allowing 1 extra icon (totalling 67). Anyone managed to create more than just one extra icon?
EDIT: You need to close SPB Pocket Plus and reload before the icons appear in the list!
VJSMS is the same, just a new brother and sister and minor improvements!
V

A few bmp icons for Claunch

Hi these are a few bmp icons to use wish Claunch.
please post if you have any more
nice icons bud.... do you have any with no white box around it?... you know just the shape, so you don't see all that white with a colored background?
i will try to edit them

Drawing Icons on Today Plug-in

Hi all,
I am programming a today plug-in and I need to draw some icons on the screen.
The problem is that when I draw the Icons on the screen, they appear with sharp white edges which does not give the real feel of the icon when viewed on Windows or open in microangelo studio.
Here is a picture, please notice the edges of the icons, note that resco plug-in draws icons with smooth edges. So how can I elimnate this problem??
Query resolution of icons, appropriate use of trasparency on .ico, use of transparent bitblt, whether you need to use png with an alpha trans layer or an artificial smoother on the drawing routine.
V
Thanks Vijay for the super fast reply,
But I am a begginer in this issue, I see that resco uses png alpha images, but I dont know if I can load png images using LoadImage function.
About Bitblt issue, can you please explain it with a bit more detail?
Thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanks alot
Mohammad
If you want to load a png try SHLoadImageFile, it worked when I tested it just now.
Are you drawing the icons this way (bitblt) to stretch them bigger? If not then why not just use DrawIconEx?
Hi,
I use DrawIcon, ofcourse with no stretching, but still some edges of the icons appear as white.
Now, how to create the alpha image??
Mohammad

Xperia icons for SPB Phone Suite

I'm spb phone suite addicted and I made xperia icons for profiles + new custom icon for wireless indicator.
Just install spb phone suite and overwrite .dat files in program directory
They looks better with dark bakground but should be ok anyway, feel free to edit but SHARE your creations
In case you want to edit, rename .dat to .zip and unpack with password "59s04bzq" (without quotes). Edit, save as bmp in R5G6B5 format and repack with same password
in attachments, preview (poor and ugly, look sharper when in place) and dat files
nice work.
I would like to edit n share some of my work..but i lam a ittle lost at this part "save as bmp in R5G6B5 format and repack with same password " all i would really like to do is make the indicators more finger friendly and maybe some color change.s for right now and hopefully some new icons...i would really appreciate it if u could help me out ...willing to learn
..thank you
How do you make the black backgroud images in photoshop ?
I have done my own set of icons but they always come out black.
Saved all as .bmp in the correct colours and sizes too.

Apha channel bmp or ICO file for wait icon - ?

Know anybody the way to use alpha-channel bmp (transparency) for window "wait" icon? It "lives" in shellres.192.dll, bitmaps 4896-4911.
...or use ico instead bmp images. Need to hex edit any file? Which one?
Stupid square icon already touch me.
you could try Marshall Wait Cursor - google it..
I'm talking about transparency.

Categories

Resources