Search found 144 matches: tiff

Return to advanced search

Re: New FTDN April/Abril 2023 (FWH 23.04)

... de imagen GDI+. Si es nulo, por defecto hBitmap desde el portapapeles, si está disponible. - 2. cType: Opcional. Puede ser bmp,jpg/jpeg,png,tif/tiff,gif. Por defecto es bmp. - Los demás parámetros son autoexplicativos. Nota: nClrBack no se utiliza en esta versión. Esta función está destinada ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

New FTDN April/Abril 2023 (FWH 23.04)

... Optional. hBitmap or GDI+ image pointer If nil, defaults to hBitmap from Clipboard, if available. - 2.cType: Optional. Can be bmp,jpg/jpeg,png,tif/tiff,gif. Defaults to bmp. - Other parms are self explantary. Note: nClrBack is not used in this version. This function is intended to covert hBitmap/pImage, ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

Re: Save Desktop into a

Dear Marco,

FW_SaveImage() supports all these extensions automatically:

local aExt := { "bmp", "jpeg", "gif", "tiff", "png", "bmp", "jpg", "gif", "tif", "png" }
by Antonio Linares
Mon Mar 06, 2023 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Desktop into a
Replies: 7
Views: 700

Re: Resource Bitmap for Fivewin

... FWH ReadImage function checks if the data is a binary data and then if it is an image type and then what image type it is (bmp,ico,cur,jpeg,png,tiff,etc) and then reads it as an image and converts into hBitmap (in some cases it can be meta or other types.) We just leave all that headache to ...
by nageswaragunupudi
Sun Oct 30, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Bitmap for Fivewin
Replies: 7
Views: 427

Re: New FTDN November/Noviembre (FWH 21.11)

... actualizado WindowsXP.Manifest64 para hacerlo compatible con Windows 11. * Nuevo: Nueva función FrameTiff( cTiffFileName ), convierte un fichero TIFF multipágina en múltiples ficheros JPGs. Muchas gracias a Manuel Alvarez: http://fivetechsupport.com/forums/viewtopic.php?p=243471#p243471 Muchas ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 938

New FTDN November/Noviembre (FWH 21.11)

... Enhancement: WindowsXP.Manifest64 has been updated to make it Windows 11 compatible. * New: function FrameTiff( cTiffFileName ) converts multipage TIFF file into multiple JPGs. Many thanks to Manuel Alvarez: http://fivetechsupport.com/forums/viewtopic.php?p=243471#p243471 and Hakan Onemli: http://fivetechsupport.com/forums/viewtopic.php?p=243513#p243513 ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 938

Re: Multi page TIFF file to jpg conversion? (SOLVED)

thank you

already implemented your version in next FWH build
by Antonio Linares
Fri Aug 13, 2021 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion? (SOLVED)

Hakan, many thanks for your feedback Is it working as expected ? Hi Antonio, I made some minor changes your function like that. FUNCTION TIFFtoJPG(cFileTIF, cFileJPG)  LOCAL i, aResult := {}, clocal   LOCAL oBmp := GDIBmp():New( )  LOCAL hbmp := GDIP...
by Horizon
Wed Aug 11, 2021 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion? (SOLVED)

Hakan,

many thanks for your feedback

Is it working as expected ?
by Antonio Linares
Tue Aug 10, 2021 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion? (SOLVED)

Hi Antonio, There is an error with new libs. FiveH32.lib(TGDIPLUS.obj) : error LNK2001: unresolved external symbol _HB_FUN_CFILENAMENOEXTIcraW.exe : fatal error LNK1120: 1 unresolved externals I think it is misspelling (cFileNoExt) Workaround FUNCTION cFileNameNoExt(cText)RETURN cFil...
by Horizon
Tue Aug 10, 2021 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion? (SOLVED)

Hakan,

Please check your email

We have renamed function FrameTiff( cTiffFileName ) and also GDIPLUSLOADDIRECTIMAGE()
by Antonio Linares
Tue Aug 10, 2021 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion?

in fwh distribution ... c:\fwh\source\winapi\gdiplus.cpp file, copy this file in your directory files code and add this lines , add this file in your makefile and compile ... Thank you very much. I have solved my problem via add my makefile like you said. Antonio, Can you please add this extensions...
by Horizon
Tue Aug 10, 2021 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion?

in fwh distribution ...

c:\fwh\source\winapi\gdiplus.cpp file, copy this file in your directory files code and add this lines , add this file in your makefile and compile ...
by mastintin
Mon Aug 09, 2021 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion?

Thank you. I could not compile this lines. 4284    **----------------------------------------------------------------------4285    #pragma BEGINDUMP4286    #define _WIN32_WINNT 0x05004287    #define WINVER 0x05004288    #include "windows.h"4289    #include "hbapi.h"4290    HB_FUN...
by Horizon
Mon Aug 09, 2021 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227

Re: Multi page TIFF file to jpg conversion?

HB_FUNC ( GDIPLOADDIRECTIMAGE ){   LPWSTR file     = AnsiToWide( ( char * ) hb_parc( 1 ) );   Bitmap * original =  new Bitmap(file  );   hb_retptr( original );}  HB_FUNC( GDIPLUSIMGG...
by mastintin
Mon Aug 09, 2021 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1227
Next

Return to advanced search