Questions tagged [image-rotation]

Image rotation is performing a geometric rotation with certain angle on a particular image.

Image rotation is performing a geometric rotation with certain angle on a particular image. An image can be rotated by a positive angle or negative angle, which will rotate the image clockwise or counterclockwise. Rotating an image by 360 degrees or -360 degrees will actually result in the same image as the original image, while rotating on 180 or -180 degrees will display an inverted copy of the original image.

844 questions
-3
votes
1 answer

Need to stop the Image rotation when mouse over it

In my page having an image which is in rotation. Initially if i load the page it will rotate automatically, but I need to stop rotation when cursor over it, if i move the cursor it again need to start the rotation
Saranya R
  • 3
  • 4
-3
votes
2 answers

Render a single UIImage and rotation has to be applied

I have rendered few UIImage objects using CGContextDrawImage. But when i apply rotation to the image, it is not applied and the view disappears. code here -(void )renderImage: (ItemView *)array { NSArray *selectedImages = …
iVenky
  • 441
  • 1
  • 4
  • 14
-4
votes
2 answers

How to rotate background image in android

I have background image for portrait orientation. But when I change phone's rotation(to landscape), app changes scale of image. I want app to rotate it instead.
-4
votes
3 answers

what is best way to rotate an image using php or convert command?

what is best way to rotate an image using php or convert command?
1 2 3
56
57