Photoshop :: Contracting Selection
Dec 21, 2008
I'm wanting to record an action (but I'm not asking about an action specifically, which is why I didn't post this in the actions forum). Part of the action will be to select my image, and contract the selection for a future frame.
Is there a way to contract this image based on percentage rather than just pixels? Obviously some images are going to be different sizes than others, so if I record 100 px, this would look ridiculous on a 500x500 image.
View 2 Replies
ADVERTISEMENT
Nov 7, 2002
Hi im a newbie in photoshop. heres my queries. I want to make a a big circle and a smaller circle in the same point of location just like using offset path cmd in adobe illutrator using select modify contract or expand cmd.I selected a circular marquee with the size of 6cm x 6cm and filled it w/a color.while selection is active i contracted it w/ the amount of 4pix and filled it with another dif. color the result is smooth edges, but when i contracted it again by a bigger amount like 24pix it looks distorted.I think there is a technique in doing it. Can you help me guys?Just remember i want to know if contraction or expansion in ps has the same principle with the offset path cmd in ai. because the offset path cmd in ai produces smooth edges even if u enlarge it in any possible amt.
View 2 Replies
View Related
Oct 19, 2013
How do I stop my text from frantic expanding and contracting?
View 2 Replies
View Related
Sep 1, 2013
I have been continually annoyed, when creating a vector mask-heavy document, with trying to select vector mask points by dragging a rectangle only to find that it instead selects a layer higher up which has a larger vector mask.
The only workaround is to manually select the points of my mask or to drag a rectangle from outside the canvas, meaning I have to zoom out or scroll to the edge - sometimes annoying if I am zoomed in quite far.
I know that the move tool can be set to automatically select a layer, depending on what part of the image is clicked, but why is there not an option to turn this off for vector editing?
View 1 Replies
View Related
Dec 10, 2012
If you look closely in the attached picture, there is a spot of light blue on the player's helmet, that looks like a mistake (think it should look like the grass behind it)...though it actually may be part of his helmet.
Regardless, I'd like to take it out. My idea was to select the blue with the quick selection tool, then bring that selection out to the grass, select the grass with that size/shape of selection, copy/paste and then bring the grass selection into the blue part so it looks like grass in what was the blue part.
The problem is I don't seem to be able to move the selection without taking the blue with it (so it's not an empty selection and therefore can't select a piece of the grass.)
View 2 Replies
View Related
Sep 13, 2012
I have Photoshop CS5 on a Mac OS 10.7.4 My problem is that when I am using curves or a slider, my selection does not stay in the same place. For example, I chose the number 8 on a slider, after I release my selection it will either go one number after or before my selected number. I have had this problem since I got my computer, December 2011, but it has only recently started to frustrated me because of having to use Photoshop a little more than I usually do.
View 2 Replies
View Related
Oct 24, 2011
how to "drop out" the background from this photo (I have loads to do which are very similar). Thus far I have tried channel selections and the calculations tool + all the normal quick selection tools and I just cant get it to work without spending hours adjusting things. The end effect I need to achieve is a perfect white background without loosing any of the detail if possible. On a side note I have also tried taking the photo on blue, green, black and white backgrounds but due to the number of colours present in the products its just not working for me.
View 5 Replies
View Related
Sep 1, 2006
Using photoshop, how do you make a selection out of a text and expand the selection?
View 4 Replies
View Related
Jul 6, 2009
I am trying to cut a person out of a picture with a deatiled background so I am using the quickmask selection and paint brush. I'm done selecting the person and have gone back into normal editing mode. I then inversed the selection created within quickmask to select everything but the person in the background. When I click delete, the background vanishes and the person become opaque.
View 3 Replies
View Related
Dec 26, 2003
If I have mad a selection with say an ellipse marque, of say 100px and now I want to fether that same selection outwards, ie to start the feather 10 px outward of the 100px selection so that the 100th px has a 100% transparency and the 110th px has a transparency of zero,thus making the new selection 110px, how could I go about doing it. With the current feathering of the selection, it feathers only in the marquee already selected, not outward, and you cannot place negative feathering px. I know that there is most likely some sort of a ration where you would expand the selection by a certain amount of px, and then apply a ratio of feathering to it to enalble it to feather outside of the 100px marquee.
View 3 Replies
View Related
Aug 18, 2012
When I pasted a selection made with the Marquee tool there is a transform grid around the pasted selection. I use a MAC and Photoshop CS6 and would like to deactive a feature for this automatic grid, if there is one.
View 3 Replies
View Related
Jul 12, 2011
When I select a hatch or polyline or any object with grips for that matter, and hold down shift to select multiple grips on the object or objects and then press my middle mouse button to pan or scroll it to zoom, the grips that I have selected de-select, meaning I have to set up the view so that all the grips I want to move are visible before selecting them.
This is only happening on some drawings (although it is most of them) and only when I use 2012 not 2011. Which system variable it is that has gone screwy that I need to reset? or is it something else?
View 9 Replies
View Related
Mar 28, 2013
I have a flexible sub-assembly in my top assembly. Sometiems I'm trying to demonstrate to others how a mechanism in the sub-assembly works using this flexibility feature. It works great, but when I move just one little part of a flexible assembly, Inventor displays the wire-mesh of the entire flexible assembly, because technically the entire assembly is selected, even though I'm only moving one part. It clutters up the screen very badly, detracting from what I'm trying to show.
Is there a way to prevent Inventor from displaying the selection lines? Either only when I'm moving a part in a flexible assembly (which would be great), or to just turn them off completely when I'm presenting like this? I know I can turn off pre-select, but that doesn't work, because once I start moving a part in the flexible assembly, the assembly is "selected" and the wire-mesh displays.
View 3 Replies
View Related
Sep 11, 2013
When creating a selection Command using the PromptXXXOptions and PromptXXXResult. The entities are selected on the current view, but once the selection ends the entities return to an unselected state.
Is it possible to leave them in selection mode.
I want to this, because it will be better to use Editor.SelectImplied() instead of saving the last selection object Ids.
View 2 Replies
View Related
Nov 15, 2013
I've created a lisp that draws the boltholes of a pipe flanges, using the correct number of holes, at the correct diameter at the correct bolt-hole diameter and then rotates. Everything works seamlessly, when i do just one flange. But I've discovered that fewuently there will be mulitple times when a user will have to perform the command.
So the idea I had was to do the following:
Select all circles with (setq CirclesFirst (ssget "X" (list (cons 0 "CIRCLE"))))
Go through the code to create the new circles.
Select all circles with (setq Circles (ssget "X" (list (cons 0 "CIRCLE"))))
Remove selection set "CirclesFirst" from "Circles".
But what for some reason (command "_.select" Circles "R" CirclesFirst "") does not work.
View 9 Replies
View Related
Mar 1, 2013
Right after one makes a selection, say by using the Rectangle SelectTool, is presented with handles that allow altering the selection.
If one then selects another tool without deselecting is being deprivedof these handles while the selection remains active thus rendering himunable to alter the selection in that fashion.
Thus forming my question: is there a way to make these handles to(re-)appear on a non-freshly created selection?
View 3 Replies
View Related
Apr 18, 2012
I am using Revit Arch 2011 and it is more natural for me to use shift to add to a selection and control to subtract from a selection. Can this be changed and how?
View 1 Replies
View Related
Aug 20, 2012
The problem is that it's only loading the outline of my path as the selection. All the inner areas aren't included, and I want to chop them out as well
View 26 Replies
View Related
Jan 18, 2009
When I use the square selection tool, the selection edges are rounded rather than square. I can't remember how to rset this.
How do you make the edges square by default?
View 1 Replies
View Related
Feb 27, 2013
The Width of Selection box in the Selection Tool Inof Bar does not seem to add in the width of any line thickness. If I make a rectangle that is 500 x 250, the box correctly reflects the size. If I change line width to 16, the box still shows 500 x 250. It is a problem upon export when the exported file does include the line widths, in this case it adds a total of 16 pix (8 each side) with a resultant export not equal to the displayed width. WordPress seems dogmatic about certain widths an exact width is useful.
I suppose I can add the labor of calculating line widths to meet exact export dimensions but I do not remember doing this in previous editions. I'm thinking there is a buried setting that I have changed. Is there such a setting to account for the discrepancy?
View 4 Replies
View Related
Jan 13, 2013
I know how to blend selection edges of a selection in Gimp 2.8.2, but if I have only one side of a selection that needs blending, what should I do?
Lets say that I have a grey box on a black background and only want to blend the left vertical edge into the background.
View 3 Replies
View Related
Nov 21, 2013
Every time I make the second selection in a picture with the lazo the first selection disappear. what can I do to fix it?
View 8 Replies
View Related
Aug 22, 2012
This morning, my Selection Tool (the filled-in arrow) is acting like a Direct Selection Tool (the hollow arrow), but only when I click and drag on a group. It ends up select the anchors within the group rather than the whole group itself.
I've checked my preferences, quit and relaunched Illustrator a few times, and nothing seems to fix it. The problem briefly went away a few minutes ago, but came back when I quit and relaunched for good measure.
It's happening in Illustrator CS 5.1. I have CS6, and that version works fine, but I'm waiting on some plugins to be updated for it, so I'd like to use CS 5.1. I'm also running the latest Suitcase Fusion 4.
View 2 Replies
View Related
Oct 4, 2013
Using the selection tool i should be able tp reduce or shrink the size of the box or an image as a whole without changing the format. Iam not able to do that. I think i disabled something in my illustrator.
View 2 Replies
View Related
Mar 20, 2006
there was this usefull shortcut in CS, but now i can't seem to find it in CS2
I use to press control + click on the layer and it would select what ever i had on my layer, where is that option now in CS2?
View 4 Replies
View Related
Feb 23, 2006
I have a picture consisting of a number of layers and I want to change the colour of most of the layers how do I do it without flattening the image.
I thought I could just link the layers together but when I do? that the Image Adjustments are greyed out.
View 3 Replies
View Related
Dec 1, 2004
Im using PS7, i make cd covers for bootlegs and i have to writte a line on the spine of the cover, but when i enter the text and drag the selection it snaps to the corner and not exactly to where i want it.
View 4 Replies
View Related
Apr 20, 2006
I've seen interesting pictures where an area is selected and somehow altered (e.g., a color photo with a selected bw area). This is easy and even I could do it: what I am unable to do (and it has often very beautiful effects) is to give the selected area a 3D effect (shadows and all) so that it stands out from the rest of the picture.
View 2 Replies
View Related
Oct 16, 2012
Not knowing what I was doing, I very carefully used the brush tool to paint a 'selection'. Except, I guess a brush tool cannot create a selection.
Is there some way to add the painted area to a mask so I can increase the vibrance of the area which I have painted over?
View 3 Replies
View Related
Feb 25, 2012
I have my selection made and saved around this apple in the center of the picture.What I want to do is, put a crumpled paper texture on the apple and make it look like its made of a pice of crumpled paper. Also i want to make the selection colord and the rest of the picture black and white. How do i do this?
View 1 Replies
View Related
Jun 21, 2013
It seems that the method of control-clicking on a path in the paths panel no longer makes the path into selection you have to use the load path as a selection button in the panel to achieve this. Is this a problem on my system or is it a general change?
View 1 Replies
View Related