Photoshop Elements :: Change Weight Of Drawn Line After Saving?
Feb 9, 2014
I am making a conatct sheet of photos. I wanted to define the outside edge of the photos, so I used the Rectangular Marquee to draw an outline around the perimeter, and then I went to Edit>Stroke (Outline) Selection. I chose the weight of the line (I made it 3 pix) and successfully had the outline. I then saved the file.
But now I want to change the weight of the line (down to 1 pix). But I can't figure out how to delete the 3 pix line.
View 1 Replies
ADVERTISEMENT
Jul 6, 2013
I seem to be having trouble changing the lineweight of my profile line. I have changed the line weight in the layer properties, in the Profile properties and tried changed the line weight in the pen style. Everywhere I could think I try to make the line thicker but when I plot, the line is still the same and difficult to distinguish from the grid blocks of the profile view.
View 3 Replies
View Related
May 25, 2012
I've seen umpteen explanations of how to change lineweights in Revit.None of them address this simple thing I'm trying to do.
I just want to:
1. Create a few lilnestyles that appear along side the other line styles - for instance:
Thin Line, Medium Line, Thick Line, <<Really Thick Line, >> <<Absurdly Thick Line,>> etc, etc..
2. Draw a line
3. Click on the line
4. Select from a drop down list, "Absurdly Thick Line" and have it instantly inherit the linestyle I created.
The only way I can do this is to create a family, make a new subcategory of Detail Items, create the characteristics I want in the line, export it as a .dwg file, then import it into Revit - and then I see the new line style along side the other line styles, and I can then select any line and make it the new line style.
Certainly, there is an easy to find, simple, straightforward way to add line styles to the existing group - and have those new line styles become immediately accessible from the "Modify Lines" Linestyle Drop down Menu.
View 1 Replies
View Related
Oct 13, 2010
I was wondering is there an option where you can dim or change the opacity of a drawn line? Similar to when you can change the linetype and linewieght, is there a precentage that allows to dim lines? Like when you insert .pdf plans as underlay, and you can actualy reduce the opacity. So that when you plot the plan drawing, some lines look solid black, but some are almost impossible to see? Or should I just change the colour of the line to light gray?
View 5 Replies
View Related
Jul 29, 2013
Suddenly, I am no longer able to make a line .25pt or .5pt. I can go thicker but not thinner than 1pt. What gives? I'm working in CC.
View 2 Replies
View Related
Dec 25, 2012
How to choose the thickness change line drawn?
or
Select the objects to be drawn?
View 5 Replies
View Related
Feb 21, 2013
change line weight on a xref, i have went into each xref and changed line weight but when i view in model space the line weight is still printing bold.
View 3 Replies
View Related
Jul 15, 2010
I'd like to build a new wall type that displays with a different line weight than is set in the Cut Line Weight for the Wall objects.
I've been using object overrides to do this, but I'd like to have a wall style the pervasively dispays with a different cut weight than the rest of the walls. So it would have a different weight when cut in section as well.
View 6 Replies
View Related
Oct 22, 2012
In a sketch block how do you change the line weight..i tried through Block Editor but cannot change...lineweight is currently 0.25mm but i want to change to .70mm..
View 2 Replies
View Related
Oct 21, 2012
I have a block in which the line weight is 0.20mm...how do i change the block lines weight to 0.50mm & 0.75mm.
View 1 Replies
View Related
Nov 16, 2013
I am trying to change the line weight on an ipt file saving to a jpg format.
I am creating operations manuals and line weight and pixalation is unacceptable.
View 4 Replies
View Related
May 20, 2013
I created a xref. this xref included some poly line. width is 0.2mm. i need this poly line line weight should be change from different view port. right now this is shown in narrow line width. how can change this line weight at view port?
View 4 Replies
View Related
Jun 6, 2012
I am trying to create a script who could act as an Autocad plot (ie convert each color to black, with a different line weight).
Here is the first script I melted, who create my Black swatch
if ( app.documents.length > 0 ) {
var myDoc = app.activeDocument;
//add Black swatch
var newSwatch = app.activeDocument.swatches.add()
var newColor = new GrayColor();
newColor.gray = 100;
[Code] .........
And here is the second one, who replace one color by Black (it don't change the text, nor the lineweight yet…
if ( app.documents.length > 0 ) {
//test de dialogue
function csDialog() {
var fabGroup = app.activeDocument.swatchGroups.getByName('Fabrics');
var allFabs = fabGroup.getAllSwatches();
var fabNames = Array();
[Code] ........
View 2 Replies
View Related
Jan 13, 2013
I am using illustrator for doing some calligraphy and I am not really experienced with this program. I am using a mouse pen with pressure to draw/write calligraphies. My question is, can I change the pressure amount after I drew lines using brush tool. Let’s say I drew a line, it is good but still not satisfactory. I just want to do a little change in pressure amount in some segments –not all the line- on line. Does illustrator give me this option?
View 5 Replies
View Related
Nov 13, 2012
When drawing in .stb-file (with layer dependent plot style, plotting in monochrome) and when Dimension Text Style is set to Romans (must not be changed), then how to change line weight of Lines and Text separately?
View 3 Replies
View Related
Sep 21, 2012
I was trying to do one that can change color and line weight using a number provided by user. What i want to do is to ask a number to the user, 5 for example, and then change the color to 5, and the lw to .5. I was starting with this:
(defun c:ccv (/ eco lun ob cc clw)
(setq eco (getvar "cmdecho"))
(setq lun (getvar "lunits"))
(setvar "lunits" 2)
[code]......
but is not working, it has a bug with the clw variable.
View 9 Replies
View Related
May 12, 2011
How can I modify the line type/weight? How can I change the color? Where are my object properties?
I have seen a few threads with variations of these questions. I had the same ones, until now. I did some serious messing around and came up with this, I thought it may be useful:
To get the AutoCAD 2012 "Properties" panel in ACA 2012:
Disclaimer: This procedure involves modifying your software's configuration file(s). If you choose to follow it, you do so at your own risk.
1. Open the "Customize User Interface" dialog by a familiar method (I like the keyboard, the command is "CUI").
2. Switch to the "Transfer" tab.
a. If you can't see it, expand the dialog to 2-columns by clicking the ">" button in the lower right corner.
3. Set the left-hand column to "acad.cuix", I'll call this the "source file".
a. If you can not see the file, click the "Open" button and navigate to your "Application Data" folder.
i. Win7: {userProfile}AppDataRoaming
ii. WinXP: {userProfile}Application Data
b. Navigate further to the Autodesk Support folder:
i. {Application Data}AutodeskACA 2012enuSupport
4. Set the right-hand column to "Main Customization File", or another customization file you intend to use, the "destination file".
5. Expand both files' "Ribbon->Panels" nodes.
6. Locate the "Home - Properties" panel in the source file.
7. Right-click the panel and select "Copy" from the context menu.
8. Right-click the destination file's "Panels" node and select "Paste" from the context menu, it will be added to the end of the panel list.
a. NOTE: You may get a warning that the panel already exists. If you do, click the "Rename" button. The new panel will most likely show up as "Copy Of Home - Properties"
b. Right-Click the new panel and select "Rename". Set the name to "Home - ACADProperties"
9. Click the destination file's "Save" button.
10. Switch back to the dialog's "Customize" tab.
11. Using the drop-down, select your destination file as the file to customize.
12. Expand the (a) "Ribbon -> Tabs -> Home-ACA" and (b) "Ribbon -> Panels" nodes in the "Customizations…" (top-left) section.
13. Select the "Ribbon -> Panels -> Home-ACADProperties" panel, a preview will appear and the "Properties" section will populate.
14. Edit the panel's "Display Text" property, change it to "Properties" (this is the name that will appear on the panel once it's added to the UI).
15. Right-click the "Home-ACADProperties" panel in the "Customizations…" section and select "Copy" from the context menu.
16. Right-click the "Ribbon -> Tabs -> Home-ACA" node and select "Paste" from the context menu.
17. Click the "Save" button.
18. Click the "OK" button.
19. Observe your UI, the new Properties panel will appear at the right end of the "Home" tab.
20. Drag the panel to the location you would like it.
a. NOTE: Adding this panel to the tab causes the other panels to resize so the ribbon fits the screen/UI width. If there are any panels that you aren't using, turn them off to allow more room for the other panels. (I turned off the "Transparency" panel, the new "Properties" panel includes those commands in the slide-out, making it redundant.)
b. To turn a panel off, right-click a panel title, select Show Panels, then uncheck any panel you don't want displayed.
Now, my ribbon looks like this:
View 9 Replies
View Related
Mar 8, 2012
How to change the Color, line type and Line weight for the Line using .Net.
View 9 Replies
View Related
Jun 6, 2012
Is it possible to compress a line or object drawn on top of another line or object to create one object?
I import my AutoCAD 2011 drawings into a CNC however the software isn't happy if a line is drawn on top of another line. If this happens it is not obvious simply by looking at the drawing and I have to go through the drawing checking each and every line which can be quite time consuming.
View 9 Replies
View Related
Sep 3, 2013
I recently got a new drawing tablet (Monoprice Graphics Tablet) and i set up everything perfectly fine. However, i opened photoshop cs6 and when i draw, there would be an extra line. when i draw a semi circle, it automatically completes the gap with a straight line when i lift the pen up or stop drawing and it's really bothering me.
Here is a gif that i made to demonstrate what i mean: (click if it doesn't move)also... my lines appear to be sort of jittery or non-smooth. even my mouse looks smoother than when i use my pen..
View 1 Replies
View Related
Jun 16, 2013
How can I change the default location for saving pictures for the first time in Elements 10? For some reason, the program is savings my work in the Temp folder when I need the work to be in the Picture LIbrary.
View 2 Replies
View Related
Sep 10, 2003
I know this is a very simple task, but in Fireworks, after you draw a rectangle with the rectangle tool, all you have to do to change the dimensions of it is to go down to the Properties box and change them.
View 2 Replies
View Related
Dec 6, 2012
Cant change font style, saving image box flickers in and out and the screen jumps???
View 5 Replies
View Related
Sep 12, 2011
I have existing drawings that I copy and manipulate into new ones. I have a drawing of a conveyor line that has some segments "highlighted" with a yellow hatch that appears to follow a single line. The conveyor layout has been changed. So I need to update the drawing for the new layout. I'm wondering how this was drawn. I cannot explode the hatch to copy parts of it. I'm thinking there was probably a simple way to get the hatch to follow the drawn line. Putting boundaries around the drawn line to hatch in would be rather time consuming. Is there a simple function I don't know about?
View 6 Replies
View Related
Apr 26, 2013
When i convert to Pdf the line weight is very board on the pdf, I have never had this before.
View 3 Replies
View Related
Nov 24, 2013
when i export my drawings to pdf and then print them them i am not seeings any line weight .
View 0 Replies
View Related
Oct 26, 2012
Why is it when I increase the lineweight, on the current layer, to a thicker lineweight from the default .25mm, it remains the same thickness/weight? I can change everything else, style, color, but not the weight. I need it to be a thick line, instead of the normal thin line.
View 3 Replies
View Related
Aug 26, 2013
Any one deal with lines that appear to the right of each line that is drawn? For example if I draw a vertical line I get a line at the start point and the end point that display off to the right 2 cm or so. Zoomed in or out, always about 2 cm. After about 15 minutes, every line does this. Pretty bothersome. I thought it was a graphics card but the blocks in my drawings go off to the right in which they were created. So if the block is rotated, these little 'tails' rotate with it.
I tried some troubleshooting - Reinstalling/updating graphics card driver, switching monitors, but no luck.
I have 8gb of ram on a windows 7 Bit system, and have an Autodesk/AutoCAD certified graphics card - an AMD FirePro 3900 (ATI FireGL). You'd think that this 'certification' would prevent problems like this. What do I know.
On a side note, Draw Order > send to back/send to front does not appear to work either on my display.
View 8 Replies
View Related
Sep 6, 2013
I know that I can animate using basics animation feature un Xara. Any way to create an animation showing every line drawn. Like in this exemple : [URL] I could record xara using screencast software but maybe there is a way to do it in automaticaly in Xara one the drawing have been made or maybe a software in wich I can import svg file to animate the lines.
View 7 Replies
View Related
Nov 21, 2012
I have a user that when he draws the first line he does not see it until the second line or other action is taken. Photoshop is similar to this when drawing lines. Is there a setting to change that in the command line?
View 2 Replies
View Related
May 27, 2012
I am new to AutoCAD and I want to draw something in it, I have taken screen shot of a google map and placed it in AutoCAD, Now I want this map to be scaled proper size, for example I have 880meter x 330meters but placed object is only 20' x 15'.
How can I resize it or how can I make my drawn line to be exact 880meters ? ( I will resize my picture according to my drawn line).
View 1 Replies
View Related