Reflect an Image
Freeimage.dll
Hello Silvio,
Just copy freeimage.dll in you working-directory.
In your program you do :
When it is not very urgent, i'm nearly finished
with the tools. There you can build your desired look
( backgrounds with colors or pictures ), on screen.
After that, the program write the source for you.
or a Gradient-design with colors
you can use brushes, pictures, colors ...
When it is finished, i put a message in the forum.
Regards
Uwe
Just copy freeimage.dll in you working-directory.
In your program you do :
Code: Select all
cPICTURE := "c:\TEST.JPG"
DEFINE IMAGE oImg cPICTURE
DEFINE WINDOW oWnd TITLE "test"
...
...
ACTIVATE WINDOW oWnd MAXIMIZED ;
ON PAINT PalBmpDraw( hDC, 0, 0, oImg:hBitmap )
with the tools. There you can build your desired look
( backgrounds with colors or pictures ), on screen.
After that, the program write the source for you.
or a Gradient-design with colors
you can use brushes, pictures, colors ...
When it is finished, i put a message in the forum.
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.
Flip- and Rotate - functions in freeimage.dll
Hello Silvio,
I had a look at the documentation of freeimage.dll
There are flip- and rotate-functions,
you can call from inside the dll.
For the call-syntax, i must look for
more informations about the functions.
Regards
Uwe
I had a look at the documentation of freeimage.dll
There are flip- and rotate-functions,
you can call from inside the dll.
For the call-syntax, i must look for
more informations about the functions.
Regards
Uwe
Last edited by ukoenig on Fri Apr 11, 2008 4:26 pm, edited 1 time in total.
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.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Reflect
Silvio,
What does "reflect" mean to you ?
The english term reflect would be like a picture of a pond. The area around the pond "reflects" in the water, which means it is "flipped" and then "transposed" onto the water.
You would probably have to create a new image with a reflection using something like Photoshop and layers, then merge it into a .jpg to view.
If this is not what you mean, then perhaps you need to find a better word to present your question.
Tim
What does "reflect" mean to you ?
The english term reflect would be like a picture of a pond. The area around the pond "reflects" in the water, which means it is "flipped" and then "transposed" onto the water.
You would probably have to create a new image with a reflection using something like Photoshop and layers, then merge it into a .jpg to view.
If this is not what you mean, then perhaps you need to find a better word to present your question.
Tim
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
to antonio and all,
i can make it with asp and vbscript if you want i can insert iton my page on my website.
I'd like create it with xharbour..to create a effect for a class i 'trying to create.
On monday i work to see you what i mean..and then i write here the adddress of my website
i can make it with asp and vbscript if you want i can insert iton my page on my website.
I'd like create it with xharbour..to create a effect for a class i 'trying to create.
On monday i work to see you what i mean..and then i write here the adddress of my website
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
Dokumentation of Freeimage.dll
Hello Silvio
I think, i know what you mean :
To put a special-effect on a image ?
When you still want to know, what is possible
with freeimage, i found a nice documentation for you.
Download from my website :
http://www.pflegeplus.com/fw_downloads/freeimage393.pdf
Regards
Uwe
I think, i know what you mean :
To put a special-effect on a image ?
When you still want to know, what is possible
with freeimage, i found a nice documentation for you.
Download from my website :
http://www.pflegeplus.com/fw_downloads/freeimage393.pdf
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.