... 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 ( ...
Search found 19 matches: raster
Searched query: raster
- 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: 1159
- 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: 1021
Re: Problema con PDF en FWH-19.09 - Mi GATO lo solucionó !!!
... que con la "corrección" que me hizo quedó así:
///////////////////////////////////////////////////////////////////////////////////////////// nRaster := SRCAND := 8913094
Por lo que, la expresion
oPrn:SayImage( xaCoord[1] , xaCoord[2] , "Soluc02.bmp" , xaCoord[3] ...
///////////////////////////////////////////////////////////////////////////////////////////// nRaster := SRCAND := 8913094
Por lo que, la expresion
oPrn:SayImage( xaCoord[1] , xaCoord[2] , "Soluc02.bmp" , xaCoord[3] ...
- Wed Apr 10, 2019 5:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SayBarCode control
- Replies: 34
- Views: 9504
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 can ...
- Tue Mar 27, 2018 2:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GDIBmp Save() method
- Replies: 4
- Views: 660
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.
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.
- Fri Feb 09, 2018 11:04 am
- Forum: EasyReport, EasyDialog y EasyPreview
- Topic: Ayuda con EasyReport
- Replies: 4
- Views: 4349
Re: Ayuda con EasyReport
... funcionando. 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 Mora. Esta ...
- Fri Feb 24, 2017 3:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
- Replies: 24
- Views: 7182
Re: FWSavePreviewToPDF 32-bit vs. 64-bit
... or any clipboard content to 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
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
- Thu Jun 18, 2015 9:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Antonio: vector based icons & images.
- Replies: 8
- Views: 994
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:
DEFINE BRUSH oBrush FILE <imagefile ...
FWH supports only 2 vector formats, EMF and WMF.
FWH supports realizable brushes of images.
Syntax:
DEFINE BRUSH oBrush FILE <imagefile ...
- Thu Aug 15, 2013 9:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bitmap + binary
- Replies: 19
- Views: 4300
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, nLeft, nWidth ...
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, nLeft, nWidth ...
- Thu Aug 15, 2013 9:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bitmap + binary
- Replies: 19
- Views: 4300
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())
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())
- Tue Oct 09, 2012 3:20 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imprimiendo fotos en alta resolución
- Replies: 7
- Views: 1458
- Sat Jul 07, 2012 12:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Uwe
- Replies: 14
- Views: 5151
Re: To Uwe
... problem some years ago )
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
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
- Wed Jul 02, 2008 6:33 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemas en 8.06 con Activex
- Replies: 30
- Views: 7310
Problemas en 8.06 con Activex
... un "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( ...
oActivex:SetProp( "ReportSource", oCRReport )
También uso Lead Raster View
oRasterView := TActiveX():New( oWnd, "LEADRasterView.LEADRasterView.140" )
oRasterView:GetProp( ...
- Sun Dec 10, 2006 7:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printer Printable Area
- Replies: 16
- Views: 8253
- Fri Nov 24, 2006 3:40 pm
- Forum: FiveWin para CA-Clipper
- Topic: PalBmpDraw()
- Replies: 4
- Views: 1520
- Thu Nov 09, 2006 9:10 pm
- Forum: FiveWin para CA-Clipper
- Topic: PalBmpDraw()
- Replies: 4
- Views: 1520
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 tamaño del grafico, entonces "SRCAND" no actúa. Lo ...