Search found 53 matches: rendering

Return to advanced search

Re: Bad quality with GIF (and GDI+)

One of the cases I can now recollect is non-alpha bmp files. The hBitmap returned is an alpha bmp. We get into problem while rendering. Yes, same case in GDIP_IMAGEFROMFILE -> BitmapFromStream .... .... PixelFormat pf = original->GetPixelFormat(); if ( pf != PixelFormatUndefined ...
by mastintin
Tue Nov 03, 2015 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad quality with GIF (and GDI+)
Replies: 84
Views: 9936

Re: Bad quality with GIF (and GDI+)

One of the cases I can now recollect is non-alpha bmp files.
The hBitmap returned is an alpha bmp. We get into problem while rendering.
by nageswaragunupudi
Tue Nov 03, 2015 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad quality with GIF (and GDI+)
Replies: 84
Views: 9936

Re: error FWH 15.04 with xHarbour.com

... I'm thinking there is a missing .lib file that has to do with the FONTS, or graphic rendering, or a build flag. Thanks.
by TimStone
Wed May 20, 2015 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 7776

Re: Unresolved external in new FWH 15.02

... which we are linking now. In a matter of few months we expect to completely avoid using freeimage.dll. Incidentally we found that the quality of rendering png files read with gdi is far better than using freeimage.dll. gdiplus.lib may add 27KB now, but soon this helps us to drop png.lib of 153KB ...
by nageswaragunupudi
Mon Feb 23, 2015 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external in new FWH 15.02
Replies: 9
Views: 2488

New FTDN february/febrero 2015 (FWH 15.02)

... TBtnBmp: Improved painting and resizing of bitmaps, bug fixes and support for transparent buttonbars. * Windows.prg: Improved PNG file loading and rendering by using gdi class * tgdiplus.prg: Inserted translate for xharbour compatibility * FWPreviewToPDF() (file prv2pdf.prg) now uses GDI and does ...
by Antonio Linares
Mon Feb 23, 2015 9:23 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1480

Re: BtnBmp icon resizing with recent FWH including 1501

... less than 48x48. I shall be glad if you can extract the bitmap from the res file and send to my email. Let us see how best we can improve the bmp rendering.
by nageswaragunupudi
Wed Jan 21, 2015 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp icon resizing with recent FWH including 1501
Replies: 7
Views: 963

FWH 1408-9 BrnBmp Disable() adding grey to bitmap

... grey desaturation if the second or third parameter is passed on the RESOURCE line. I replaced the old BtnBmp class and got the desired 'disabled' rendering behavoir. http://s30.postimg.org/mu6xose7l/Old.jpg Just for a test, I changed "DCLOCK" to another 'color' Bitmap ...
by Rick Lipkin
Thu Oct 09, 2014 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1408-9 BrnBmp Disable() adding grey to bitmap
Replies: 4
Views: 806

Re: OT: Windows 10 and FWH

... web application thereby allowing the application to run in any desktop web browser. Over the years, many challenges arose such as : 1) Browser rendering problems, works one day on IE, the next day on FireFox and then they decided on Chrome 2) Problems with instability between the test environment ...
by Rick Lipkin
Thu Oct 02, 2014 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 and FWH
Replies: 25
Views: 8217

Re: rPreview ZOOM problem

... Harbour current version as downloaded from FiveTech I cannot get the ZOOM to work correctly on preview. When preview comes up, the initial small rendering looks ok. When I select any zoom, they all force the page to stretch wide (virtually unreadable as described in previous posts) and choosing ...
by Greg Gammon
Mon Jan 27, 2014 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview ZOOM problem
Replies: 17
Views: 5075

Re: Image2Pdf dll

... ""This API can only be used if the I2PDF_MetaToNativePDF API has NOT been used as it controls the font quality when rendering the meta image file into a bitmap. There are instances where the font records stored in a meta image file may specify either a default setting ...
by Antonio Martinez
Tue May 15, 2012 5:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Image2Pdf dll
Replies: 2
Views: 545

Re: Windows 8 - right and left hemisphere

... to participate in the new Metro style experience when the user has expressed preference for the browser to do so. Such a browser can provide HTML5 rendering for webpages and service HTTP / HTTPS requests. By definition, such a browser has full access to Win32 APIs for rendering HTML5, including ...
by modicr
Thu Mar 29, 2012 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8 - right and left hemisphere
Replies: 12
Views: 4652

Re: DrawTextEx vs. DrawText

... (which is not used in the present FWH library) both are functionally the same to my understanding. It is interesting to note that the quality of rendering of both the functions is different.
by nageswaragunupudi
Sun Nov 06, 2011 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DrawTextEx vs. DrawText
Replies: 3
Views: 822

Re: Mostrar caracters ASCII en xBrowse

You may use oCol:bPaintText to define your own rendering of text inside the cell. Simple example of usage is provided in \fwh\samples\testxbr6.prg. If a codeblock is assigned to oCol:bPaintText, xbrowse paints only the background and does not paint ...
by nageswaragunupudi
Thu Aug 04, 2011 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar caracters ASCII en xBrowse
Replies: 4
Views: 996

New FTDN April/Abril 2011 (FWH 11.04)

... a key invokes btnAction, where nEditType is EDIT_BUTTON, value of nKey is provided as 4th parameter while evaluating oCol:bEditBlock. (b) Image rendering quality of images in cells is improved by replacing resizebmp function with resizeimg. * New: New Method ToExcel( bProgress ) in TReport class. ...
by Antonio Linares
Thu Apr 28, 2011 8:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2011 (FWH 11.04)
Replies: 1
Views: 1992

Re: Fonts in 11.03

... see: http://www.masterlinksoftware.com/Images/NewFont.bmp Please note how the letters are dropped off the end in .03, suggesting a rendering issue with the new version. Again, I emphasize that the exact same code is used in both cases, and the only difference is which FWH version ...
by TimStone
Wed Apr 13, 2011 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fonts in 11.03
Replies: 4
Views: 1072
PreviousNext

Return to advanced search