Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
5answers
11k views

Android: How to rotate a bitmap on a center point

I've been looking for over a day for a sollution to this problem but nothing helps, even the answers here dont help me :/ And googles documentation on this doesnt explain anything.. I am simply ...
13
votes
1answer
620 views

How to rotate image with 3D effect?

I want to rotate the .gif image with 3D effect in iPhone application,can anyone help me to provide the sample code or any direction is also appreciated.
5
votes
3answers
5k views

How To Rotate Image By Nearest Neighbor Interpolation Using Matlab

My Plain Code without interpolation: im1 = imread('lena.jpg');imshow(im1); [m,n,p]=size(im1); thet = rand(1); m1=m*cos(thet)+n*sin(thet); n1=m*sin(thet)+n*cos(thet); for i=1:m for ...
4
votes
3answers
444 views

Rotate Images Around a Circle?

Please take a look at this app snapshot: This is a bank application. it has 6 buttons around the bank logo. You can rotate the images by click-and-hold in one of them and move your finger in either ...
4
votes
2answers
371 views

Get new x,y coordinates of a point in a rotated image

I have Google Maps icons which I need to rotate by certain angles before drawing on the map using MarkerImage. I do the rotation on-the-fly in Python using PIL, and the resulting image is of the same ...
4
votes
1answer
479 views

Rotating an image without the Image Processing Toolbox

I would like to rotate a non-squared image with Matlab: without using the imrotate function, since it is part of the Image Processing Toolbox, with the loose parameter, wich means the size of the ...
3
votes
1answer
43 views

Rotate face in image

I have a problem, when i take a photo with my tablet, i use opencv for detecting a face and recognition a face. So i would try to rotate the face in order to have for example the eyes and mounth in ...
3
votes
2answers
290 views

How to rotate an image based on two points

I have some images I manipulate, and in these images I always have two points (x1, y1) and (x2, y2). like this: |----------------| | | | . | | | | ...
3
votes
2answers
279 views

How do I rotate an image in the frequency domain?

I've heard that it should be possible to do a lossless rotation on a jpeg image. That means you do the rotation in the frequency domain without an IDCT. I've tried to google it but haven't found ...
3
votes
2answers
463 views

Rotate an image to direct to a well know point using compass heading

As a proof of concept, I want to create an application that retrieve the current coordinates, calculate the direction towards an another point and, using compass, rotate an arrow image to direct to ...
3
votes
4answers
336 views

Images are messed up in webkit

On this page http://cacrochester.com/ the 2 rotating images are messed up in webkit browsers. It's not all the time, and it's usually not on the first image. Why is that? I'm using the NivoSlider ...
3
votes
4answers
317 views

Can some please explain this jQuery code?

I have posted this before, but I would like to refine my question (and I can't seem to do it in the old thread). The code is: $(document).ready(function() { var ...
3
votes
2answers
6k views

Problem using jQuery cycle plugin as image rotator and a pager

I am trying to use jQuery in order to make a pager for tumbs and large images and I don't succeed. I am using this example from jQuery's site, I think I followed the direction but it doesn't seem to ...
2
votes
1answer
70 views

jQuery banner rotating too fast even though setTimeout is set for 10 seconds

I created a simple rotating banner for a website I created http://sandbox.worldwatchlist.us. Everything was working fine until I went to another tab in my browser and then came back a few seconds ...
2
votes
1answer
77 views

jquery problems with image rotate and zoom

I am trying to add functionality to a webpage that will allow the user to rotate and zoom in on images. I've found many jquery plugins that allow for zooming. None that also do rotation though. So ...
2
votes
1answer
95 views

how to make rotating image with javascript work across browsers

im building an analog clock using JavaScript, i know it will be alot easier if i do it with jQuery but it's not an option here. Everything's working in Chrome and Safari(meaning the webkit browsers) ...
2
votes
1answer
612 views

using slider to rotate image in Matlab

I have a GUI (using GUIDE) in Matlab, this is how it looks: I want to rotate the image using slider and to show the change in real time. I use axes to display the image. how can I do this? EDIT: ...
2
votes
1answer
1k views

Android: How to rotate a moving animated sprite based on the coordinates of its destination

My application fires up sprite instances around a Canvas which then move across the screen towards a x/y coordinate. I would like to be able to rotate the sprite around its center so that it faces its ...
2
votes
5answers
2k views

How to programmatically rotate image by 90 Degrees in iPhone? [closed]

Possible Duplicate: How to Rotate a UIImage 90 degrees? How to programmatically rotate image by 90 Degrees in iPhone?
2
votes
3answers
379 views

360 image preview in Javascript (without flash)

I am looking for a way to embed a 360 modeling image on my website. Is there a way to view that on an iPhone or iPad without Flash? Here's a generic link. ...
2
votes
1answer
566 views

Jquery fadeIn cause a scroll top, how can i solve?

i have a problem with jQuery fadeIn(or fadeOut) method. i build an article rotator , all works fine but there is a problem when the page is scrolled bottom and the article rotate, The fadeIn (or ...
2
votes
2answers
910 views

Auto Rotate Picture in Picture Box

My project have a Picture box control for loading pictures but it's worked fine my problem is... some vertical Jpg picture was shown Horizontally in windows explorer and also my picutre box control at ...
2
votes
2answers
995 views

jQuery & image slider/zoom effect

I wanna to ask is there a plugin that can do a image slider/rotator and at the sametime it has the effect of the image zooming in? Just like a normal slider, a container that hold image and ...
2
votes
2answers
493 views

Rotate an image about a specific pixel in python

How can I rotate an image about a specific pixel in Python? I am trying to de-rotate a set of images of the night sky. Since the stars rotate around Polaris, I could define Polaris as the center of ...
2
votes
2answers
333 views

How to keep image from autorotating?

I've got an UIImageView as a background image for my application, which, like a helicopter in distress, autorotates. The problem is when the orientation autorotates my image gets shifted all over the ...
2
votes
1answer
738 views

Rotating images + content - jQuery or MooTools?

I've found a feature on two different websites that I'd like to include on one of my web projects, but I can't figure out how they're doing it. I think they're using either jQuery or mootools, but I'm ...
2
votes
1answer
774 views

How do I create a fade in effect on a rotating background image using Jquery

I'm currently using a small jquery script to rotate through background images on a portfolio site I''m creating for a friend's portfolio site here's the code: counter = 1; num_images = 9; ...
1
vote
2answers
87 views

CoreAnimation rotation transformation animation direction

Is there a simple way to specify whether an image should rotate clockwise or anti-clockwise in objective C? I have a speedometer with a needle (a design that reflects prices of automobiles) - it is ...
1
vote
1answer
37 views

Is there any way to rotate an Image on Android without loading whole image to the memory?

I want to rotate an Image on sdcard on Android. I can do this by creating a Bitmap and by the help of postRotate(float) method of the Matrix class. What is the most efficient way to do this on ...
1
vote
2answers
54 views

How to transform degrees (angle) to facing number

I have a image which contains 40 rotated images. With image index starting at 0. 0-39 actually. Here is the code which transforms 0-39 to degrees int image_direction = 0; //Can be 0-39 int ...
1
vote
1answer
89 views

Cropping a cross rectangle from image using c#

What I want to do is basically cropping a rectangle from an image. However, it should satisfy some special cases: I want to crop an angled rectangle on image. I don't want to rotate the image and ...
1
vote
1answer
120 views

How to crop a cross rectangle from an image using c#?

I want to get some specific parts of an image so I'm cropping the images. However, when I want to get a part that is not parallel to the image, I rotate the image and crop afterwards. I don't want to ...
1
vote
2answers
116 views

How can I rotate jpg image and save?

I tried to save a jpg with rotation, but the saved image's size was null. How can I do this? Should I convert the image to a bitmap using bitmapfactory, and then convert to jpg and save? Please tell ...
1
vote
0answers
74 views

Rotating in IE8: translation not working properly

I have a need to rotate an image in a web application. In an earlier post it was explained to me that on rotation I need to 'translate' the image because the center point changes. I'm using the ...
1
vote
1answer
130 views

Calculating rotation in angles for planes in opencv

For a reference I am attaching two image A and B I want to calculate the rotation of Image B assuming you know all the dimensions of Image A in Opencv
1
vote
2answers
258 views

rotating an image continuously

I want to put rotating logo in my website. I mean it should be continuously rotating. I have tried doing like this with jquery. please have a look and suggest me where i am going wrong. Why this code ...
1
vote
0answers
97 views

please help to rotate 2 sided image

please help to rotate 2 sided image(like coin) - animation of swap of sides, when the first image is visible, the second is not. When I rotate image, until angle of rotation is less than 90 degrees I ...
1
vote
4answers
1k views

Image mask over Nivo Slider

I'm using Nivo slider, but want to place a PNG image over the slider so it only shows through the parts that are transparent. What would be the best way to do this using JavaScript or CSS?
1
vote
1answer
1k views

Problem with performing zoom in/out ,rotation together

I want to apply drag,zoom in/out,rotate using multitouch to two images .one image is placed on the top of the other. after applying these action create a image from above two images ...
1
vote
1answer
294 views

calculate new image size before CGContextRotateCTM

Greetings! This question is rather mathematical, with the iphone SDK/quartz as example: I am rotating an image using CGContextRotateCTM: Create a new context with the size of the source image ...
1
vote
2answers
353 views

Loading animated images to start from the beginning of animation using jQuery

This is a follow on from this post which does exactly what I need it to do except there's a problem. I am rotating images using divs which just show and hide a div every 5 seconds using setInterval. ...
1
vote
2answers
322 views

How can I rotate a transparent png by 45 degrees using imagemagick and keep the new image transparent?

I have a 16x16 transparent png and I did convert -rotate -45 a.png b.png This rotated it and created a new image b.png which is of size 22x22 and which when I use against a background shows the ...
1
vote
1answer
112 views

jquery animate problem

I need to modify this plugin to rotate images without waiting for animation to end. If you visit that link you might notice that animation restarts at the the end of previous animation but i want ...
1
vote
1answer
229 views

Need help in animating a Wheel on iphone

I am doing an application in iphone that need to spin the Dart Wheel when I drag on it. The view will have a dart wheel image and when we drag the wheel it spins and slowly it stops. Can any one help ...
1
vote
1answer
674 views

Rotate a UIImage or UIView to a particular angle, NOT an amount of angle

Objective-C for iOS. How do I rotate an image or view TO a particular angle. I have tried the two methods below, but both rotate the AMOUNT of angle, not TO the angle. Basically I would like to call ...
1
vote
3answers
932 views

How do I changes this code to make images rotate on refresh?

I recently asked how to rotate images on an element and was presented with this code - which worked perfectly: counter = 1; num_images = 9; dir = "URL TO IMAGE DIRECTORY"; function rotateImage() { ...
1
vote
3answers
299 views

Can an image be rotated by JavaScript without canvas or AJAX?

I've seen a few JavaScript image rotators that use either the HTML5 canvas element or an AJAX call to a server-side script, but is it possible to do it without using those methods? Internet Explorer ...
0
votes
0answers
9 views

Rotate ImageView based on velocity tracker in android

I have an image of circle divided into 8 equal partitions and I want to rotate it based on velocity tracker, that mean when I move touch slow rotate slow and when touch move fast rotate fast Thanks ...
0
votes
1answer
74 views

How can I make off-center rotate animations in android look similar in portrait and landscape?

I have a screen that has a few images and one of them has a neat animation on it that looks awesome in portrait. Awesome animation in portrait - rotate_anim_port.png - in HERE It does not look so ...
0
votes
2answers
45 views

image coming blurred and screwed after applying rotation on image view

I am stuck with a strange problem that, I have a image view which has to shown at some angle approx 5 degree.For that I rotate my UIImageView to 5 degree but the image in UIImageView not coming proper ...

1 2 3