Greets,
It appears that images can only be rotated in 90deg increments in VB6. I
need to be able to do 15deg increments, is this possible? I am working with
jpg, bmp, and non-animated gifs.
Thanks
Schmidt - 23 Nov 2005 17:00 GMT
> It appears that images can only be rotated in 90deg increments in VB6.
> I need to be able to do 15deg increments, is this possible? I am
> working with jpg, bmp, and non-animated gifs.
You can achieve a fast rotate in VB, if you load your Images into
32bpp-Arrays (normal VB-Long-Arrays).
Here comes an example.
http://tinyurl.com/6lgzr
Olaf
Torano - 27 Nov 2005 11:27 GMT
> You can achieve a fast rotate in VB, if you load your Images into
> 32bpp-Arrays (normal VB-Long-Arrays).
> Here comes an example.
> http://tinyurl.com/6lgzr
> Olaf
Many thanks once again :)