Photoshop :: Reposition A Placed Image?

Aug 30, 2012

when move an image into location and then do the place there seems to be no way to undo this and reposition it again? For now I delete the layer and do the place all over again.
 
Is there a way to reposition it once placed?

View 1 Replies


ADVERTISEMENT

Photoshop :: How To Resize / Reposition Image On 3D Object

Jan 12, 2013

Is there any way to resize and reposition an image on a 3D shape without affecting the shape itself, or is it just a process of trial and error, depending on the size and position of the image before you select New Mesh From Layer?

View 2 Replies View Related

Photoshop :: CS 6 Image Windows Don't Stay - Reposition Itself

May 16, 2012

I installed CS 6 yesterday.  My system runs 64 bit Win 7.  In Preferences > Interface, as I did in CS 5, I unchecked both Open Documents as Tabs and Enable Floating Document Window.  However, unlike CS 5, in CS 6 images 'insist' on positioning themselves in the upper left corner of CS 6 and will cover both the options bar and the tool bar.  For example, this will happen after opening an image if I try to move it or if I enlarge the image window (CTRL-0).  If I open two images and try to move one so I can see both at the same time, the one I try to move will not stay where I put it but instead will reposition itself to the upper left, and cover the options bar and menu bar.
 
this makes working in CS 6 difficult and inconvenient.  I assume this is a bug, and wonder if there are any workarounds or other solutions.  To this point, I have not yet uninstalled and re-installed CS 6.

View 5 Replies View Related

Photoshop :: CS3 Reposition Image View To Right Upper Corner By Scrolling Though Images

Jul 14, 2011

If i zoom in image so it's bigger than "Fit on Screen" then if open/create or go to other opened image and return to 'zoomed' one, PS reposition area i see to right upper corner.

View 3 Replies View Related

Photoshop :: Reposition Floating Dock In CS6 So It Is Anchored To Upper Right Edge Of Window?

Jun 3, 2012

I could do this in earlier versions, but it doesn't seem to work in Photoshop CS-6. How do U reposition a floating dock in CS6 so it is anchored to the upper right edge of the window?

View 2 Replies View Related

Illustrator :: How To Reposition Lines Accurately In AI CS6

Sep 25, 2012

i can't accurately reposition lines at 1000% zoom. even in preview mode. I tried it in cs5 and it works fine. installed an update in cs6 but still the same.

View 2 Replies View Related

CorelDRAW Graphics Suite X5 :: Reposition Tile Markings?

Sep 12, 2011

I have an oversized drawing that needs to print in several pages. I use the tile option and have also check the tile markings so I have a way of aligning the drawing after it's printed on a "non-commercial" printer.  Trouble is, the tile markings are printing in the non-printable area of the page and I have no accurate way of taping the tiled pages together.  Secondly, the original drawings aren't always printing original sizes when I create a PDF. 

I'm not sure where to start looking for solutions to this issue.  (I do have "none" set in my printer dialog box for its print sizing so it maintains the original settings). 

Is there a way to reposition the tile markings?  Is there a better way of establishing a registration for assembling the tiled pages after printing?

View 4 Replies View Related

CorelDRAW Graphics Suite X6 :: How To Reposition Where Macro Launches

Apr 7, 2012

How to reposition where this macro launches? With X5 it launches itself on the left about two thirds of the way down the screen which is fine but with X6 it launches itself almost top left and won't remember its position if it is dragged. It's not possible to edit the code.

View 7 Replies View Related

AutoCAD Inventor :: ILogic If / Else If Conditional Suppression And Reposition

Sep 25, 2012

I use a simple If/ElseIf code to suppress / uns uppress  & reposition holes on a plate to ensure the desired number of fixing hole pairs.

The hole positions will change and suppress/unsuppress depending on the value of the Tie Rod Pitch (vertical) and the O/A length of this plate (and pressure inside the radiator but this is sorted in Excel).

For example PitchMax = 500mm, BP_2ndS= 1600mm (plate length)

If  (3 * TieRodPitch_MAX_2ndS ) < BP_2ndS <  (4 * TieRodPitch_MAX_2ndS)  Then
...

For some reason some times the parameters don’t update in the hole and pattern features after running the rule thus they are in the wrong position or not suppressed/unsuppressed. When I rearrange the If/ElseIf codes it may work. All I change is just replace ElseIfs with If-End Ifs  or the other way around...

Which does not make any sense to me, since I change nothing in the parameters or conditions. Is this code structured poorly?

p.s. this is an engine radiator and the number of tie rod pairs depend on the height of the block, pressure inside, width, etc.

The part fie has the code.

View 2 Replies View Related

AutoCAD Inventor :: How To Reposition Retrieve Dimension In Drawing

Oct 19, 2012

I was trying to reposition a retrieved dimension in drawing. I was able to position the text, however the dimension line however still stays in its default retrieved position. how I can reposition the dimension line as well?
 
Dim mydim As Inventor.ObjectCollection
Dim invDimConstraints As DimensionConstraints
Dim invDimConstraint As DimensionConstraint
invDimConstraints = invPartDef.Sketches.Item("MySketch").DimensionConstraints

[Code] ........

View 1 Replies View Related

Illustrator Scripting :: How To Move / Translate / Reposition The Group

Jul 10, 2013

I have a document with a single layer and a single group (GroupItem) in that layer.

Unfortunately, I didn't create the .ai file, so I don't know exactly what is in the group; however, there appears to be a bunch of complex clipping masks and gradient effects, etc. deeply nested within it.

I've successfully scripted a few tasks like resizing the group with no ill effect... in other words, this works as expected:
 
app.activeDocument.activeLayer.pathItems[0].resize(50,50);
 
However, as soon as I try to move/translate/reposition the group, all the effects/masks seem to go wonky, I've tried all of the below with no success (200 is just arbitrary as a test):
 
app.activeDocument.activeLayer.pathItems[0].left = 200;
app.activeDocument.activeLayer.pathItems[0].translate(200,0);
 
I have no problem moving the group around on the document with my mouse... all the effects/masks are still nice and clean, so I'm confused as to why I can't do the same thing via JavaScript.

View 3 Replies View Related

Illustrator :: Can't Reposition Grid Lines From Top Left Corner?

Nov 6, 2012

Is this a bug? Why can't I reposition the grid lines from the top left corner?
 
Things are looking wacky. [URL]....

View 2 Replies View Related

AutoCAD Inventor :: Circular Pattern To Reposition Internal Keyway

Oct 22, 2012

I am using a circular pattern to re-position an internal keyway and am wondering if it is possible to supress the original keyway? Right now I have to give it a 'Placement' value of 2 to get the keyway to shift the amount I want, and as such it keeps the original as well as the new (overlapping them). I wish to suppress only the original one leaving new one...

Inventor 2014 PDS

View 6 Replies View Related

Illustrator :: Resize / Reposition Pattern In Live Paint Object

Aug 24, 2012

I'd like to scale, rotate, and/or reposition a pattern-filled Live Paint cell, without cuting the cell from the Live Paint object. Can I do that? I routinely do this in normal objects, using the "~" key trick, but this only seems to work globally, on a Live Paint object (scales all pattern fills, not just one cell).
 
I'm still using CS5, but am interested to know if it can be done in CS6 as well.

View 1 Replies View Related

AutoCAD .NET :: Detect View Change To Automatically Reposition Block Entity

Nov 17, 2013

I would like to detect view change (especially when orbiting the view around) to automatically reposition table-like(block) entity such that the user can always see the face of the entity.

I figured out that there is viewChanged event in AcEditorReactor, but it doesn't seem like it is visible in .NET.

How could I use this callback function?

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Temporarily Reposition The Menu Bar From Top To Middle Of Screen?

Jan 1, 2012

have had the good fortune to have recieved a Christmas present (o.k. to myself) a new Dell 30" monitor with 2560 x 1600 resolution.

The only thing I am finding troublesome as you might be able to see by the attached screen shot, is that now my autocad menus are, as expected at the top of the screen.  This new size of monitor brings with it the problem that you now have to travel your mouse a great distance to reach the menu bar items.

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Reposition Revision Table On Sheet Size Change

Sep 24, 2012

a customer has a title block with a revision table ( standard vault revision table)  add on top of it.

If you change the sheet size the revision table remains his position.

If found the way to reposition the table with a ilogic rule.:

'point afstand in cm
PointX=(ActiveSheet.Width/10)-13
PointY=5.5
'punt vanaf rechtonder gemeten in cm

[Code]....

This is working perfectly. But now the challange how to trigger this rule to run if you change the sheet size?

if tried:

trigger=Activesheet.size

or

to create a userparameter and added this line in my rule : Size=ActiveSheet.size, normaly is you change parameters it triggers the rule to rule. but both way didn't work.

Can event triggers from the API be used?  Do i need the "Onchange" event? Any example for a ilogic rule?

View 3 Replies View Related

Illustrator :: Resize Rotate And Reposition Logo Within Object Using Warp / Vanishing Point

Aug 21, 2013

How do I resize, rotate and reposition a logo within a Photoshop object using Warp and/or Vanishing Point? This may be a Photoshop question.

View 1 Replies View Related

Photoshop :: Image Size Of Opened Image Changes After I Close The Image

Dec 11, 2007

I am trying to create some images in PS2 that have to be 3.5 to 4.0 mb. When viewing the Image Size screen, I might see an image size of 9.6 mb. However, when I save the image and run my mouse over the image in Bridge, it shows a size between 2 to 3 mb. I can't figure out why this discrepancy, or what math I need to do in order to figure out how to create the required image size other than by trial and error.

View 1 Replies View Related

Photoshop :: When Convert Image To CMYK And Save To TIFF - Saved Image Grays Out

Jun 20, 2013

I have cs5.1 and when I convert an image to cmyk and save to tiff the saved image grays-out.

View 2 Replies View Related

Photoshop :: Combine Monotone Image Onto Gray Scale Image To Use In Indesign File

Nov 13, 2012

I'm trying to combine a monotone image onto a grayscale image to use in my Indesign file. The whole job has to print two colors.
 
How can I easily make the diaper a PMS color and add it to the grayscale baby and still maintain two colors (PMS + K)
 
Right now, I'm cheating and combining the PMS diaper onto the grayscale baby in Indesign..... but I really need to have this in Photoshop so I can add shadows to make it more convincing. I tried converting the grayscale to CMYK and deleting all channels but black, didn't work as it took away all the information from the image. 
 
See image below.
 
(using CS5)
 

View 1 Replies View Related

Photoshop :: Opening Image In CC And Select Pixels With Any Method - Image Starts To Blink

Sep 12, 2013

The entire image is what is blinking, while the photoshop tools remain on.

View 5 Replies View Related

Photoshop :: Saving JPEG Image As Itself / No Copy And No Replacing Of Existing Image?

Jun 4, 2013

I am trying to find a faster way to save my images. I shoot in raw, save raw images as jpegs after editing them in Camera Raw. I am using Photoshop CS6 on a Mac version 10.7.5. When I save, I either have to save as a copy of the exisiting image, or replace the image I'm working on. Other forums I've read said to make an action to save and create a function key to make this process faster, but my function keys aren't working, and playing the action I've created still makes a copy of the image.

View 3 Replies View Related

Photoshop :: Image Exported - Place On Image (Like Watermark) Misaligned After Save

Jul 19, 2012

I have an action in which it will place an image onto an image like a watermark, when i place the image, it is not center by center so i drag it or use keyboard arrows to center and then press enter, then i saw its on the center, but when i save it, the saved image is not on the center, how was that?
 
you can see that the right side of border it is not centered because the left side border is thicker than right side, here is the part of the action
 
you can see that i move the image after i place it because its not on the center so adjusting it makes it at the center but the Translate part is not equal.

View 18 Replies View Related

Photoshop :: Export Image From 3D Spherical Panorama Back To Complete Image

Jun 14, 2012

I would love to be able to export my image from 3d spherical panorama back to the complete Image.  Raster image clips the image.  Photoshop 3D is great for retouching the nadir (bottom) a spherical panorama image.  

View 2 Replies View Related

Photoshop :: Getting Grainy Result When Converting CR2 Image To JPEG By Image Processor?

Nov 8, 2013

All the JPEG images I have converted from cr2 are grainy. I am converting them by Image Processor.

View 1 Replies View Related

Photoshop :: How To Change Image View In CS6 To Get Sharp Image As Email Program

Jun 11, 2013

How to change the view in CS6 so that it is as sharp as my email program?

View 20 Replies View Related

Photoshop :: When Print In CS6 The Image Prints Narrower Than Stated Image Dimension

Apr 19, 2013

When I make a print from CS6 the image on paper is narrower than the stated dimension in the program. The height of the image is faithfully reproduced. I know that there must be a preference setting to correct this but I can't remember which one it is.

View 8 Replies View Related

Photoshop :: Keyboard Shortcut To Zoom Image Area To Image Size?

Feb 22, 2006

Is there a keyboard shortcut to zoom the image area to the image size. Kind of like the shortcut ctrl + 0 but the reverse.

View 6 Replies View Related

Photoshop Elements :: Change Color Of Image While Keeping Some Detail Within Image?

Aug 7, 2013

I am trying to take a handprint such as the one below and change the color of the handprint to say a light pink (or any color) but I want to keep most of the detail of the fine lines that make this handprint unique.  The lines could even just come out as white as below.  The main thing is to change the overall color while maintaining the fine details.  I have been trying to accomplish this for over a week now in Photoshop Elements 11 and I have been unsuccessful as anything I do just totally color fills the image, which does not keep any details of the handprint. 

View 15 Replies View Related

Photoshop :: Copy One Image And Paste It Into Selection (masked) Of Another Image

Sep 4, 2013

I want to copy one image and paste it into a selection (masked) of another image. I have the option to paste into which works but would like to be able to paste in Place as I believe this makes it a smart object and references the original file.

View 5 Replies View Related







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