Search found 82 matches: blended

Return to advanced search

Re: xImage - problem with < MOVE >

... about working on my XImage-editor I can merge now multiple images to 1 output image. It can have any background : brush,selected color or alpha-blended ( transparent ) I can work on each imported image like zoom, rotate, position ... before accepting it as final result Is it possible to add ...
by ukoenig
Sun Apr 04, 2021 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage - problem with < MOVE >
Replies: 5
Views: 966

Re: Painting alpha blended bmp on windows

Uwe,
Thank you!
by hua
Fri Jan 15, 2021 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting alpha blended bmp on windows
Replies: 2
Views: 394

Re: Painting alpha blended bmp on windows

There is a function ABPaint( hDC := GetWindowDC( hWnd ), nLeft, nTop, oBmp:hBitmap ) sample testab.prg DEFINE BITMAP oBmp FILENAME "..\bitmaps\AlphaBmp\Trash.bmp" ... ... ACTIVATE WINDOW oWnd ; ON PAINT ABPaint( hDC, 10, 10, oBmp:hBitmap, 220 ) // 0-255 transparency level or You can use a ...
by ukoenig
Fri Jan 15, 2021 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting alpha blended bmp on windows
Replies: 2
Views: 394

Painting alpha blended bmp on windows

Hi guys, When I use the code below, my alpha blended bmp is painted with black background instead of being transparent. Which part I went wrong?      hBmp2 := ReadBitMap(0, ud_bmpDir()+"\2021.bmp")  ...
by hua
Fri Jan 15, 2021 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting alpha blended bmp on windows
Replies: 2
Views: 394

Re: Ribbonbar getting black

... those Windows 7 machines to work with ? I am still leaning towards the video driver .. Yes, but they also have the problem . Are you using Alpha blended .bmp Icons for your tool bar .. if yes, are they 24 bit ? I do not use Alpha blended
by vilian
Tue Sep 11, 2018 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6053

Re: Ribbonbar getting black

... .. do you have access to one of those Windows 7 machines to work with ? I am still leaning towards the video driver .. Are you using Alpha blended .bmp Icons for your tool bar .. if yes, are they 24 bit ? Rick Lipkin
by Rick Lipkin
Tue Sep 11, 2018 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6053

Re: Need sample that display default browser as an icon on butto

... and select which one to use after determining what is current default browser. Anyone knows what is the tried and tested method to include alpha blended images in an rc compiled with brc? Is changing the resource compiler the only way to go? function WebBrowserIcon()  // code based ...
by hua
Thu Jun 08, 2017 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need sample that display default browser as an icon on butto
Replies: 1
Views: 498

Re: PalBmpDraw transparent on main window with gradient

... I would really love to paint this img transparently. Maybe it is not possible to draw a transparent alpha blended png (or bmp) on a gradient dialog that redraws dynamically as it is resized? Reinaldo.
by reinaldocrespo
Tue Mar 06, 2012 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpDraw transparent on main window with gradient
Replies: 18
Views: 8084

Re: PalBmpDraw transparent on main window with gradient

Uwe; Hi. Perhaps you can give me an idea how to show an alpha blended png from disk on a gradient dialog? Here is my code (not showing anything when using an alpha blended png):    DEFINE DIALOG ::oDlg RESOURCE "presentacion" TRANSPARENT   REDEFINE ...
by reinaldocrespo
Tue Mar 06, 2012 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpDraw transparent on main window with gradient
Replies: 18
Views: 8084

Re: TestTitl.prg Sample MDI

... ? Just curious how you compiled the program and the associated .rc file that contained the icons. I have had much difficulty creating 32 bit alpha blended icons that I could compile into my application. I thought I had a good system using ResEdit because I could add a 32 bit bitmap to the .rc .. ...
by Rick Lipkin
Tue Feb 28, 2012 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11746

Re: How to convert alpha-blended image to grayscale?

Thanks for the input Rick :)
by hua
Fri Oct 28, 2011 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert alpha-blended image to grayscale?
Replies: 8
Views: 2528

Re: How to convert alpha-blended image to grayscale?

... open source photo and image editor ( linux version as well ) , very powerful ( like photoshop ) .. easy ( with some patience ) to create layered blended images and scale to any size and one simple click desaturation to greyscale. In this picture I took two images 48x48 .. House.png and redx.png ...
by Rick Lipkin
Thu Oct 27, 2011 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert alpha-blended image to grayscale?
Replies: 8
Views: 2528

Re: How to convert alpha-blended image to grayscale?

I asked Pixelformer people about this matter and got a reply from them. I think we could use it to get grayscale with transparency too though may have to do the process twice. That is, first round export it to png and at the save dialog box checked grayscale. Then re-import the png and export it to ...
by hua
Thu Oct 27, 2011 2:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert alpha-blended image to grayscale?
Replies: 8
Views: 2528

Re: How to convert alpha-blended image to grayscale?

Thanks Uwe :) However IcoFx is no longer a freeware. I'll give Greenfish a try.
by hua
Thu Oct 27, 2011 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert alpha-blended image to grayscale?
Replies: 8
Views: 2528

Re: How to convert alpha-blended image to grayscale?

Tested Tool IcoFx Converting a PNG to Grayscale keeps the Alpha-channel. http://icofx.ro/downloads.html http://www.pflegeplus.com/pictures/alphabtn1.jpg Another good Freeware-Editor Greenfish works as well : http://greenfish.xtreemhost.com/downloads.php http://www.pflegeplus&...
by ukoenig
Wed Oct 26, 2011 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert alpha-blended image to grayscale?
Replies: 8
Views: 2528
Next

Return to advanced search