Hi.
Have you successfully rotated an image using FWH 1204 (or earlier versions), xHarbour, and freeimage.dll?
If so, could you share the code?
I Not be able to use XIMAGE because my fivewin version don't have it.
Thanks in advance.
To Ukoenig
- FranciscoA
- Posts: 1964
- Joined: Fri Jul 18, 2008 1:24 am
- Location: Chinandega, Nicaragua, C.A.
To Ukoenig
Francisco J. Alegría P.
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Re: To Ukoenig
Francisco,
The method < RotateImage > must be added to the TIMAGE-class
http://forums.fivetechsupport.com/viewt ... 30#p189634
regards
Uwe
The method < RotateImage > must be added to the TIMAGE-class
http://forums.fivetechsupport.com/viewt ... 30#p189634
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- FranciscoA
- Posts: 1964
- Joined: Fri Jul 18, 2008 1:24 am
- Location: Chinandega, Nicaragua, C.A.
Re: To Ukoenig
Dear Uwe:
I use google translate.
Thanks for answering.
Yes, I already did all that and it works when the rotation is 90, 180, 270 or 360 degrees and when it is not done constantly.
What I meant is that if with these functions you can constantly rotate an image (a wheel), correctly.
With these functions, rotation is inconsistent, because the image zooms out and zooms in while rotating constantly.
Some clue?
Thanks again
Español:
Uso el traductor de google.
Gracias por contestar.
Si, ya hice todo eso y funciona cuando la rotacion es de 90, 180, 270, 360 grados y cuando no se hace de manera constante.
Lo que quise decir es que si con estas funciones se puede hacer rotar constantemente una imagen ( una rueda ), de manera correcta.
Con estas funciones, la rotacion es inconsistente, porque la imagen se aleja y se acerca mientras rota.
Alguna pista?
Gracias de nuevo.
I use google translate.
Thanks for answering.
Yes, I already did all that and it works when the rotation is 90, 180, 270 or 360 degrees and when it is not done constantly.
What I meant is that if with these functions you can constantly rotate an image (a wheel), correctly.
With these functions, rotation is inconsistent, because the image zooms out and zooms in while rotating constantly.
Some clue?
Thanks again
Español:
Uso el traductor de google.
Gracias por contestar.
Si, ya hice todo eso y funciona cuando la rotacion es de 90, 180, 270, 360 grados y cuando no se hace de manera constante.
Lo que quise decir es que si con estas funciones se puede hacer rotar constantemente una imagen ( una rueda ), de manera correcta.
Con estas funciones, la rotacion es inconsistente, porque la imagen se aleja y se acerca mientras rota.
Alguna pista?
Gracias de nuevo.
Francisco J. Alegría P.
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Re: To Ukoenig
This is a solution to animate a set of imagesWhat I meant is that if with these functions you can constantly rotate an image (a wheel), correctly.
The logic is a bit different.
Not the image is rotated.
The image is replaced with another image inside a loop.
That works like a animated gif.
Some sets are included inside a dll and as Bmp's :
http://forums.fivetechsupport.com/viewt ... ex#p192195
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- FranciscoA
- Posts: 1964
- Joined: Fri Jul 18, 2008 1:24 am
- Location: Chinandega, Nicaragua, C.A.
Re: To Ukoenig
Uwe.
Thank you very much.
I had not seen this excellent work of yours.
I will incorporate these animations into my personal software.
Congratulations.
Regards.
Thank you very much.
I had not seen this excellent work of yours.
I will incorporate these animations into my personal software.
Congratulations.
Regards.
Francisco J. Alegría P.
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql
Chinandega, Nicaragua.
Fwxh1204-MySql-TMySql