I have a jpg file and I want create a alpha image
How I can make to create it ?
is there an freeware to download ?
Falconi Silvio
I have a jpg file and I want create a alpha image
How I can make to create it ?
is there an freeware to download ?
Hello Silvio,
You can use GIMP or xNVIEW to convert any format.
I prefer xNVIEW because it is better to handle.
Just something to remind :
only converting a JPG to BMP, You don't get any transparent-areas,
because of the missing layers.
Regards
Uwe ![]()
I run xnview but I not found the command to converte on alpha



please see your email




Uwe,
U sad me to use XNview and I downloaded but with it I cannot create it
I used also icofx and gimpy but I cannot create it
why u jokes with me ?


Hello Silvio,
I will put the solution step by step in my new post :
There are still some descriptions ( solutions ) to add.
Normally what You have to do is first ( I see, Your file is a normal BMP ),
save it as PNG-File to define the transparent-areas.
After open the new PNG, You have to choose the color, You want to show transparent
( it is WHITE in Your BMP ).
After You defined the transparent color, You can save it as BMP.
I couldn't find the fill-option for PNG's in XNVIEW ( no information in Help-file ),
to replace a color with a tranparent-area.
In GIMP, it is included ( see my new post Convert JPG to Alpha-Blended BMP )
The best solution ( better quality ) is allways, to use a original painted PNG-file.
Regards
Uwe ![]()
&

DEFINE BITMAP oBmp FILENAME "silvio.bmp"
ACTIVATE WINDOW oWnd MAXIMIZED ;
ON PAINT ABPaint( hDC, 20, 20, oBmp:hBitmap, 220 )