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
-1
votes
1 answer

Javascript random image not working in IE, adding a border in Chrome and IE

I am very new at coding, so please bear with me. I am more than willing to answer any questions or clarify any point in which I am unclear. I have this code which is displaying BEAUTIFULLY in firefox, but it adds a border around my image div in IE…
-1
votes
1 answer

rotate gesture in Windows Phone

I want to capture the rotate gesture of an object in my Windows Phone app and animate the object to show that it has roatated. I saw that WP7 doesn't give this gesture by default and i dint get the same in Toolkit as well. Can anyone help me get…
whihathac
  • 1,741
  • 2
  • 22
  • 38
-1
votes
1 answer

I need some sort of paint enviroment to rotate images

Recently I downloaded paint.net. It can rotate images in every angle. I need 360 images, each rotated different angle, with appropriate filename (1.jpg, 2.jpg etc). The problem is- on paint.net I must rotate it 360 times manually which would take me…
user1680034
  • 93
  • 1
  • 4
  • 9
-1
votes
2 answers

Image rotation in jQuery

I have 10 images on a page which has 2 buttons: next and previous. On next I want to go from the 1st to 10th image and vice versa for previous button. This is my html code:
adf
user1627138
  • 213
  • 1
  • 7
  • 17
-2
votes
1 answer

CSS Transitions Rotating img

I need to Transitions Rotating img by click to be 90 degree and after click the button again the img rotate to get to 0 degree . I have web site that have these by jQuery but i need it by css only .
user965330
  • 21
  • 3
-2
votes
1 answer

Stereo Vision - rectify image - Activate 3D rotation matrix on a 2D Image

I'm trying to implement some form of a stereo vision. I have 2 images of the same scene, taken from different positions. I calculated the rotation + translation matrix between each other (3x4 matrix) I want to activate the rotation part of the…
-2
votes
1 answer

Rotation image in loop

I have a problem with the rotation of an image. This is what I have tried, but it is not working. Any help would be appreciated. @Override public void paintComponent(Graphics p) { BufferedImage arrow = LoadImage("C:\\Users\\Pawel…
-2
votes
2 answers

I need a javascript code for rotating images when clicked on

I need a javascript code for rotating images when clicked on. I would like to rotate about 5 images and have the script go back to the first image when all five images have been clicked on. I have tried to solve this with behaviors in dreamweaver…
Viktor
  • 1
-2
votes
2 answers

Image is rotating when sending only in multipart post request to the backend server

I am making a post request using multipart form-data. with the following code I can able to send the image but when I go the backend server and check, the image that I sent is rotating there . anyone have idea why it is happening ? NSURL *reqUrl…
iVJ
  • 61
  • 1
  • 1
  • 13
-2
votes
1 answer

How we can do same operations (Scale & Rotation) on image in php which applied on canvas using fabric Js?

I have added one image (resized image) to canvas & applied scale and rotation operation on it. Canvas Width is 380px And Height is 217.143px . Case 1). Json after Applied only…
-2
votes
1 answer

What is the underlying idea that allows us to rotate a polygon model in 2D?

How is this idea applied to a polygon model in order to rotate the entire object? Can this be connected to circles with a formula for performing rotation?
-2
votes
1 answer

Make an image rotate depending on menu hover mouse position - WordPress

OK, so This may have parallel questions like this one but I still have not quite got what I am aiming at. EDIT: As this question attracted negativity, I need to point out that I am requesting guidance on how it is done. I have googled around and…
Bevan
  • 566
  • 4
  • 7
  • 19
-2
votes
1 answer

Java Rotate Image function

How can I make this code work?? public class Tutorial extends Applet{ /////////////////DRAWING IMAGES TO THE SCREEN/////////////////////// private Image spiral = null; public void paint (Graphics g){ this.setSize(640, 480); if (spiral ==…
Aleksander Lipka
  • 354
  • 1
  • 9
  • 20
-2
votes
1 answer

Java image rotation

Can you please comment this code? I understand some parts but not all. This code is to rotate an image 90 degrees counter clockwise: public static void rotate(String originalImage, String convertedImage) throws Exception { BufferedImage…
MaryAD
  • 41
  • 2
-2
votes
1 answer

How to make a jquery Image with Text rotator?

How can I make an image and text rotator where I can modify with css the position and appearance of the text field and boder size for the picture. Nothing fancy, just an array of images and text that change every x seconds. Here's an example. In the…
Gabriel Meono
  • 990
  • 3
  • 18
  • 48
1 2 3
56
57