Helo. how can i rotate an image,but not only 90,180,270 in degrees.For example 5 degree or 20 degree.Thanks.
Helo. how can i rotate an image,but not only 90,180,270 in degrees.For example 5 degree or 20 degree.Thanks.
Hi,
What technology do you want to use?
If you want to do this in Symbian C++ you may have to use OpenGL or a DDA rotator. See this thread.
If you want to use Java here are some resources that might help:
http://www.gamedev.net/community/for...opic_id=306240
http://www.j2mepolish.org/javadoc/j2...ImageUtil.html (see the "rotate(RgbImage image, int angle)" method)
And... why did you start this thread in the Location Based Services and Navigation forum?![]()
Last edited by bogdan.galiceanu; 2008-12-06 at 11:02.
i want to rotate a compass.if i can makerotate an image ,i try it using location informations.Thanks.