The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
31 views

JAVA - How to rotate an ImageIcon to face the mouse position? [duplicate]

So lets say i have an imageicon in the center of my screen. How can i use Graphics2d to help me rotate the image to the mouse position?
0
votes
0answers
20 views

No change in image rotation using php imagerotate()

Ok.. now I have been trying this for long time now. I am trying to rotate image if it has some orientation . I got reference from Here I also refered this Here is function I am using function ...
0
votes
1answer
37 views

how do i create stackable images in android?

I have a requirement where i have to rotate the image and stack 3 images on top of each other . <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
1answer
14 views

Orientation of Image captured using Camera instance behaves differently for different Android devices

The orientation of the image captured is causing problems across devices in Android. In some devices the orientation of the image captured is not recorded in the EXIF while in other devices it is ...
0
votes
1answer
31 views

Highchart renderer image rotation is not working in IE10

I need to add an image in highchart and then need to rotate it on different angles. Here is the example: link to jsfiddle: [http://jsfiddle.net/peZfm/] The problem is, image rotation is working on ...
1
vote
2answers
46 views

How to rotate an image clockwise and anti-clockwise on multiple(2 and more) fingers touch in android?

I have to rotate an image on touch of multiple finger(2 and more) in android device. If any one have a solution then please help me. I got a solution, But it is working very fine for the single finger ...
1
vote
3answers
56 views

How to rotate image clockwise and anti-clockwise in android(At finger-tip rotation)?

I have to rotate an image in an overlay clock-wise and anti-clockwise as rotate my finger-tip on screen, Don't want to rotate at a specific angel. If any body have a solution then please help me.
0
votes
1answer
18 views

HTML - how to rotate back and forth, like a radar towards your and away from you 2.5D

I have a requirement, that needs to rotate an image with some realistic sense - on a skewed horizontal plane with eye level, imagine a spinning flying disc or helicopter blades. By that I mean, (not ...
1
vote
1answer
83 views

Rotating a circle image shifts it's position

I am trying to rotate a circle image using jquery rotate plugin. But, I observe that the circle image appears to be oscillating about it's center while rotating. Something like a linear movement. In ...
1
vote
1answer
85 views

Jquery dynamic content image rotate not working?

I download plugin from here for the purpose of jquery image drag resize rotate it is working for single image but i want many images thats why i added dynamic content but it was not working.whats ...
3
votes
0answers
274 views

kinetic js drag, drop, resize and rotate image

i am trying to combine drag and drop resize image and rotating image on touch, and mine is behaving strange http://jsfiddle.net/littlechad/Kuaxn/ code is as follows: function ...
0
votes
1answer
119 views

Rotate object by 360 degrees with different Images in Android?

I am creating an Android App to rotate an image of Car by 360 degrees. I want to rotate the object with different image files of same object (eg Car) Here is the Example that I want to implement in ...
1
vote
3answers
81 views

Rotate Image on Slider Value in iOS

I am rotating the image on slider value - I am using this code for rotation - editingView.transform = CGAffineTransformRotate(editingView.transform,sliderVal); its Rotating properly but if i am ...
0
votes
2answers
27 views

Rotation after select UIImage of library

When I chose a portrait photo from the library like that : The UIImage returned by the library is rotated. Here is my code : - (void)imagePickerController:(UIImagePickerController *)picker ...
0
votes
0answers
36 views

IE8 : rotated image not obeying overflow:hidden

Please find my script in this fiddle url. Problem is in IE8 & IE7; if I try doing rotate using filter, the image rotates but it overlaps the border of the containing div (which has ...
0
votes
1answer
114 views

Image resize/crop/flip in .net appliaction

I'm writing an ASP.NET (MVC C#) application where user will have to upload a few images and should be able to crop and rotate (vertically/horizontally). The application should resize the images ...
2
votes
2answers
259 views

rotating an image 90 degrees in java

I have managed to rotate an image 180 degrees but wish to rotate it 90 degrees clockwise can someone edit my code so that it does this with explanation. Thanks. private void rotateClockwise() { ...
0
votes
1answer
37 views

imageflip() in PHP is undefined

Hi folks, whenever I am trying to use the funtion imageflip(), it shows me the following message Fatal error: Call to undefined function imageflip() in D:\xampp\htdocs\temp1\image_flip.php on line ...
0
votes
0answers
62 views

C# GDI+ how to rotate one single image

i have been trying to make a game with C# GDI+. for this i want a image to rotate in the direction it is moving. public Point PlayerPosition = new Point(320, 240); public int PlayerDirection = 90; ...
0
votes
1answer
29 views

Image is changing its position on viewing

I have made a cell in qml like below import QtQuick 1.1 Image { source: "pics/snake.png" smooth: true } In another .qml file, I have included it like Cell { id: snake x: ...
1
vote
1answer
67 views

Strange stability issues with Matrix scale/rotation in Actionscript

I have a Flash app where I am performing a scale and rotation operation about the center of _background:MovieClip (representing a page of a book). I have simple event listeners on the GESTURE_ROTATE ...
0
votes
0answers
121 views

pinch zoom and rotate on multiple views in android

i am developing an app which has multiple small images on single view and needs to be resized and rotated. i can do this for one image but i need to resize multiple images on that view I have ...
0
votes
1answer
92 views

Monotouch - Correcting upside down image rotation

I have been using mono for a short while and one of the issues I came upon was that loading an image into a CGImage object would end up with the image being flipped vertically. This was the code I was ...
0
votes
0answers
71 views

using RotateFlip to rotate bitmaps

I am having trouble rotating a scanned document that already has a qrcode on it. I am checking for the qr code but when the code is upside down - i am having trouble flipping the page and trying to ...
0
votes
1answer
105 views

Android RotateAnimation overlapping

working in android last couple of days and i am trying to rotate an arrow by pressing a button. Using RotateAnimation and: setFillAfter(true); arrow remains in last position as supposed to. But ...
-1
votes
1answer
99 views

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, ...
0
votes
1answer
44 views

Strange issue with co-ordinates of a point after rotation using rotation matrix

I have the x, y co-ordinates of a point on an image. They are calculated from the left and top respectively (hence extreme top left point => 0, 0). If I rotate the image by a random angle around the ...
0
votes
1answer
77 views

Java, Rotating an image around itselft

I know how to rotate an image in java, but I can't find a way to rotate an image around its center using the Graphics2D.rotate method. Here is what I have. public void rotateLeft(Graphics2D g) { ...
1
vote
1answer
121 views

Anti aliasing on rotated image with background?

I created an rotated imageview with background rotation but the result is "aliased". The usual way is to create a Paint with anti-alias flag then use it to draw bitmap. However, the background is ...
0
votes
2answers
127 views

ImageView cutting from sides after rotation

I have a custom ImageView. I want to rotate my imageview at some angle. Here is its onDraw() method: canvas.save(); canvas.rotate(currentAngle,getWidth()/2,getHeight()/2); super.onDraw(canvas); The ...
2
votes
2answers
406 views

Rotate Opencv Matrix by 90, 180, 270 degrees

I'm capturing image from webcam and I need to rotate it by right angle. I found myself theese functions: getRotationMatrix2D - to create rotation matrix (whatever it is) transform - transform one ...
0
votes
1answer
62 views

How to find the coordinates of UIImage after using CGAffineTransformMakeRotation on an object

I have an uiimage and i rotated the image using CGAffineTransformMakeRotation to the desired angle. Now i wanted to find out the new coordinates of the image that is new x position, y position, width, ...
-3
votes
2answers
107 views

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 { ...
0
votes
0answers
51 views

Converting coordinates from a frame of reference to another frame of reference

I am trying to determine the accuracy of my object detection system so I am putting in rotated images of the original image(below) at 90 deg, 45 deg, 135 deg, 180 deg etc for the system to detect and ...
0
votes
1answer
203 views

Javascript image slider issue

I used the following slideshow code, available at this forum page Here's the code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ...
0
votes
0answers
14 views

JC Query on banners

Hi wats up gentry I want to make some cool new banners based on Jc query and would like if you give me some incentive coding in order to start creating you know,well I want them to rotate images like ...
1
vote
2answers
183 views

Apply one animation to multiple views at the same time

So Id like to rotate a handful of views all at the same time, all using the same rotation specs. The issue is that for some reason the rotation acts differently for the second element. Apparently ...
0
votes
1answer
120 views

How to slow down a rotate animation gradually

I am developing a roulette wheel app. In which if i tap on center button wheel should rotate for few seconds and then its speed should get slow down gradually. Please guide me in right way if anyone ...
1
vote
1answer
146 views

How to rotate an image on the canvas and expand the parent so that the image is not cut away?

How to rotate an image on an HTML5 Canvas, without loosing any image data? I mean if rotation causes the image dimensions to increase, I want to expand the Canvas container as well, so that the image ...
3
votes
1answer
77 views

rotate image with transparent color

I was going to rotate an image with transparent color using php gd. However, after the rotation, the transparent color in the image is not transparent any more, and the background is not transparent ...
0
votes
3answers
218 views

Rotate widget around its Y axis In QT in 3d space

I would like to rotate a widget around its Y axis (or any axis) in QT exactly the same way as appearing here: Image rotation in 3D space around Y axis I have searched but all what I got 2d ...
0
votes
1answer
182 views

Rotate an image with javascript in gallerio.io after load

I am using galleria 1.2.8. and i try to rotate an image after it is loaded by galleria. For this i am using the jquery rotate plugin (http://code.google.com/p/jqueryrotate/). I did attach to the ...
1
vote
2answers
204 views

rotate image on every touch event

In my application, I have some images and when I tap on that image, it should be rotated by 90 degree. I am able to rotate image once but can't rotate on second tap. Can anyone help me to solve this ...
0
votes
1answer
132 views

How to customize parameters used on renderscript root function?

Background I'm new to renderscript, and I would like to try some experiments with it (but small ones and not the complex ones we find in the SDK), so I thought of an exercise to try out, which is ...
0
votes
1answer
763 views

Rotating a bitmap using JNI & NDK

Background: I've decided that since bitmaps take a lot of memory which can cause out-of-memory errors easily, I will put the hard, memory consuming work on C/C++ code . The steps I use for rotating ...
-2
votes
1answer
55 views

Library for image animation loop on main page

I am creating a website for my customer and I am looking for a library which can help me in creating image animation like on this website link. I need something which helps in image rotation. Do you ...
0
votes
0answers
120 views

Android camera image randomly rotated

I've found a very interesting problem. After taking a camera picture (I hold the device in portrait mode, and not rotating), the given photo is sometimes rotated, but not always. I know, some device ...
1
vote
1answer
366 views

Responsive Design: Scrolling JS/Jquery Rotating Banner Using Percentages (not px)

I'm almost there. However, there is a bug which I can't work out. I think the problem is to do with using percentages rather than pixels (as I want the banner to resize for different screen widths). ...
1
vote
1answer
43 views

How do I rotate an ad on a page loading the list of ads from an external file using JavaScript?

I'm trying to load a variable from a file using javascript. I've found some examples but I can't seem to make it work and could really use some help on getting my syntax right. Basically, I want to ...
0
votes
3answers
281 views

Image Rotation using pure Javascript

PLEASE DO NOT RECOMMEND JQUERY - I AM DOING THIS EXERCISE FOR LEARNING PURPOSES. I have implemented a JavaScript, which rotates images (_elementSlideChange) on a timer, using a set interval of 10 ...

1 2 3 4 5 6