Page 1 of 1

image rotation on all os

Posted: Sat Feb 18, 2012 2:14 pm
by delikanli_19_82
hello guys,

i am looking for a solution to rotate an image on windows, mac and linux.

as it seems, there is no solution from purebasic yet.

the most solutions i found in the internet are only based on windows. that means, for
windows its ok.

but how is it with mac and linux?

a second problem is, i need a compact way for all three operating systems, because i want to
create an interface, that shell work for all three os's in the same way. here a conceptual idea how it shell work:

Code: Select all


rotation.rotate_object = rotate_object()

rotation\init( image )
rotation\rotate( 25 ) ; 25%
rotation\overwrite( image )

has some one any idea how to do that?

kind regards :-)

Re: image rotation on all os

Posted: Sat Feb 18, 2012 2:42 pm
by IdeasVacuum

Re: image rotation on all os

Posted: Sat Feb 18, 2012 8:09 pm
by delikanli_19_82
thanks for the wonderful link.

it works also fine on os x.

:-)