Search found 76 matches: testimg

Return to advanced search

Re: Clipboard to jpg file

José,

please have a look at sample < testimg.prg >

regards
Uwe :D
by ukoenig
Mon Apr 01, 2019 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard to jpg file
Replies: 5
Views: 741

Re: FWH64

Günther,

I just tested samples\testimg.prg using both BCC 7.1 64 and VSC2015 64 and they worked fine.

Could you post an example to reproduce it ?
by Antonio Linares
Fri Apr 01, 2016 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25290

setalpha() ??

I'am testing the testimg.prg and found a SetAlpha() function, but i dont know how to use it.

any help about this function ?

tks
by Romeo
Wed Feb 24, 2016 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: setalpha() ??
Replies: 3
Views: 641

Re: Refrescar un control Bitmap

FWH..\SAMPLES\TESTIMG.PRG #include "FiveWin.ch"#include "Image.ch"//----------------------------------------------------------------------------//function Main()   LOCAL oDlg, oImage, lSetAlpha ...
by karinha
Wed Nov 04, 2015 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refrescar un control Bitmap
Replies: 8
Views: 871

Re: New FTDN March/Marzo 2015 (FWH 15.03)

... MSVC 2012 y harbour 3.2 en 32 bits trabaja bien harbour_3.2_32bits_MSVC2013_20142906 en 64 bits harbour_3.2_64bits_MSVC2013_20142906 al probar testimg y tesimg2 con fwh64 build64 tesimg crea el ejecutable bien, pero al darle seleccionar imagen deja de funcionar testimg.exe build64 tesimg2 cambio ...
by luisduque
Sat Apr 04, 2015 5:05 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7389

Re: Por favor ayuda para principiante en freeimage

Holá, mira C:\FWH..\SOURCE\CLASSES\IMAGE.PRG y IMAGE.CH

Para añadir en tu proyecto, debes añadir en su .bat de compilación el IMAGE.PRG y en el .PRG IMAGE.CH

En \samples tien el ejemplo: TESTIMG.PRG

Saludos.
by karinha
Mon Aug 18, 2014 1:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por favor ayuda para principiante en freeimage
Replies: 8
Views: 682

Re: How to keep a existing alpha-channel, saving a bitmap ?

... ) and it works : ( I will add the source of a new sample ) I still have to test, saving a resized image. The loaded alphablended BMP using sample TESTIMG.prg http://www.pflegeplus.com/IMAGES/Alpha3.jpg The result of the saved BMP with a still existing alpha-channel before, there ...
by ukoenig
Mon Jun 23, 2014 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a alpha-channel, save and resize a bitmap
Replies: 5
Views: 1885

How to keep a alpha-channel, save and resize a bitmap

... painted image ( BMP or PNG ) with a included alphachannel ? I think something from FREEIMAGE.dll is missing in class TImage. Testing with sample : Testimg.prg Load a alphablended BMP and change the button from JPG to BMP, to view the result : @ 5, 28 BUTTON "Save" SIZE 50, 10 OF oDlg ...
by ukoenig
Sat Jun 21, 2014 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a alpha-channel, save and resize a bitmap
Replies: 5
Views: 1885

Re: Imprimiendo images con FW 13.08

Copiar y pegar acá tu testimg.prg porfa para yo testar.

gracias,

salu2
by karinha
Thu Mar 06, 2014 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimiendo images con FW 13.08
Replies: 5
Views: 590

Re: Printing Images with FW 13.08

devtuxtla wrote:Hello FiveWinners.

I have the FW version 13.08. I'm trying testimg.prg and images in JPG format NOT prints.

Anyone have an example to print jpg images in this version of FW?

Regards


Did you have freeimage.dll in your application folder or in the system folder?

EMG
by Enrico Maria Giordano
Thu Mar 06, 2014 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing Images with FW 13.08
Replies: 7
Views: 883

Imprimiendo images con FW 13.08

Hola FiveWinners.

Tengo la version 13.08. estoy probando testimg.prg y las imagenes en formato JPG NO las imprime.

Alguien tiene un ejemplo para imprimir images jpg en esta version de FW ?

Saludos
by devtuxtla
Thu Mar 06, 2014 4:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimiendo images con FW 13.08
Replies: 5
Views: 590

Printing Images with FW 13.08

Hello FiveWinners.

I have the FW version 13.08. I'm trying testimg.prg and images in JPG format NOT prints.

Anyone have an example to print jpg images in this version of FW?

Regards
by devtuxtla
Thu Mar 06, 2014 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing Images with FW 13.08
Replies: 7
Views: 883

Re: Nuevo FWH 13.09

Miguel,

Puedes probar TestImg.prg de la carpeta samples ? Aqui funciona bien, gracias
by Antonio Linares
Sun Nov 10, 2013 10:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 13.12
Replies: 34
Views: 6700

Re: FHW64 llamadas a DLL/COM/ACTIVEX 32 bits

Fernando,

samples\testimg.prg está funcionando bien aqui y usa FreeImage64.dll

En cuanto a pdf.prg aqui falla tambien. Posiblemente no sea compatible con los 64 bits. Voy a google... :-)
by Antonio Linares
Fri Jul 12, 2013 12:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FHW64 llamadas a DLL/COM/ACTIVEX 32 bits
Replies: 17
Views: 3441

New FTDN February/Febrero 2013 (FWH 13.02)

... function GetProcAdd() has been adapted to 64 bits. * Enhancement: Class TImage is properly working on 64 bits. You can check it using samples\testimg.prg. FreeImage64.dll is provided. * Fix: Enter key was not triggering edit as expected when classes derived from TXBrowse or other browses are ...
by Antonio Linares
Wed Feb 20, 2013 7:24 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2013 (FWH 13.02)
Replies: 0
Views: 1112
Next

Return to advanced search