Tagged Questions
The rotate tag has no wiki summary.
26
votes
3answers
19k views
prevent screen rotation android
I have one of my activities which I would like to prevent from rotating because I'm starting an AsyncTask, and screen rotation makes it restart. So is there any way to tell this activity "DO NOT ...
14
votes
5answers
3k views
rotating bitmaps. In code
Is there a faster way to rotate a large bitmap by 90 or 270 degrees than simply doing a nested loop with inverted coordinates?
The bitmaps are 8bpp and typically 2048*2400*8bpp
Currently I do this ...
11
votes
2answers
10k views
Rotate a point by an angle
I want to know how to work out the new co-ordinates for a point when rotated by an angle relative to another point.
I have a block arrow and want to rotate it by an angle theta relative to a point in ...
10
votes
4answers
7k views
Howto avoid image cutoff with <canvas> rotate?
When you rotate an image using canvas, it'll get cut off - how do I avoid this? I already made the canvas element bigger then the image, but it's still cutting off the edges.
Example:
<html>
...
8
votes
2answers
12k views
HTML5 Canvas: How to make a loading spinner by rotating the image in degrees?
I am making a loading spinner with html5 canvas. I have my graphic on the canvas but when i rotate it the image rotates off the canvas. How do I tell it to spin the graphic on its center point?
...
8
votes
2answers
4k views
Rotate MapView in Android
I am writing an Android app where one of the features is that the map will rotate according to the compass (i.e. if the phone is pointing east, the map will be oriented so that the east side of the ...
7
votes
3answers
2k views
How to use PIL to resize and apply rotation EXIF information to the file?
I am trying to use Python to resize picture.
With my camera, files are all written is landscape way.
The exif information handle a tag to ask the image viewer to rotate in a way or another.
Since ...
7
votes
6answers
9k views
Rotate image math (C#)
I have an image with two points, aligned something like this:
|----------------|
| |
| . |
| |
| . |
| |
|----------------|
I ...
7
votes
3answers
43k views
Howto rotate image using jquery rotate plugin?
How do you rotate an image using jquery (www.jquery.com) rotate plugin (http://code.google.com/p/jquery-rotate/)?
I have tried the following and it doesn't seem to work:
<html>
<head>
...
6
votes
5answers
367 views
R: using rgl to generate 3d rotatable plots that can be viewed in a web browser?
In the world of the R statistics package, rgl allows me to generate 3d plots that I can rotate with my mouse. Is there a way I can export these plots in a portable format, load them in a web browser ...
6
votes
4answers
468 views
Android, How can I rotate an arrow (image) around a fixed point?
I have an arrow image that I want to rotate from 0 to 180 degree (like the needle in a meter.) One point of the arrow is fixed in middle and at bottom of the screen and head of arrow should move. ...
6
votes
3answers
328 views
UI tab rotate steal focus
I'm using jquery ui tab and using rotate in slideshow.
<ul class="ui-tabs-nav" id="slide-controls">
<li class="ui-tabs-selected" id="slide-control-slide_1"><a class="selected" ...
6
votes
5answers
6k views
Easiest way to transpose an image (rotate by 90 degrees) using OpenCV?
What is the best way (in c/c++) to rotate an IplImage by 90 degrees? I would assume that there must be something better than transforming it using a matrix, but I can't seem to find anything other ...
6
votes
4answers
2k views
Problems rotating BufferedImage
I have some problems with rotating images in Java using the AffineTransform class.
I have the following method for creating a rotated (90 degrees) copy of an image:
private BufferedImage ...
6
votes
4answers
9k views
Rotating a view in android
Hello i have a button i want to put on a 45 degree angle. For some reason i cant get this to work. Can someone please provide code to accomplish this?
6
votes
9answers
5k views
Circular shift operations in C++
Left and right shift operators (<< and >>) are already available in C++.
However, I couldn't find out how I could perform circular shift or rotate operations.
How can operations like "Rotate ...
6
votes
4answers
4k views
Lossless JPEG Rotate (90/180/270 degrees) in Java?
Is there a Java library for rotating JPEG files (90/180/270 degrees) without quality degraded?
5
votes
1answer
152 views
Rotation of Object Unity rotating at wrong value
My problem is I want to be able to rotate a cylinder 9 times. 360/9 is 40 so I all I should need to do is rotate by 40 degrees 9 times. This doesn’t work however as when I rotate the cylinder for the ...
5
votes
2answers
2k views
Android - Rotating an ImageView with finger moves other views around
I've been learning Android for about two weeks now (expert in as2/3).
I have create a simple linear layout, in which is contained an ImageView, containing a png of a vinyl record (just a circular ...
5
votes
5answers
8k views
Rotating image. Animation list or animated rotate? (Android)
I want to create a rotating progress image, and wonder what's the best way to proceed. I can make it work with an animation list with for example 12 images changing every 100ms. This works fine, but ...
5
votes
1answer
3k views
jQuery - CSS - Rotate Div by drag mouse event
I'm searching since a few day without real result, maybe someone can help me here.
I've a div on my page (can containt an image, a text area, other), it's draggable and resizable (thanks to jQuery ...
5
votes
1answer
574 views
Adjusting div width and height after rotated
If I have these rules:
width:50px;
height:100px;
-moz-transform: rotate(0deg)
and then an event changes the transform to:
-moz-transform: rotate(90deg)
logically, shouldn't that automatically ...
5
votes
2answers
3k views
Creating a UIImage from a rotated UIImageView
I have a UIImageView with an image in it. I have rotated the image prior to display by setting the transform property of the UIImageView to CGAffineTransformMakeRotation(angle) where angle is the ...
5
votes
3answers
5k views
CSS3 rotate alternative?
I am using the CSS3 rule "rotate" to rotate a div containing text. You can see the page here: http://vitaminjdesign.com/v2/socialmedia.html. I am looking for cross-browser support for rotating the ...
5
votes
2answers
1k views
C# Image rotation
What is the best way to rotate a image in asp.net
I did use matrix.rotateAt but i can't get it to work so please tell me what is the best way?
I should write out that hate to rotate a image with the ...
5
votes
4answers
9k views
How can I get log4j to delete old rotating log files?
How can I get log4j to delete old rotating log files? I know I can set up automated jobs (cron for UNIX and scheduled task for Windows), but I want it cross platform, and I want it in our ...
5
votes
3answers
21k views
Canvas rotate from bottom center image angle?
How do you rotate an image with the canvas html5 element from the bottom center angle?
<html>
<head>
<title>test</title>
<script ...
4
votes
2answers
231 views
Is there any way to rotate a button without using animation in android 2.1
I am in search of methodology for rotating a button. without using animations..!
I don't want use animations because of this.
if any body has any idea please help me.
xml
<?xml version="1.0" ...
4
votes
2answers
365 views
Rotate a Java Graphics2D Rectangle?
I have searched everywhere and I just cant find the answer. How do I rotate a Rectangle in java? Here is some of my code:
package net.chrypthic.Space;
import javax.swing.*;
import java.awt.*;
import ...
4
votes
4answers
480 views
How does Affine Transform really work in Java?
I have been using Affine Transform to rotate a String in my java project, and I am not an experienced programmer yet, so it has taking me a long time to do a seemingly small task.. To rotate a string.
...
4
votes
1answer
128 views
Aligning floating divs with rotated text
Using css3 transform, I'm trying to create a table structure using floating divs and the header text is rotated 90 degrees.
http://jsfiddle.net/VNk2u/
I'm having trouble lining it up properly. Does ...
4
votes
2answers
403 views
WP7: Rotating a popup + content?
I've been googling this issue for some time now, but havent been able to find a solution that worked for me.
The thing is I have a popup control with a user control, in which the user can enter a new ...
4
votes
2answers
511 views
Image rotation in IE causes automatic translation. How do I remove the translation?
I'm trying to implement a gauge widget for a website. The spec says only HTML/CSS is allowed, so I can't use JavaScript (don't ask me why -- maybe if there's a really simple way of doing it with ...
4
votes
1answer
642 views
Java Animation: Rotating Image
I have a very simple animation task for Java. I need to create a basic "Wheel of Fortune Applet". Basically what will be displayed is a wheel and a button. When that button is pressed I want it to ...
4
votes
4answers
973 views
How to CONSTANTLY rotate an object with jquery?
OKAY! Here's the situation. I've got a jQuery plugin that's animating a background-image in my header to constantly scroll left-to-right. I have a .png of a wheel sitting on this header. I need to ...
4
votes
2answers
370 views
Rotate JButton's text
I want my JButton to rotate its text (not the whole button) a bit when it's hovered. How do I do that?
4
votes
2answers
1k views
Rotate sprite javascript
I have a sprite animation, a small cannon rendered using a 3D app. I have exactly 360 frames for a 360 degree turn. Each image has a 100x100 pixel size.
So basically what I am trying todo is when I ...
4
votes
4answers
7k views
UIImageView Gestures (Zoom, Rotate) Question
I would like to make 2 operations to an UIImageView zoom, rotate, I have 2 problems:
A. I make an operation for zoom for ex. and when I try to make rotation the UIImageView is set to initial size, ...
4
votes
1answer
1k views
How to spin an android icon on its center point?
I have written the following to spin my icon on the center of the screen and instead it rotates around the upper-left corner (i.e., origin x=0, y=0 of the ImageView). It should be simple to set some ...
4
votes
5answers
895 views
Fade between looped background images using jQuery
I'm trying to get the background image of a legacy div (by which I mean it already has a background image, which I cannot control & thus have to initially over-write) to smoothly fade between new ...
4
votes
1answer
5k views
Best way to change XIB files based on rotation?
My app has so far just been a portrait-based application. However, I am adding landscape mode to a new version, but have found that my XIB files look shocking when rotated from portrait to landscape. ...
4
votes
2answers
2k views
Rotate point in rectangle
I have a point in a rectangle that I need to rotate an arbitrary degree and find the x y of the point. How can I do this using javascript.
Below the x,y would be something like 1,3 and after I pass ...
4
votes
3answers
2k views
WPF Canvas.Left / Canvas.Top are not quite the right coordinates when rotated, why?
I have a weird but big problem.
I am trying to let the user move / rotate some Rectangles on a Canvas. I am basing my mechanism on manipulating Canvas.Left / Canvas.Top properties for move, and ...
4
votes
6answers
2k views
JavaScript Array rotate()
I was wondering what was the most efficient way to rotate a JavaScript array.
I came up with this solution, where a positive n rotates the array to the right, and a negative n to the left (-length ...
4
votes
3answers
4k views
How do I rotate a div with Raphael.js?
I am brand new to Raphael and am really stuck, I would like to rotate a div and its contents, using a button, with Raphael.
Ideally, I would like to have a smooth animation that goes from 0 degrees ...
4
votes
3answers
3k views
UITabBarController and rotation
I'm having a real issue with UITabBarController.
The outcome I'm after is the following:
1) in portrait mode, a simple tab bar based application (with navigation bars) nothing too fancy.
2) in ...
3
votes
2answers
48 views
Cycle Through Divs
I need to cycle through some divs using jQuery. What I mean by cycle is that I have a series of 7 divs:
<div id="content-1">Sample text</div>
<div id="content-2">Sample ...
3
votes
3answers
69 views
Java Image Cut Off
Same question as last time but I will provide more detail.
I am currently rotating images using:
int rotateNum //in main class
double rotationRequired = Math.toRadians(rotateNum);
double ...
3
votes
2answers
1k views
jQuery rotate/transform
I'd like to use this function to rotate then stop at a particular point or degree. Right now the element just rotates without stopping. Here's the code:
<script type="text/javascript">
...
3
votes
2answers
169 views
RaphaelJS rotation not working
I'm banging my head against a wall with this one. I have raphael js version 2.0 and I need to make images rotate in a way that's cross-browser. I would love to do it in CSS3, but not all browsers ...