Hello,
I have to rotate a bitmap when reading from a file and displaying with DCBITMAP and dc_bitmapdraw(). How can I do that ?
regards
Rudolf
Rotate bitmap
Re: Rotate bitmap
Hi, Rudolf.
GraRotate() does not work with bitmaps or other images. As far as I know, there is no way to do this with Xbase++-functions. I use an AX control named "ImageKit 7" for this. It allows to display, manipulate, save and store all kinds of images:
http://www.imagekit.com/imagekit7.html
GraRotate() does not work with bitmaps or other images. As far as I know, there is no way to do this with Xbase++-functions. I use an AX control named "ImageKit 7" for this. It allows to display, manipulate, save and store all kinds of images:
http://www.imagekit.com/imagekit7.html
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Rotate bitmap
Greg Doran have publish BmpManip-Update-v3-0.zip in Alaska Forum (2005 / 06 )c-tec wrote:I have to rotate a bitmap when reading from a file and displaying with DCBITMAP and dc_bitmapdraw(). How can I do that ?
greetings by OHR
Jimmy
Jimmy
Re: Rotate bitmap
Hi,
You can also use FreeImage. This is a free tool. I used it to add watermarks to pictures and to resize.
I uploaded all you need for Xbase++ on my site: http://www.aboservice.com/download/imagefree.rar.
Someone made a wrapper for Xbase++. I don't know who did it. All credits are going to him/her.
You can also use FreeImage. This is a free tool. I used it to add watermarks to pictures and to resize.
I uploaded all you need for Xbase++ on my site: http://www.aboservice.com/download/imagefree.rar.
Someone made a wrapper for Xbase++. I don't know who did it. All credits are going to him/her.