Photoshop :: Objects And Edges

May 12, 2005

if your drawing a rounded rectangle how on earth do you get it to draw an edge around the object as well rather than just filling it?

View 2 Replies


ADVERTISEMENT

3ds Max :: Mirrored Objects Losing Edges?

Apr 9, 2011

Seeing flipped objects losing edges, and gaining edges?

This is in Nitrous (haven't tested DirectX).

Symmetry works out ok - just the mirror tool giving bad results. Works fine in 2011.

View 9 Replies View Related

3ds Max :: All Edges On Unselected Objects Remain White

Feb 11, 2013

I'm quite new to 3DS Max and I'm using the 2013 version. Normally, all the edges on any unselected objects in my scene were grey, but all of a sudden, every edges in the scene became white, and they remained white even when nothing were selected.

I don't know if I have used a shortcut that I'm not aware of, but this is really anoying. I can't tell which object is selected .

View 1 Replies View Related

Illustrator :: Dark Path Edges After Using Shape Builder Tool Or Masking Objects

Aug 12, 2013

i have a problem with path edges after using shape builder tool or masking objects. This problem occurs when i draw bright colored objects above dark colored object. After that i have dark path's edges. Like this: [URL] I have one solution (pathfinder->dive objects and delete some dark elements on the bottom).

View 3 Replies View Related

Photoshop :: Smooth Edges, But Then Changes To Rough Edges When Saving

Feb 9, 2007

I tried the following in Illustrator,

So basically, I created coloured text inside Adobe Illustrator and however much I zoom into the text, the text always appears to have smooth edges. Once I click on 'Save For Web', the edge all around the text becomes rough and aliased. I chose GIF and PNG, but it still happens. The text is on a transparency background. The same problem applies to images when I am creating a logo.

View 3 Replies View Related

Illustrator :: Easiest Way To Create Different Edges For Ellipses (tire Edges)

Jun 18, 2013

I thought this was going to be a piece of cake in the new Illustrator CC but I am having a few unanticipated issues:)I need to create some vector tire images with different edges, such as the top one in the image below.So I thought this would be SO easy by simply creating a pattern brush in Illustrator and then using that for the outside. So I created the shape you see in the middle image below and created a pattern brush with this shape.I then created an ellipse and used the new brush for the outline.
 
All of those are open paths...it has taken the shape and applied it to the outline but has kept each shape separate, so I am not able to fill the circle in black. I could of course go in and manually join each little corner separately where the little shapes meet but this will take FOREVER with all the images I have to do.

View 7 Replies View Related

Maya Modeling :: How To Make Border Edges Out Of Edges

Jun 8, 2011

I'm trying to snap a head with it's neck with the merge edge tool, but somewhere along the way, the edges lost there border edge characteristics and now I can't merge the edges. Is there a way to make the edges back to the way they were?

View 1 Replies View Related

Photoshop :: Compare Number Of Pixels Or Diameter Of Objects Across Images For Each Of 10 Objects

Apr 15, 2013

I am currently selecting 10 objects from a picture and then I delete the background. This leaves just the 10 objects of interest in the image.
 
I have hundreds of these images and would like to compare the number of pixels or diameter of the objects across the images for each of the 10 objects. Is there a way I can automate Photoshop to go through a directory of images and measure the pixels of each of the 10 objects, and then export those measurements to a file?

View 29 Replies View Related

Photoshop :: Texturing Certain Objects Onto Other Objects

Jan 23, 2004

Im wondering how to texture say a face with a motherboard, so that the motherboard takes the shading and everything of the face.

View 1 Replies View Related

Corel PHOTO-PAINT X6 :: Why Combine Objects Together Cut Bottom Side Of Combined Objects

Nov 27, 2012

Why combine objects together cut bottom side of combined objects?

system configuration:

Win 7 Pro 64bit, Intel i5-2500, 8 GB RAM, 128 SSD SAMSUNG + 2TB on hard drives.

corel version:

X6 VERSION: 16.4.0.1280

View 14 Replies View Related

AutoCad :: Size And Shape Of All Objects Connecting The Objects To The Main Structure

Nov 22, 2012

I am very much new to AutoCad, but have learned quite a bit about it in the last few days. As a part of the learning I have been building a 3D model of the shed my dad is building. But I ran into a problem on the roof and cant seem to figure out how to click everything into place.

My problem: I need to keep the size and shape of all objects while also connecting the objects to the main structure. I need to keep A and B connected to the main structure and adjust the angles so that both meet at C. But if I move one then another moves out of place. (In the pic B is out of place) All I want to do is hold the beams at A and B in their spot while adjusting the rotation on both beams to meet at C all at the same time. I have tried to fine adjust the rotation on the beams individually but still cant get them together. I cant seem to get the constraints feature to work, because I guess it only works in 2D. I have tried to use the align tool but it just throws everything haywire.

View 6 Replies View Related

Illustrator :: Can't Scale Objects / Requested Transformation Would Make Some Objects Too Small To Use

Jul 26, 2012

How does one remedy this Adobe error message? "Can't scale the objects. The requested transformation would make some objects too small to use." This one always gets me. I'll spend more time trying to find the object in question. This has happened in almost al versions, but this time it's CS5.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Vector Objects Behind Transparent Objects Turns Into Bitmaps When Exported

Aug 18, 2011

I often produce graphics in CorelDRAW, export it as en eps file and insert it inside a MS Word document as an image and finally convert it to pdf. This way my vector graphics (often linedrawings with or without fill) usually is preserved in the final pdf document. I can zoom in and the lines keep on displaying perfectly sharp. This is important, since it easily looks bad when thin lines are turned into bitmaps, even when watched from a distance.

Now, in some graphics I created today, I had a circle with fountain fill and outline (symbolizing a sphere) put behind a filled rectangle, which had a uniform transparency applied to it. In the resulting pdf file, the 'sphere' was turned into bitmap. Inside CorelDRAW everything was vector graphics, but something was loast in the process. what happens with the graphics in the different steps in the process and eventually could explain a workaround to make everything look as vector in the final pdf file.

View 14 Replies View Related

AutoCAD VB :: Converting AttributeDefinition Objects To Text Objects On Same Layer

May 9, 2013

I have several .dwg files that I use as templates. I run find and replace VBA routines on the template .dwg files, ie find $Flavor$ and replace it with "Grape", and then I save the .dwg to another directory with a new name. 

These VBA routines work well for acdbText and acdbMText objects, but I have a bunch of AcdbAttributeDefinition objects in the .dwg templates as well.

After much research about the AutoCAD object model (I'm mostly a Microsoft Access VBA programmer), I have come to understand that these AcdbAttributeDefinition objects are actually "remnants" of a block that no longer exists in the drawing.

Anyway, I'd like to convert all of these orphaned AcdbAttributeDefinition objects to acdbText objects in the templates and then delete the AcdbAttributeDefinition objects. I have some code that does just that.

However, the issue that I am having with the code is that the newly created acdbText objects are not on the same layer that the original AcdbAttributeDefinition objects were on. I don't know the syntax to identify what layer the AcdbAttributeDefinition object is on or how to specify what layer on which the acdbText object is created.

how to keep the acdbText objects on the same layers as the original AcdbAttributeDefinition objects during the conversion and deletion process?

Here is the code I am using currently:

Sub AttConvert(dwg as string)Dim oDocument as AcadDocumentDim ent as AcadEntityDim aa as objectset oDocument = Documents.open(dwg) For Each ent In oDocument.ModelSpace If ent.ObjectName = "AcDbAttributeDefinition" Then' DO SOMETHING TO IDENTIFY WHAT LAYER THE ACDBATTRIBUTEDEFINITION OBJECT IS ON
' DO SOMETHING TO SPECIFY THAT THAT IS THE LAYER TO CREATE THE ACDBTEXT OBJECT ON Set aa = ThisDrawing.ModelSpace.AddText(ent.TagString, ent.InsertionPoint, ent.Height) End If Next ent For Each ent In ThisDrawing.ModelSpace If ent.ObjectName = "AcDbAttributeDefinition" Then ent.Delete End If Next ent End Sub

View 1 Replies View Related

AutoCAD 2010 :: Aligning Objects In Modelspace With Objects In Paperspace?

Apr 10, 2012

I'd like to know how to align an object in model space with the edge of my viewport in paperspace.

When I draw, I like to lay out multiple complete drawings in model space, make an appropriately scaled bounding box around them, and then snap a view port to the bounding box in my layout. I usually have multiple drawings lined up in a row in modelspace, so when I want a new layout I do a Save As and then pan around in my viewport to find the next bounding box, at which point I have to resize the viewport to get it to snap to the edges nicely. I really want to be able to to it the otehr way around- while panning I'd like to be able to grab a corner of my modelspace bouding box and snap it to the the corresponding corner of my viewport window. That way making new layouts would be a snap. Is there a way to do this in AutoCAD 2012 LT?

View 4 Replies View Related

AutoCAD 2013 :: Select Objects Not Showing How Many Objects Found

May 2, 2013

A user is having problems when using the copy command in AutoCAD 2013.

When they select objects, its not reporting on the commandline how many objects its found or keeping a running total of objects selected. Not even any duplications...

I've tested it on my machine but i cannot replicate the issue and have never come across this before!

Is it a bug? Is it a variable? User setting etc.

View 9 Replies View Related

AutoCAD 2010 :: Selecting Objects BEHIND OR INSIDE Other 3D Objects

Jul 3, 2013

Something changed in my settings & I don't know how to chance it back. I can't click on to select objects inside or behind objects. What do I have to change to be able to select any item I click on regardless of where it is?

View 1 Replies View Related

3ds Max :: Separate Objects To Make Them Individual Objects?

Apr 28, 2013

how to edit revit objects in 3dsMax. How do I separate objects to make them individual objects? In other words, when I try to select the roof, I get ALL objects that are "dimensional lumber" i.e. I joists, roof, fascia, etc.

I tried selecting a roof polygon and making a copy and editing it but still when I apply materials to this polygon they apply to all of the dimensional lumber. Probably because I made a copy as a clone but it didn't give me the "copy" option.

View 1 Replies View Related

Illustrator :: AI CS6 - Skewing Objects To Match Other Objects

Sep 22, 2013

There are 3 elements there. the top of the clap board was placed before i started tryinbg to create the slanted dashes that are on the average clapboards. The white dash was skewed using Object > Transform > Shear. Then i attempted to rotate it to fit.
 
I need 4 of these skwed white squares / trapezoids on the top along with 4 to match on the top of the larger potion of the clapboard. I do not want to eye it as it will be a part of a logo.
 
What would be the best method to use?Is there a way to draw the 4 rectangles on top of a perfectly horizontal long black rectangle and skew the white dashes at the same time?Is there a way to skew based on the dimensions of the longer black rectangle?

View 1 Replies View Related

Photoshop :: 3d Edges

Mar 27, 2007

We have covered how to make the glass ball effect.

What about 3d edges to solid flat surfaces?

For example, a box or a folder:

View 2 Replies View Related

Photoshop :: Edges

Dec 16, 2005

In my photo retouching work I very often cut out a figure to place on a different background. Usually I have a feathered or aliased edge to blend with the new background which works nicely. Sometimes I duplicate that figure so that I can try some shading,cloning etc without damaging the layer below. If I like the results I usually merge the two layers, problem is the top image seems to grow a bit or darken on the edges and I lose any nice feathering I have dome on the bottom layer.

View 4 Replies View Related

Photoshop :: How To Clean Up The Edges

Aug 16, 2013

I created a rectangle box but I cant seem to clean up the edges where the seperate rectangles meet. How do I go about this? Below is a picture.

View 1 Replies View Related

Photoshop :: Brushes Get Cut Off At Edges

Dec 9, 2012

Is there any way to avoid having a brush be cut off by the document edge when you place it? It's annoying when you want to move it that it's been cut off.

I know one way is to place it in the center when you stamp it, and then move it - but that doesn't work if the brush is larger than the document. Only other thought I had would be to stamp into a larger document and then move to the smaller document - but if I do that, I may as well just work with .png files.

View 1 Replies View Related

Photoshop :: CS6 - Where Is Glowing Edges

May 25, 2012

I'm going through this tutorial: URL....On step 10 it says to go to Filter>Stylize>Glowing Edges......I can't find it there! Is it not in photoshop CS6? This is especially frustrating because this is one of the most important parts of the tutorial and I've been working on this for hours only to find that Glowing Edges is missing.I'm using the free 30-day trial.

View 1 Replies View Related

Photoshop :: Smooth Edges?

Dec 14, 2011

Im trying to make some silhouette of objects.

I use the majic wand tool to get the shape and fill it in with a colour...

The end result is very jaggy... how i can make the edges smooth?

View 5 Replies View Related

Photoshop :: Unable To Get Edges Right

Aug 5, 2011

I've been using Photoshop CS5 to edit my photography for a while but have never bothered with masks until just recently. I watched this video and figured it would be fairly easy but I'm still having quite a bit of trouble getting results that look even halfway decent; I can never get the edges right. I've tried playing around with all the "Refine Edge" settings but nothing really makes it look realistic and un-manipulated, so I figured I'd ask here in case I'm missing something or doing something wrong.

To start out with I figured I'd try replacing the background of one of my photos with the background in another one of my photos, in this case some snowy branches. Here's a screen shot of the original photo (with the birds/foreground roughly selected with the Quick Selection tool):

And here it is after making that selection into a mask:

As you can see, some big chunks of three of the birds are missing and the edges are pretty obvious in a lot of spots. This is ultimately what I'm trying to fix.

A bit off topic, but also problematic are the gaps around the birds' legs where the red in the background shows through...not exactly sure what to do about those. In addition, I find the stripped, broken end of the branch sticking up in the middle of the picture to be a pretty big eyesore but haven't found a convincing way of removing it.

Anyway, here's a closer look at the edges:

When I check "Smart Radius" and increase the Radius size to about 40 pixels I get something resembling this:

...which is not really an improvement over the original IMO. I also tried painting in the radius manually along the edges of the bird's head using the Refine Radius tool but this only created more fuzziness around the edges. Increasing the "Shift Edge" value created even more fuzz. Using the Erase Refinements tool made the edges too sharp and bits of the bird started disappearing again, making it look similar to how it was originally.

Here's another example of the same thing on the outline of the third bird in the picture:

How it looked originally and...

...how it looked after messing around with the radius/refine radius tool. It's a slight improvement over the original but bits of the bird are still missing and there's that fuzz around the edges that I don't know how to get rid of.

By the way, here's a download link to the full-size original two photos in a zip file: Background and Foreground.zip

View 8 Replies View Related

Photoshop :: Brush With Wet Edges

Dec 6, 2008

Is there any way to get an application of a brush with Wet Edges to absorb seemlessly into a previously applied area of the brush with Wet Edges? As far as I can see, if you paint a bit, say in Pattern mode, stop painting, and then start to apply the brush again, the paint visibly overlaps the previously applied colour. This makes it impossible to easily create brushed watercolour washes without keeping your brush in contact with the paper (in my case a digital tablet) all the time; if you lift it off for a second, it applies a new coat of paint (or pattern) over whatever is there already. What I'd like is to be able to get a wet edges brush to meld seamlessly into a previously applied area of paint (or pattern).

Is this possible to achieve, please?

View 6 Replies View Related

Photoshop :: Glowing Edges

Jul 9, 2009

I was trying to turn a photograph into a pencil sketch. When I attempted to go:

Filter>Styalize>Glowing Edges, I find that Glowing Edges is de-selected and, therefore, is unavailable.

View 6 Replies View Related

Photoshop :: Edges Color

Mar 28, 2004

I have a jpeg and i'm looking to make the edges round and also make it blue. Just like the pic attached.

View 2 Replies View Related

Photoshop :: Torn Edges . . .

Apr 10, 2008

when i do callouts for trial demonstratives i would like to use a torn edge look . . . can't figure out how to accomplish this. anyone?

View 4 Replies View Related

Photoshop :: Jagged Edges?

Aug 3, 2006

When I want to delete the background and just have the object or person in the picture, I use the magic wand tool to delete the background then clean up with the eraser. BUT the outline of the object always looks jaggedy. This doesn't happen when I use photographs with the white background.

Is there some sort of trick I'm missing? Or do I just need more practice with the eraser tool?

View 3 Replies View Related







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