Search found 19 matches: raster

Return to advanced search

... DibBits(lpbmi), // pointer to 'bits' - the pixels (LPBITMAPINFO)lpbmi, DIB_RGB_COLORS, // DIB palette is (presumably?) RGB entries SRCCOPY); // raster operation (copy) #endif GlobalUnlock(hdib); } } // TWAIN_DrawDibToDC /////////////////////////////////////////////////////////////////////// ...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4249

How to use Free TWAIN_32.dll

... asks DSM to present a list of DSs. */ #define DG_CONTROL 0x0001L /* data pertaining to control */ #define DG_IMAGE 0x0002L /* data pertaining to raster images */ /* Added 1.8 */ #define DG_AUDIO 0x0004L /* data pertaining to audio */ /**************************************************************************** ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1730

Ciao Marco: guarda questo link.

http://fivetechsoft.com/forums/viewtopi ... ght=raster



Comunque, quello trasparente e questo:

SRCAND = &H8800C6 8913094 combina i pixel dell'immagine di destinazione con quelli dell'immagine di partenza usando l'operatore Booleano AND
by pymsoft
Mon Jan 16, 2006 9:29 am
 
Forum: All products support
Topic: Stampare una bitmap "trasparente"
Replies: 2
Views: 851

... LO MEJOR EN nImgRaster (para lo que yo necesitaba) es hacer un SRCAND, disculpa la info en italiano, pero la busqué en esta lengua en su epoca ;-) RASTER --> SRCCOPY = &HCC0020 32 permette di copiare pari-pari l'intera immagine oppure una selezione della stessa SRCAND = &H8800C6 8913094 ...
by pymsoft
Wed Nov 30, 2005 9:16 pm
 
Forum: FiveWin para CA-Clipper
Topic: Imprimir JPG de fondo de documento
Replies: 6
Views: 3450
Previous

Return to advanced search