image rotation on all os
Posted: Sat Feb 18, 2012 2:14 pm
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:
has some one any idea how to do that?
kind regards
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 )
kind regards
