How can I use Photoshop in order to rotate a bitmap image on the y-axis? I'm trying to make it so that the right side of the image will go "into" the screen, and the left side will go "out" of the screen.

link|improve this question
1  
1. This is superuser.com material 2. You're describing the Y axis, not Z. 3. turn you're image into a 3D Postcard in Photoshop Extended(3D > New 3D Postcard from Layer) and rotate it on the Y axis. More help in the manual: help.adobe.com/en_US/Photoshop/11.0/… – George Profenza Dec 2 '10 at 0:16
feedback

migrated from stackoverflow.com Dec 17 '10 at 14:00

This question came from our site for professional and enthusiast programmers.

6 Answers

You should be able to simulate the effect by applying a perspective transformation.

The option is Edit > Transform > Perspective or you can grab a corner with Ctrl + Alt and then hold shift down while dragging

Source

link|improve this answer
feedback

If you do actually want to rotate the z axis to create a 3D effect you must have Photoshop CS4 Extended or higher to do this:

  1. Select your layer, then the 3D menu (inbetween Analysis and View), and New 3D Postcard from Layer
  2. Toggle the 3D rotation tool, which is 4th from the bottom or press K for its shortcut key
  3. Rotate away
link|improve this answer
feedback

You can also do a "lens correction." It's basically a perspective distortion. Go to Filter>Lens Correction

link|improve this answer
feedback

you just need to skew the images I would search online for that there are tons of tutorials on skewing images with photoshop or gimp

link|improve this answer
feedback

If you rotate a 2D image on its z axis,then it will become perpendicular to the plane of the canvas.
Thus the only visible image will be a line.

link|improve this answer
2  
Well, he's not talking about rotating the image 90 degrees? – TFM Jul 25 '11 at 22:44
feedback

Edit - Transform - Rotate

Drag the little cursor in the centre of the image to where you want the rotation point to be.

Then drag the image around the rotation point by one of the handles or set an angle on the menu bar.

link|improve this answer
This is a 2D rotation; OP wants 3D. – Hello71 Aug 25 '11 at 14:16
feedback

Your Answer

 
or
required, but never shown