32 Bit BMP Editor?
-
Hey Friends I just created a sample application with Ribbon UI and trying to edit main.bmp (which is a 32bit bitmap) which is displayed as a button on top left of the ribbon / application. Now i have paint brush application which supports upto 24bit bitmap and when i edit the main.bmp (which has black background and mfc writen over it), and compile the application, the button image gets a black background and gets distorted. Any idea how to edit it properly or some 32 bit editor? Regards
-
Hey Friends I just created a sample application with Ribbon UI and trying to edit main.bmp (which is a 32bit bitmap) which is displayed as a button on top left of the ribbon / application. Now i have paint brush application which supports upto 24bit bitmap and when i edit the main.bmp (which has black background and mfc writen over it), and compile the application, the button image gets a black background and gets distorted. Any idea how to edit it properly or some 32 bit editor? Regards
-
Sounds like an alpha channel issue. If you can set the black background to transparent that should solve the problem. Photoshop should do the trick. Or Gimp.
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki
-
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki
-
Hey Friends I just created a sample application with Ribbon UI and trying to edit main.bmp (which is a 32bit bitmap) which is displayed as a button on top left of the ribbon / application. Now i have paint brush application which supports upto 24bit bitmap and when i edit the main.bmp (which has black background and mfc writen over it), and compile the application, the button image gets a black background and gets distorted. Any idea how to edit it properly or some 32 bit editor? Regards
I use the free, super-fast IrfanView[^] to save images with a transparent background. We usually use PNG format for this.
Religiously blogging on the intarwebs since the early 21st century: Kineti L'Tziyon Judah Himango
-
-
Hey Friends I just created a sample application with Ribbon UI and trying to edit main.bmp (which is a 32bit bitmap) which is displayed as a button on top left of the ribbon / application. Now i have paint brush application which supports upto 24bit bitmap and when i edit the main.bmp (which has black background and mfc writen over it), and compile the application, the button image gets a black background and gets distorted. Any idea how to edit it properly or some 32 bit editor? Regards
Open Visual Basic, drag and drop some controls, copy and paste some code, and press play.
"The task of saving the earth's environment must and will become the central organizing principle of the post-Cold War world." Senator Al Gore Putting People First 1992 ------ "The sacrifice of personal existence is necessary to secure the preservation of the species." Adolph Hitler Mein Kampf 1923 ------ If you want a picture of the future, imagine a boot stamping on a human face - forever." O'Brien to Winston George Orwell 1984 1949
-
Sounds like an alpha channel issue. If you can set the black background to transparent that should solve the problem. Photoshop should do the trick. Or Gimp.
Yeah correct, managed to update the bmp file using icon workshop. Thanks a ton