Search found 255 matches: ico

Return to advanced search

Re: Change the size of icons in FWH18.03

Are you referring to "icons" or "bitmaps"?
Can you help me by suggesting names of any *.ico files in fwh folder for me to test and answer you?
by nageswaragunupudi
Tue May 15, 2018 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the size of icons in FWH18.03
Replies: 4
Views: 753

FWH 18.03: FW_SaveImage()

... (a) If empty, image in clipboard, if any, is taken as the source. (b) hBitmap (c) hIcon: (i) If the destination file has extension "ico", the image is saved using function FW_SaveHIcontoIco(). (ii) Otherwise, hIcon is converted to hBitmap for saving in other formats (d) pImage ...
by nageswaragunupudi
Tue Apr 24, 2018 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 1020

Re: Localizacion y Seguimiento con google earth .

... ' <maq>316</maq>' ) AAdd( alineas, ' <nvc>69</nvc>' ) AAdd( alineas, ' <vol>24.7</vol>' ) AAdd( alineas, ' <ico>d6o</ico>' ) AAdd( alineas, '</marker>' ) ****** Fin de primer etiqueta ****** Movemos el siguiente registro oP:Queryavl:skip() IF ...
by Busmatic_wpb
Wed Apr 18, 2018 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Localizacion y Seguimiento con google earth .
Replies: 10
Views: 4398

Re: Google APIS Lib for Fivewin

... Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Error VBX2.RC 78 14: Cannot open file: grafico.ico Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unable to open file 'VBX2.RES' Turbo Incremental Link 5.69 Copyright (c) ...
by Iris Gesser
Mon Apr 09, 2018 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 26484

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: 570

Re: GDIBmp Save() method

It is not supported by Microsoft directly. save ico files I know that the fwh team is with it.
Regards.
by mastintin
Tue Mar 27, 2018 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIBmp Save() method
Replies: 4
Views: 570

GDIBmp Save() method

I just noticed that aCLSID property of GDIBmp class is assigned 8 values while the Save() method allows only 5 formats (ie. not EMF, WMF, ICO).

Is it possible to save an image to EMF, WMF or ICO using the last 3 values of aCLSID?

EMG
by Enrico Maria Giordano
Sat Mar 24, 2018 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIBmp Save() method
Replies: 4
Views: 570

Re: Recuperar imagen desde campo BLOB

... (g) pImage, (k) Symbol, (l) FW Shape, (m) web-address of any image or (n) image info read by FW_ReadImage. Image format can be bmp, png, gif, ico, cur, jpg, emf, wmf, tif. Row, column, width and height can be specified in inches, mm or pixels. Images are automatically resized to the dimensions ...
by nageswaragunupudi
Sat Mar 03, 2018 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recuperar imagen desde campo BLOB
Replies: 4
Views: 1169

Re: TBitMap to file

function icofile2bmpfile()   local cFile, cBmpFile   local hIco, hBmp, hDib   cFile    := "\fwh\manual\manual FWH english.doc"   cBmpFile := "doc.bmp"   if File( cFile )      hIco     := ICON_READ( ...
by nageswaragunupudi
Mon Feb 26, 2018 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TBitMap to file
Replies: 4
Views: 782

Re: FWH 1801: Enhancements to TBitmap class

nageswaragunupudi wrote:TXImage class is available for displaying bmp,png,jpg,gif,ico,cur,tif,emf,wmf formats without freeimage.dll


I'm trying to use GDIP_IMAGEFROMFILE() to load a .CUR file but the result is zero. It works fine with all the other image formats.

Any ideas?

EMG
by Enrico Maria Giordano
Sun Feb 18, 2018 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1801: Enhancements to TBitmap class
Replies: 7
Views: 1179

FWH 1801: Enhancements to TBitmap class

... its derived class TImage class was to be used. But TImage class requires freeimage.dll. TXImage class is available for displaying bmp,png,jpg,gif,ico,cur,tif,emf,wmf formats without freeimage.dll and more formats if freeimage.dll is available. But the class methods and user-interface is much different ...
by nageswaragunupudi
Sun Feb 18, 2018 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1801: Enhancements to TBitmap class
Replies: 7
Views: 1179

Re: Time to consider CORTANA ?

... ms-cortana://StartMode=Settings&QuerySource=Settings ms-cortana://StartMode=QuietHours&QuerySource=ActionCenter Cortana icon: https://bitbucket.org/fivetech/screenshots/downloads/Cortana.ico
by Antonio Linares
Fri Feb 16, 2018 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Time to consider CORTANA ?
Replies: 15
Views: 3350

New FTDN January/Enero 2018 (FWH 18.01)

... * EDIT control: CUEBANNER clause added to EDIT control command. Cuebanner text can be Ansi or Unicode text. * GET: - Cuebanner can be Unicode text also. - It is now possible to specify any image of any size even when lAdjustBtn is .T. * XBROWSE: ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2628

Re: xImage formats

FWH and XImage can display BMP, ICO, GIF, PNG, JPG, JPEG, TIF, TIFF on its own without freeimage.dll. If freeimage.dll exists in the path, it automatically uses fi.dll to display all other image formats too.
by nageswaragunupudi
Tue Jan 09, 2018 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage formats
Replies: 13
Views: 1966

Re: bmpfromico

Perhaps there is an error on new gdiplus.cpp because if I recompile with it and I use these functions ico := ICON_EXEREAD( cFile, 4 ) GDIBmpFromHIcon( ico, oImagePreview, oImagePreview:Super():nWidth(), oImagePreview:Super():nHeight() ) DestroyIcon( ico ) Function GDIBmpFromHIcon( ...
by Silvio.Falconi
Mon Jan 08, 2018 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 9139
PreviousNext

Return to advanced search