RotateImage function

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Phantomas
User
User
Posts: 96
Joined: Wed Jul 01, 2009 12:59 pm

RotateImage function

Post by Phantomas »

Hello. I'm surprised that this function is not exist :shock:. Like that:
RotateImage(#image, angle[, mode])
mode — #PB_Image_Smooth or #PB_Image_Raw, like in ResizeImage() function.

Thanks!
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: RotateImage function

Post by davido »

If you need one will this excellent code by luis work: http://www.purebasic.fr/english/viewtop ... image+luis

Alternatively there is a wrapper for freeimage; x86 version of Pure Basic available.
DE AA EB
Post Reply