Search found 19 matches: raster

Return to advanced search

Help with PDF in FWH-19.09 please. - SOLVED

... the color of the logos. To solve it without making changes to the classes in FWH-19.09, when generating the invoice and putting the logo, I put RASTER at 0 // nRaster: = SRCAND: = 8913094nRaster: = 0xaCoord: = oPrn: CmRect2Pix ({1.45, 1.78, 5.20, 1.02})oPrn: SayImage (xaCoord ...
by Cgallegoa
Tue Dec 03, 2019 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with PDF in FWH-19.09 please. - SOLVED
Replies: 3
Views: 964

Re: Problema con PDF en FWH-19.09 - Mi GATO lo solucionó !!!

... , "Soluc02.bmp" , xaCoord[3], xaCoord[4] , nRaster) que es la que pinta el logo se generó perfecto con un raster en"0" Ahora mi gato es mi héroe. :D Ya salen bien los PDF con FWH-19.09 Aunque funciona, creo que algo no está bien pues no debería ...
by Cgallegoa
Mon Dec 02, 2019 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con PDF en FWH-19.09 - Mi GATO lo solucionó !!!
Replies: 4
Views: 845

Re: SayBarCode control

... code itself, since the reading device must be on the bar code passing directive and with the reading line perpendicular to it. To overcome this, raster devices have been introduced (with multiple parallel reading lines), with oscillating mirror, or with various angled mirrors so that the code ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 5886

Re: GDIBmp Save() method

Saving to ICO is complex. We are working on it along with Mr Manuel.

Saving a raster image as EMF or WMF involves conversion of raster image to vector format and so is obviously not possible. Vector image can be converted to raster image but not vice versa.
by nageswaragunupudi
Tue Mar 27, 2018 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIBmp Save() method
Replies: 4
Views: 548

Re: Ayuda con EasyReport

... Ahora casi todo se manda por PDF. He visto que el pdf que crea VRD ocupa mucho y no se puede seleccionar el texto, es decir, es modo "raster" o "bitmap" en lugar de vectorial. Viendo los fuentes he visto que se puede cambiar la clase TPrint por la clase THaruPDF de Carlos ...
by alvaro533
Fri Feb 09, 2018 11:04 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Ayuda con EasyReport
Replies: 4
Views: 2713

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... the contents (vector images) of the emf files. What FWSavePreviewToPDF() function does is : step1: convert vector images contained in emf files as raster image in jpeg format step2: create blank pdf page and embed the jpeg image into the pdf page step3: save the pdf file
by nageswaragunupudi
Fri Feb 24, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6133

Re: To Antonio: vector based icons & images.

FWH does not support EPS format (it is a composite format of vector + raster), even with the help of FreeImage.dll. I do not expect it in the immediate future. FWH supports only 2 vector formats, EMF and WMF. FWH supports realizable brushes of images. Syntax: ...
by nageswaragunupudi
Thu Jun 18, 2015 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: vector based icons & images.
Replies: 8
Views: 861

Re: Bitmap + binary

Antonio, Enrico, For a simple bitmap painting use DrawBitmap(). If you need transparency, or to specify a raster operation, or to use a palette, then use PalBmpDraw(), (sort of an extended DrawBitmap()) So, for simple painting as in ON PAINT DrawBitmap( hDC, hBitmap, nTop, ...
by Enrico Maria Giordano
Thu Aug 15, 2013 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap + binary
Replies: 19
Views: 3645

Re: Bitmap + binary

Enrico,

For a simple bitmap painting use DrawBitmap().

If you need transparency, or to specify a raster operation, or to use a palette, then use PalBmpDraw(), (sort of an extended DrawBitmap())
by Antonio Linares
Thu Aug 15, 2013 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap + binary
Replies: 19
Views: 3645

Re: To Uwe

... ) These logos are not created for screen-design, taking care of transparent backgrounds. The problem remains to the programmer. To resize a SMALL raster-image like BMP, PNG converted to VECTOR http://www.pflegeplus.com/pictures/vector1.jpg Best Regards Uwe :lol:
by ukoenig
Sat Jul 07, 2012 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Uwe
Replies: 14
Views: 4466

Problemas en 8.06 con Activex

... "error en la aplicación" sin grabar ningún error en la línea: oActivex:SetProp( "ReportSource", oCRReport ) También uso Lead Raster View oRasterView := TActiveX():New( oWnd, "LEADRasterView.LEADRasterView.140" ) oRasterView:GetProp( ...
by fgondi
Wed Jul 02, 2008 6:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas en 8.06 con Activex
Replies: 30
Views: 6284

... screen. HORZRES Width, in pixels, of the screen; or for printers, the width, in pixels, of the printable area of the page. VERTRES Height, in raster lines, of the screen; or for printers, the height, in pixels, of the printable area of the page. EMG
by Enrico Maria Giordano
Sun Dec 10, 2006 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer Printable Area
Replies: 16
Views: 7231

... NAME ... * hCDc := CreateCDC(hDc) SelectObject(hCDC,oBmp:hBitmap) StretchBmp(hDc,10,20,nNeoWidth,nNeoHeight,hCDC,0,0,hBmp:nWidth,hBmp:nHeight, raster) DeleteDc(hCDc) DLL32 FUNCTION StretchBmp( hdc AS LONG,x AS LONG,y AS LONG,nWidth AS LONG,nHeight AS LONG, ; hSrcDC AS LONG,xSrc AS LONG,ySrc ...
by manuramos
Fri Nov 24, 2006 3:40 pm
 
Forum: FiveWin para CA-Clipper
Topic: PalBmpDraw()
Replies: 4
Views: 1388

PalBmpDraw()

La cuestion es que utilizo PalBmpDraw() con el Raster "SRCAND" para, de cierta manera, fundir un grafico BMP (con fondo blanco) con el color de fondo del Dialogo. Todo bien, ya lo he hecho varias veces. La cuestion es que cuando intento variar el ...
by manuramos
Thu Nov 09, 2006 9:10 pm
 
Forum: FiveWin para CA-Clipper
Topic: PalBmpDraw()
Replies: 4
Views: 1388
Next

Return to advanced search