Photoshop :: Rotate One Component In Image

Apr 16, 2013

I have an image in which I want to rotate one component some arbitrary number of degrees along a horizontal axis without changing any other part of the image.  For example, if I have an image with a tobacco pipe in someone's mouth, the pipe stem is a horizontal axis. 

The pipe bowl is normally vertical at the end of the stem.  I want to rotate the pipe along the stem some number of degrees so that the bowl would be at 45 degrees rather than 90 degrees relative to vertical, or so that the viewer might be looking into the bowl of the pipe.  Can that be done in CS6?  If so, how?

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Browser Component Names Do Not Change After Replacing Component

Jan 26, 2012

We are having an issue when we replace a component in Inventor Pro 2012.  When we replace a component, the name in the browser does not update to the new component.  We've even tried to close and re-open the Inventor assembly and that does not work.  We end up manual double clicking the name in the browser and type in the new component name. 

Inventor Product Design Suite Ultimate 2012
Dell Precision T7500 Workstation
Xeon Processor
16 GB of RAM
Nvidia Quadro FX 5800
Windows 7 x64

View 4 Replies View Related

AutoCAD Inventor :: Detecting If Component Occurrence Is Virtual Component

Jul 25, 2012

II need a way to tell if a component occurence is a virtual component.

I'm using a For Each loop to cycle through all of the components in an assembly, and if the component is itself an assembly to set the LOD to "Custom". I'm using the definition document descriptor object for this. It all woks fine until the loop comes across a virtual component which doesn't have a definition document, so I need a way to check if the component is virtual and needs to be skipped.Here's the

Option ExplicitImports Inventor.LevelOfDetailEnumSub MainiLogicVb.UpdateWhenDone = TrueDim doc As AssemblyDocumentDim oLOD As LevelOfDetailRepresentationDim oAsmCompDef As ComponentDefinitionDim oComp As ComponentOccurrenceDim oComps As ComponentOccurrencesdoc = ThisDoc.DocumentIf.
[code]....

View 2 Replies View Related

Photoshop :: How To Rotate Image

Dec 10, 2012

10.8.2 OSX CS6 do you know the solution to this? Am trying to rotate my image.

View 4 Replies View Related

Photoshop :: Rotate An Image

Apr 24, 2004

How do you rotate a photo, say 15 degrees, and keep the edges of the photo straight?

View 7 Replies View Related

Photoshop :: Rotate An Image

Aug 9, 2006

I dont know if this can be done in ps or not but im trying to rotate an image not
like a circle or a clock but im trying to rotate the same way the earth spins in a horizontal axis.

View 5 Replies View Related

Photoshop :: Want To Be Able To Rotate The Image

Feb 24, 2005

I'm using the warp>flag filter and I want to be able to rotate the image once the warp is applied and it is distorting it because of the filter and it won't keep it's form.

View 1 Replies View Related

AutoCAD Inventor :: Using A Solid Component To Cut A Different Component In Assembly

Jan 11, 2013

I am trying to make port rims for pipes that can be swapped in and out of an assembly.  However, the ports will all be different sizes and located differently so I need the cut to be part of the port rim component, but affect the entire assembly it is part of.  I've been trying to get this to work for the better part of a day now,Here's a picture of what im talking about. I'm running Inventor 2008 by the way.

View 2 Replies View Related

Photoshop :: Cannot Nudge Rotate Image

Oct 8, 2013

i can nudge with the arrow keys when moving an image but can't nudge rotate an image, the arrow keys will only move the image up and down or left to right.

View 2 Replies View Related

Photoshop :: Selecting Image To Rotate And Enlarge

Jul 1, 2012

i just want to select an image so that i can rotate it and enlarge it.  however when i selected it using the marquee tool, and clicked image>rotate 90 cw, it rotated the entire canvas and its contents.  all i wanted to do was to rotate just this image that i thought i had selected.  am i doing something wrong?  is the marquee tool the wrong tool to use to select an image ?

View 13 Replies View Related

Photoshop :: Select Image / Rotate And Stretch

Jul 1, 2012

I am new to photoshop and all i want to do is to select an image.  then, i want to rotate the image.  then i want to stretch the image so that its 6 inches. 

View 4 Replies View Related

Photoshop :: Spin Or Rotate Image - Animation GIF

Feb 21, 2013

I want to rotate my image into a animation gif. I can spin it like the face of a clock but not spin it around a central X axis (like a globe spins). How can I do this?

View 7 Replies View Related

Photoshop :: Rotate Only Selected Portion Of Image

Oct 3, 2012

If I wish to rotate ONLY an image, no problem, but if I wish to rotate (custom) only a selected portion of an image, how do I do this?

View 1 Replies View Related

Photoshop :: Keyboard Shortcut To Rotate Image?

Aug 27, 2008

rotate image? I scan in several pictures at a time and having to click edit image rotate CW Right or CCW Left is too time consuming. I do not see a shortcut for this?

View 3 Replies View Related

Photoshop :: Loss Of Image Quality After Rotate...

Jun 1, 2008

PS7 on Win XP

Windows Explorer and some software bundled with digital cameras [Canon and Panasonic] warn when rotating a picture that there may be loss of image quality. Presumably it must re-compress the jpg image file?

In order to avoid that problem, I have been rotating image files in PS7, since no such warning comes up there.

Is there loss of image quality by rotating or cropping in PS7? I usually save jpg files at quality level 10.

View 2 Replies View Related

Photoshop :: OpenGL Graphics Card Recognized But Can't Rotate Image

Mar 6, 2012

My Radeon 6570 is recognized in the performance menu and "advanced" is selected but when I try to use the "rotate view tool" I get an error telling me "Could not complete your request because it only works with OpenGL enabled document windows."
 
Driver Package Version - 8.84-110309a-116134C-Asus
Open GL - Version 6.14.10.10664

View 6 Replies View Related

Photoshop :: Rotate Word Of Text 90 Percent On Image From Horizontal?

Feb 15, 2013

I am trying to put a word of text on an image but I need it to be on a line 90% from horizontal. How do I rotate it?

View 2 Replies View Related

AutoCAD Inventor :: ILogic - Skip Saving A Suppressed Component / Delete Suppressed Component

Aug 30, 2012

I have an assembly which has a few components suppressed.

My end results is another copy of the assembly (with copies of the all the parts) in another directory

Now i am able to create copies of un-suppressed parts using; (this allows me to SaveAs assembly components which are not suppressed)

DocumentsEnumerator = ThisDoc.Document.AllReferencedDocuments

And save a copy of the assembly using

ThisDoc.Document.SaveAs

I also added the fllowing snippet (which I am not sure what is does), but it does not work for me

Component.SkipDocumentSave = true

 When I open the newly created assembly, I still see the suppressed components in the model browser

I want to either;

Skip saving the of the components in the model browser (i.e. the Assembly)

OR

Delete the suppressed parts in the Assembly, so that they do not save altogether

View 3 Replies View Related

GIMP :: Rotate A Rectangular Image?

Aug 8, 2011

Is there any way to just rotate a rectangular image? I have often scanned in something that's not square, it's often a brochure that's taller than it is wide. But when I scanned it, I had turn it sideways to get the whole thing visible to the scanner. So it scans completely, but now I have an image of it that's not "up is up"-- I have "up is right" or "up is left." But now I have to do all this junkbutter: 1) Look at the canvas size, 2) make the width & height equal to the larger of the two, 3) use the Rotate tool to turn the image 90 degrees, then 4) do some magic to move the image to start at the upper-left, and 5) crop it back down to get rid of the blank space on the bottom. YUCKY! Is there some magic tool I haven't found yet that will rotate, move and crop all in one step? I just want to turn the entire image on it's side without any other fuss. Is that possible somehow? I have to assume it is, but I sure couldn't find it...

View 3 Replies View Related

GIMP :: Rotate Image A Few Degrees

May 25, 2011

I can find image rotate easily enough. But I can't find any way I can rotate it a few degrees. I frequently scan stuff in and it frequently needs 1 degree or such to straighten it up. I used to do that with Paint Shop Pro. Surely Gimp has the same functionality?

View 3 Replies View Related

GIMP :: How To Spin Rotate Image

Mar 27, 2011

I am looking for a way to rotate a image, but not the normal clockwise rotation, rather a spin rotation. I have tried the the transform tool with slight success . imagine looking at a front view of a wheel & tire that needs turned slightly.

View 14 Replies View Related

GIMP :: How To Rotate 2D Image About Y Axis

Jun 27, 2012

Is there a way in gimp to rotate a 2D image (e.g. BMW%20M3%20-%202002%20-%2003.jpg) about the Y Axis? I tried GMIC but that rotates the layer in 3D. I would like to create a view of the front of the car or any any in between.

View 6 Replies View Related

Paint.NET :: Rotate Image Other Than 90 Degree

Jan 17, 2012

If there is a way to rotate an image in anything other then 90 degree increments?

View 4 Replies View Related

AutoCAD Map 3D :: Z UCS Rotate In VP And Image Disappears

Mar 23, 2011

One of our other issue(s) is the z ucs rotate in a vp and the image disappears!

Im thinking its to do with a slight angle change in the x or y plane when doing a z ucs rotate making the image not on the viewing plane anymore. Using 2011 map3d but using in 2d workspace mode. All it would take is 0.000000001 degree to throw it out of wack i would imagine. When setting vp back to world and plan rotate it appears again?

Or, because its map3d and not just vanilla cad, is the whole world space set on a geoid by default(viewing plain) and when you rotate the vp ucs it throw's it out of alignment and puts it below the geoid and then looses it's visibility? This would apply to rasters imported with map/ import / ecw, tiffworld or 2jpg i assume?

View 5 Replies View Related

Lightroom :: How To Rotate Image At 45 Degrees

Jan 2, 2012

I like the custom print package in LR, but cannot find a rotate option other than 90 degrees. Am I overlooking, the option doesn't excist or I'm using it not the right way? I searched this forum and the Internet with no results.
 
For example in picture below I would like to rotate the 4 smaller photo's 45 degrees

View 3 Replies View Related

Lightroom :: How To Rotate Image Less Than 90 Degrees

Dec 21, 2012

Some of my landscape horizon shots need only a slight rotation left or right; less than a couple of degrees. How can I do this, and can it be done in Develop?

View 5 Replies View Related

Lightroom :: Rotate Without Losing Some Of The Image?

Sep 15, 2013

I used a flat bed scanner to scan in a bunch of old photos.  The photos aren't completely straight -- I figured I could rotate and recrop using LR.
 
Here's the problem: I have a bunch of crooked photos on a white background.  If I try to rotate the photo, it ends up cropping out part of the photo.  (This does make sense -- You've all seen this when you've tried to rotate a photo.)
 
But I need to figure out how to tell LR to just add in extra white background where needed instead of cutting into my actual photo.
 
I can do this in PS by creating a big white background, rotating the original pic and then cropping.  That's a hassle when you have 100+ images.  But isn't there some way to do this in LR?

View 7 Replies View Related

AutoCAD 2010 :: Rotate Scanned Image?

May 15, 2012

I pasted a OneNote scanned image into a drawing file. I need to rotate the image slightly. I created a new UCS and rotated avout the Z axis. When I did this the image disappeared. When I restore the World UCS the image returns. Is there a way to rotate a scanned image?

View 5 Replies View Related

GIMP :: Rotate / Resize Always Crops The Image

Jul 10, 2011

When Rotating or Resizing an image I have recently run into an issue. This is new behavior so I think I either have something set incorrectly, or it came in with a recent re-install.

When Rotating or Resizing, and setting Clipping to Adjust, it always Crops the image.

In other words: If I were to attempt to stretch an image bigger than 1000x1000 to say 1500x1500 it appears to do all the correct calculations, and does stretch the image, but anything outside the original 1000x1000 disappears.

Likewise if I were to attempt to rotate an image that were say, 1000x1500, 90°, I would end up with a rotated image 1000x1000 in size, and transparent/background for the balance of the original 1000x1500 sized image.

I've tried uninstalling/reinstalling (it remembered all my settings, so I don't know how much good this might have done), setting the Clipping option to Clip, then Crop and back to Adjust again (also with no result).

View 4 Replies View Related

GIMP :: Rotate Image Of A Signature By 20 Degrees?

Apr 22, 2013

I'm trying to rotate a imaged of a signature by 20 degrees. After I rotate the image I can't view the whole signature. I have tried to resize the canvas, add transparency.

View 3 Replies View Related

Paint.NET :: How To Move And Rotate Part Of Image

Aug 24, 2011

I've run into Paint.NET a few weeks ago. I think it's a very good choice for beginners (and maybe professionals too) at a graphic field. I've made some cool pictures (with some cool plugins inside Paint.NET or published at the forum) and now I wanna to make my own plugin.

The question is how to move and rotate a specific part of image at source canvas. The rest of the image must be untouched. I consider it's impossible to use Layers -> Rotate/Zoom tool directly (correct me if I'm wrong). So I should use a piece of C# code. I think source code of Rotate/Zoom tool would be very useful too but I couldn't find it.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved