Photoshop :: Dotted Rectangle Border

May 30, 2005

wanna make a rectangle with a dotted border...

View 8 Replies


ADVERTISEMENT

Photoshop :: Dotted Rectangle

Jul 14, 2004

i want the borders to be from dots, instead of straight lines

View 4 Replies View Related

Photoshop :: Dotted Border

Feb 15, 2005

i saw these pictures on a site with a dotted border and i was thoguht hey that looks cool i could it,

View 7 Replies View Related

Photoshop :: How To Create Dotted Or Dash Rectangle

May 5, 2012

Is there any easy way in Photoshop CS3 or later Extended to create "dotted or Dask" rectangles? I am talking about the border of the rectangle to be "dotted or dash" line rather usual line? If there is any Action script (free) that will be fanatic.

View 2 Replies View Related

Photoshop :: Rectangle With Border

Mar 24, 2005

How do one create a rectangle in photoshop with borders (or just the outline) and no fill colour? How can the border thickness be defined?

View 2 Replies View Related

Photoshop :: Border Around Gradient Filled Rectangle

Apr 13, 2012

I have Photoshop CS and I am not sure how to create a rectangular box (in the corner of a photo) with a black border of about 3px, and the inside of the box should be colored in an orange-yellow gradient.
 
Then I want to create another rectangular box (in a different corner of the same photo), again with a black border of about 3px, and the inside of the box should be a straight white.
 
I have tried it using the rectangular marquee tool and then going to Edit | Stroke (3 px), but the border itself is colored orange/yellow. I click the gradient tool and that part seems OK, but I end up with an orange/yellow gradient framed by a yellow border - and not a black one.

View 2 Replies View Related

Photoshop :: Creating An Empty Rectangle With A Border

May 20, 2004

I know how to do it in Fireworks, but want to use PS to achieve the task ... so basically want to create an empty box, circle or whatever shape with a border x pixels wide.

The way I do it right now is to make a black rectangle, then fit a smaller white rectangle inside it, and delete the overlapping black area, that leaves me with just an outline of whatever width I choose.

View 3 Replies View Related

Photoshop :: Border Around Auto Shapes (such As Rectangle)

Jun 21, 2007

I want to draw a semi transparent rectangle using the rectangle tool. i do this, and set the layer opacity to 40 or so. the rectangle goes transparent but the very edges of hte rectangle seem to be less transparent, as if they are drawn in with a white pensil. how do i create a rectangle with no edge?

View 9 Replies View Related

Photoshop :: Creating An Empty Rectangle With A Border

May 19, 2004

how to do it in Fireworks, but want to use PS to achieve the task ... so basically want to create an empty box, circle or whatever shape with a border x pixels wide.

The way I do it right now is to make a black rectangle, then fit a smaller white rectangle inside it, and delete the overlapping black area, that leaves me with just an outline of whatever width I choose.

View 1 Replies View Related

Photoshop :: How Do I Create A Rectangle With A 1px Border, No Fill?

Jul 9, 2009

I just want a one point thick border rectangle with nothing filled. I tried using the rectangle marquee and stroke. Doesn't work. I tried the rectangle tool and rasterized, it disappeared.

Using PS CS 3.

View 2 Replies View Related

Photoshop :: Rounded Rectangle Frame/border Around An Image

Mar 6, 2007

way to make a rounded rectangle frame/border around an image.

View 2 Replies View Related

Photoshop :: Created A Solid Rectangle W/rounded Border

Jul 5, 2008

I'm trying to create a solid-color rectangle with rounded edges (feather of 5px). This seems like it should be simple, but I'm having a problem: I use the Rectangular Marquee tool to create the rectangle and then the Paint Bucket tool to fill in the rectangle. When I do this, the edges of the rectangle are fuzzy. I would like the edges to be hard (not fuzzy). Under the Paint Bucket options, Anti-alias is unchecked, the Mode is Normal, and the Opacity is 100%.

I notice that when I try to create a rectangle without rounded edges, the border is not fuzzy. Why does it become fuzzy when I try to create a rectangle with rounded edges?

View 3 Replies View Related

Revit :: Border / Rectangle Showing Up In Room Tag

Jul 26, 2013

I have a rectangle (looks like a label border) showing up in my room tag.  It's a simple tag taken from the OOTB room tag family.  I'v re-edited the family, checked the parameters and values.  All label borders are off, but this one looks like its either part of a separate, invisible label or a separate rectangle that I can't find to delete.

View 2 Replies View Related

GIMP :: Scale Border Around Rectangle Or Square?

Nov 29, 2011

I’m trying to figure out if there is a way to scale a “border” around a rectangle or square? Or, put another way, keeping an image the same size, but enlarge an inner rectangle or square without cropping the “border.” To try and add context, imagine a bezel used for an arcade machine. A border with a cut-out in the middle to view the screen. Imagine you wanted to preserve the information on the bezel border, but increase the size of the cut out.

[URL]

View 2 Replies View Related

Illustrator :: How To Make Rounded Rectangle With Inner Border

Jul 2, 2013

I am working in cs6 for Illustrator and Photoshop.  I would like to make a rounded rectangle with an inner border.  The area between the two borders I would like to add a decorative paper that I created in Photoshop.  The large center remains white.  I've tried clipping it, but apparently did not do it correctly. How to accomplish this?

View 10 Replies View Related

Photoshop :: Creating Dotted Lines/dotted Circles

Sep 15, 2004

is PS 7 able to do dotted lines and circles? If I create a selection (circle or rectangle) can it render dotted lines?

View 2 Replies View Related

CorelDRAW Graphics Suite X5 :: A4 Page Border Rectangle

Jun 1, 2011

I use the default page very unusal way by keeping the width & height with max. page size. I need your favour as if i want to A4 page border i am going back again and choose a4 page and double click on the rectangle to achieve it and again i choose by max. page.

create a a4 page border, or any preferred size for executing them using shortcut while keeping my max. page size.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Combining Two Dotted Pairs Into A List Of Dotted Pairs

Jul 17, 2013

I am trying to add dotted pairs to a list of dotted pairs one at a time in a loop, but I cannot get through one iteration.

The pseudo code is basically
 
(while (/= nil readline) (if = 0 count (setq 0list (cons 8 readline f))
(count = count + 1) (else (setq 0list (append 0list (cons 8 readline f)))
(count = count + 1)
)
)

The program gets the layer name from a text file and makes a dotted pair out it. When it iterates for the first time it puts the dotted pair into 0list. When it iterates the second time I want it to take the next line make a dotted pair and append 0list.

I keep getting error:bad list and I am assuming it is because it is trying to append 0list which only has one dotted pair in it and is technically not a list. I am not sure.

I have like three different versions of the same code I have tried. Any way to read a layer name from a file make a dotted pair and add the dotted pairs to a list of dotted pairs one at a time that would be amazing.

I get the reading and making a dotted pair part. I just can't get the dotted pairs to add to a master list.

View 9 Replies View Related

Photoshop :: Rounded Rectangle With Other Layers As Actual Rectangle

Feb 14, 2011

I have 4 layers (background, layer1, layer2, layer3-text). They fill all 300 x 600 pixels that comprise the .psd/future image. What I want to do is use a rounded rectangle to encompass all of the other layers, so that the surrounding pixels (around the rounded rectangle) are transparent.

I want all of my current layers to be the content of a rounded rectangle.

View 1 Replies View Related

Photoshop :: CC / Convert Rectangle To Rounded Rectangle?

Jun 28, 2013

I saw that the Rounded Rectangle properties were not available on the regular rectangle (to change corner radius).

View 5 Replies View Related

Illustrator :: Convert Expanded Appearance Rounded Rectangle Back To Sharp Cornered Rectangle

Mar 12, 2013

Any quick tips to convert an expanded appearance rounded rectacngle back to a sharp cornered rectangle?

View 6 Replies View Related

GIMP :: Extend Drawing Border And Change It From Square Outer Border To Round

Nov 11, 2012

I have a drawing that has a white background.

I would like to add more to the white background to make it bigger without having to stretch it and distort the image.

I want to place a circle shaped outline border around the original image with a set border thickness and color and be able to crop/remove the portion of the image beyond the outline, changing it from a square/rectangle image to a circular image.

If I am not able to change the drawing to have a round outer border from square, how can I make the outer parts past the newly created circular outline transparent?

View 6 Replies View Related

AutoCAD Civil 3D :: Plot Border To Cover Entire Sheet Border Instead Of Just Bottom Left Corner

Feb 19, 2013

Per the attached exhibit, how to get the plot border to cover the entire sheet border instead of just the bottom left corner.

View 1 Replies View Related

Photoshop :: Dotted Strokes?

Dec 13, 2003

How do I make a stroke pattern that will give me a dotted stroke?

View 4 Replies View Related

Photoshop :: Dotted Line

Apr 5, 2003

how do I make a dotted line in photoshop?

View 4 Replies View Related

Photoshop :: Dotted Line

Feb 24, 2003

how do you quickly make a rectangle with dotted stroke in Photoshop?

I am trying to emulate rectangles.

So far I've been jumping back and forth from Illustrator and this is getting tiring.

View 4 Replies View Related

Photoshop :: Fill In A Dotted Area?

Feb 18, 2013

it's regarding this image. Originally it was very dirty in the background (still is if you look at the striped mountains and cottage), and I've tried making it white by playing around a bit with the curve adjustments. Obviously the results weren't as white as I wanted them to be, so I decided to dodge some areas (on the other parts of this picture which I didn't include). Later on I decided to pick up the bucket tool.

It works very well, but now I'm having this problem. If you look at the red ground, it's all dotted. However, the bucket tool filled up some of these dots too, making the ground very thin.what I can do about this?how I can make the background white (the quicker the method the better!) in case the curve adjustment settings doesn't properly work?

View 16 Replies View Related

Photoshop :: Create Dotted Lines In JPG

Aug 25, 2011

I need dotted lines in the jpg I'm creating (per client's request). Anyway to create that in Photoshop?

View 2 Replies View Related

Photoshop :: Stroke - How Do I Design A Dotted...

Jun 11, 2008

Im using photoshop CS3 on a PC and am working on a photo where I have filled in people's faces and now need a dotted outline.

View 2 Replies View Related

Photoshop :: Dotted Gradient Effect?

Mar 24, 2004

to create a dotted gradient effect as shown in the below image.

View 6 Replies View Related

Photoshop :: How To Get Alphabets In A Dotted Form Like This

Dec 12, 2008

I am making printables for these parents in their own native language and to start with I am choosing Hindi. I need to be able make Hindi alphabets in a way that will help these kids learn how to write.

View 3 Replies View Related







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