Photoshop :: How To Create Rectangle Around The Image

Jul 10, 2006

I have a image with white background that I need to print and then cut with a scisor.
The problem is that as the background is white I don't know where to cut, so I can I make a rectangle, like a border, with just a line, so when I print it, I can know where to cut it.

View 6 Replies


ADVERTISEMENT

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 :: 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 :: Turn 2D Image Into 3D Rectangle

Jul 19, 2007

I am going to sell photos on canvas, which is a 1 by 1.5 meter picture wrapped around the edges of about 1.5 cms.

How on earth do I use photoshop to display this. I want be able to see one side of the rectangle and obviously the front.

View 9 Replies View Related

Photoshop :: Turning Image Into Rounded Rectangle

Jul 7, 2013

I have a small image of 125 px x 125 px (a small web ad) that is currently a rectangle. Is there a way to change it to a rounded rectangle?

View 2 Replies View Related

Photoshop :: Add Rectangle Shapes To An Existing Image

Nov 25, 2005

I need to add rectangle shapes to an existing image.

I tried using the rectangle tool but each time i click on the background option after the rectangle is drawn, it disappear.

The rectangle will only appear again when i select the rectangle shape from the layer panel.

Is there anyway where i can make the rectangle show on the image?

i tried reading up some of the thread posted and i saw some thread mentioning doing something to the path. How is the path used?

I'm not really familiar with using paths and layers, so i need a really layman's term of explaination.

For more info, i actually set the colour of the rectangle fill 100% opacity 100%.

anyway wat is the purpose of setting opacity?

cos i tried ranges between 0 - 100 and there doesn't seem to have much difference.

View 1 Replies View Related

AutoCAD .NET :: Create Rectangle Using AddVertexAt Using Point3D

May 16, 2012

I've got my code to create a rectangle just fine, however i've noticed it doesn't take "Z" coordinates at all. I've got through the code and found my issue to be at these lines;

BlockTableRecord btr = (BlockTableRecord)tr.GetObject(db.CurrentSpaceId, OpenMode.ForWrite);using (Polyline pline = new Polyline()){ pline. Add VertexAt (0, new Point2d(LowerLeft.X, LowerLeft.Y), 0.0, 0.0, 0.0);pline.AddVertexAt(1, new Point2d(UpperRight.X, LowerLeft.Y), 0.0, 0.0, 0.0);pline. Add VertexAt(2, new Point2d(UpperRight.X, UpperRight.Y), 0.0, 0.0, 0.0); pline.AddVertexAt(3, new Point2d(LowerLeft.X, UpperRight.Y), 0.0, 0.0, 0.0); pline. Closed = true;btr.AppendEntity(pline);tr.AddNewlyCreatedDBObject(pline, true); }

 I need to use a Point3d in order to add "Z" but apparently the pline.AddVertexAt only allows for a Point2d.

View 7 Replies View Related

Xara :: How To Create A Rectangle With Only 2 Rounded Corners

Jul 3, 2012

I would like to create a rectangle with only 2 rounded corners. The other 2 corners I would like to leave 90 degrees.How would you do this in Xara?

View 3 Replies View Related

3ds Max Modeling :: How To Create Object That Morphs From Rectangle

Jan 8, 2014

I have to make a piece of geometry that joins a rectangle peice of duct to a circular peice. It doesn't need to be hollow...the inside will never be seen.
 
I've tried a few things but modeling isnt my strong suit.
 
Max 2014 (SP2)
Win 7 64-bit; Dual Xeon E5-2687W @ 3.10 GHz; 64 GB Ram
NVIDIA GeForce GTX 570; Quadro 4000

View 6 Replies View Related

Illustrator :: How To Create A Borderless Coloured Rectangle

Aug 8, 2012

This is probably quite simple but the answer eludes me. What I want to do is to create a borderless coloured rectangle (which I can do!), then drag text over it and cut the text out so it leaves the original rectangle with transparent text if you know what I mean.
 
I can easily do this in PS with the magic lasso but obviously I lose the quality when re-importing it back into AI.

View 12 Replies View Related

Illustrator :: How To Create A Rectangle Per Entering Dimensions

Oct 18, 2013

how to create a rectangle per entering dimensions rather than by drawing it

View 1 Replies View Related

Illustrator Scripting :: Create A Rectangle Around Object?

Oct 3, 2012

Can this be done in illustrator scripting??
 
[URL]
 
creating a rectangle around selected object or objects and set margins...

View 8 Replies View Related

Photoshop :: Masking :: Cut Out A Rectangle With Round Corners From Image

Mar 7, 2007

I"m trying to cut out a rectangle with rounded corners from one particular image. Is there a way to do this with a masking tool?

View 4 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

CorelDRAW Graphics Suite X5 :: Rectangle Tool To Create A Box

Apr 29, 2011

I just got CorelDRAW X5 a few days ago.  Until then, I had never drawn anything on a computer..Suppose I use the rectangle tool to create a box.  How can I remove one of the edges ?  That is, how do you remove a line-segment from a filled-object ?

View 12 Replies View Related

AutoCAD .NET :: How To Create Good Rectangle For Block With GeometricExtents

Feb 3, 2013

i have created a block with n attribute.i insert the block with attribute filled with fields.I send the commande "Regen" for update field.

Now i want to add a rectangle in the block définition.I use GeometricExtents. it works fine only when then the rotation is 0 and UCS on UCSW.how i can create the line with the 4 points ? I want the line include all entity in my block def.I joined a zip with : 2.dwg is the XRef in 3.dwg

My bloc show info from xref (2.dwg).in the dwg. the bloc contain a line. The libe i manualy added when i create the blockreccord

View 6 Replies View Related

AutoCAD Inventor :: How To Make Rectangle Into Create Path

Jan 4, 2012

I tried to make rectangle and get into create path.but i don;'t know hot to.First I made Rectangle

Dim Rectangle as SketchEntityEmulator
Dim SplitPath as path
Set Rectangle = SketchPlane.SketchLines.AddAsTowPointRectangle(Point1, Point2)
then I tried Rectagle into Path
PartDef.Features.CreatePath(Rectangle)

But There is a error...How i make Path from Rectangle? then I tried to SplitFaces.

I Got Face from HoleFeature.
I Got Face like this.
Dim oFace as Face
Set oFace = HoleFeature.Faces.Item(1)
and For Split I Add Face to FaceCollection like this
Dim oFaceCollection as ObjecCollection
Set oFaceCollection = ThisApplication.TransientObjects.CreateObjectCollection
[code]....

View 1 Replies View Related

GIMP :: How To Create A Rectangle That Is Transparent With Rounded Corners

Jan 10, 2012

I am having lots of difficulty with this. I'm trying to create a rectangle that is transparent with rounded corners but I need the rounded rectangle outlined. Now I know how to create a rounded rectangle what I am doing for that is the following;

creating an image, selecting add alpha chanel, then selecting rounded rectangle, invert then cut.

The problem is I need the rounded rectangle outlined. When I try to use the paintbrush with stroke it outlines the image but when I go to save it it saves the whole image including the cut corners.

In essence. I just want to make a rounded transparent rectangle. Then have it outlined. This would be for a web page.

View 7 Replies View Related

GIMP :: Create Fixed Size Selection Rectangle

Sep 10, 2011

Is there a way to create a fixed size selection rectangle that I can use whenever I want to take a selection from a larger image? Currently, I'm am doing this by trial and error and it's not fun.

View 2 Replies View Related

AutoCAD 2013 :: Create Simple Shape For Rectangle

Nov 6, 2013

I wanted to create simple shape for rectangle such that its dimensions are selected from the block table. For that purpose, I have constructed the required constrains (geometric and dimensions) and then a “block table” (attached). 

As I tested the behavior to have 1X2 rectangle (attached), I got a rotated one (attached)!-

View 2 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

Xara :: How To Create Rectangle With Correct Dimensions For Use In HD Video Menu

Jan 27, 2014

I want to create a rectangle with the correct dimensions for use in a HD video menu. It will be filled with graphic elements as well as text boxes. As referenced in the title it is for a 16x9 aspect ratio. I tried creating a rectangle 16"x9" but that looked too big.

View 4 Replies View Related

Xara :: Fill Rectangle With Noise And Create Bitmap Copy

Sep 25, 2013

I don't know if it is the update or not but every time I fill a rectangle with noise and create a bitmap copy and try to erase the white with Medhi eraser classic XP&GD and XDPX now stops working. I have tried this over and over with the same result, or should I say lack of a result? All I am trying to do is make a star field. This is the same basic method I used before to create animated snow..

View 7 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

CorelDRAW Graphics Suite X4 :: Create Postage Stamp Effect Around Exterior Of Rectangle?

Feb 9, 2012

How could I create a 'postage stamp' effect around the exterior of a rectangle -- other than typing a series of "V"'s around the perimeter?

Let not the one who says it can't be done interrupt the one who is doing it.

View 14 Replies View Related

Paint.NET :: How To Make Image Into A Rectangle

Oct 17, 2013

I have a picture of a gravestone on the wall of a church. Because of access I had to take the picture from below so that the resulting image is a regular trapezoid, being longer at the base than at the top.

How can I make the image into a rectangle? Effectively I need to expand the width of the image at the top whilst keeping that at the bottom the same, with everything between being expanded in the right ratio. I am not worried if the images of the brickwork around the stone are distorted - I can remove them. 

View 2 Replies View Related

GIMP :: How To Bind Rectangle Selection Within Image

Jan 24, 2013

In Photoshop, when I make a selection of an image, the rectangle selection tool stays within the bounds of the image (layer). I would like to do this in GIMP, but the selection is allowed to extend beyond the photo, and basically select blank space.

Basically, I would like to do this so that I can have a fixed ratio box and be able to move it to the very edge of the image without having to worry about making sure the cursor lands exactly on the edge. I'm sure it is a simple option to select somewhere

View 2 Replies View Related

Illustrator :: Can't Remove Rectangle In Middle Of Image

Aug 5, 2013

Yes, I'm new to Illustrator. Every time I open up a previously made image, usually a jpg of an illustration I did by hand, there is an outline of a rectangle right in the middle of my image. I have no doubt I put it there while doing something else. But, now it shows up in all the images I open in Illustrator. What I might have done to create this, and better yet, how I can get rid of it? I'm using Illustrator CS4.

View 10 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 :: How To Select Portion Of Image Using Rectangle Tool

Nov 27, 2012

I'm brand new to GIMP, I just downloaded it to get into some simple pixel art.

I was going fine, but I've run into a problem. I'm trying to select a portion of my image using the rectangle tool, and then move it to a different location using the move tool. However, when clicking and dragging the move tool it shifts the entire image, not just the portion I have selected. I read in the FAQ that you need to press "Enter" to finalise the selection before you move it, but even doing that doesn't work.

This was working fine for me earlier, I'm not sure what I've done to break it. I've tried resetting my tool preferences back to defaults but that has not worked.

View 1 Replies View Related

GIMP :: How To Get Rectangle Select Tool To Move The Image

Oct 20, 2013

I've been wondering how do you get the rectangle select tool to move the image, like in mspaint whenever I use it, it just moves the rectangle square and not the selected part of the image.

View 2 Replies View Related







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