image rotation on all os

Everything else that doesn't fall into one of the other PB categories.
delikanli_19_82
User
User
Posts: 38
Joined: Tue Jun 21, 2011 6:11 pm

image rotation on all os

Post 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 :-)
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: image rotation on all os

Post by IdeasVacuum »

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
delikanli_19_82
User
User
Posts: 38
Joined: Tue Jun 21, 2011 6:11 pm

Re: image rotation on all os

Post by delikanli_19_82 »

thanks for the wonderful link.

it works also fine on os x.

:-)
Post Reply