Illustrator :: Using Text As Selection - Select And Delete To Create Transparency

May 17, 2013

I am trying to create a very simple logo. Basically, I created two layers: one with the letter M and the other with the letter W. I now want to place another letter over top of them and then select it so I can delete the shape of the third letter from the other two and essentially be able to see the transparent background through the third letter.
 
I have done this in PS CS2 no problem, but I am trying to do it in illustrator so I can resize the design for anything from a business card to a billboard if needed. Bottom line is I need a solution that wont effect me being able to resize the vecotr to crazy sizes.
 
In the image below, the "S" is just a white letter. I need it to be a cut out through the M and W so that whatever Background it is on the page or document shows through that S space.

View 2 Replies


ADVERTISEMENT

Illustrator Scripting :: Random Delete A Selection Of Items

Aug 25, 2013

I am trying to create a script to specify a percentage of the selected items you want to remove.Here is what I have so far.
 
I still need to work out on the alert prompt and the if statement, but for now, I have the feeling that the selection.length keep changing each time Illustrator delete an object, and I don't know how to make it stick.
  
var selection = app.activeDocument.selection;
//alert prompt dialog for a percentage of deletion
for (var i = 0;  i < selection.length;  i++) {
    if (Math.random < 0.5) { //need to work out the percentage
        alert("yes")
        selection[i].remove();
    }
}

View 7 Replies View Related

Illustrator :: How To Create A Transparency

Aug 19, 2013

create a transparency?

View 5 Replies View Related

Illustrator :: CS2 - Can't Select Points With Direct Selection Tool

Apr 3, 2013

Noramlly in CS5 and any other version of Photoshop or Illustrator that I know of, if you click a point in an object, it will show the handles for transforming the line. As I'm creating something today, it works for a while and then stops. Yesterday I had the same problem. I drew a few things and then suddenly, the Direct Select Tool is not showing any transform handles.
 
I can get them to show if I can click and drag a box over the point, but this is slow and doesn't work well for layered art. I already tried resetting my illustrator preferences.
 
Also, in CS5 there's a simple icon that you can click to convert the currently selected point from a curved point to an angled point. Is there not such a thing in CS2?

View 3 Replies View Related

Illustrator Scripting :: Select Only Objects Within Selection Marquee

Sep 17, 2012

I am trying to find out if there is a way to select only the objects within a selection marquee? In AutoCAD you can make a selection window from left to right and only those objects entirely within the window are selected. If you window from right to left all objects that are "crossed" or touched by the window are selected. Is there a similar technique in Illustrator?
 
Currently I have to select the objects, then go back and hold the shift key to deselect the object I don't want, or put objects on different layers then lock layers to prevent extra objects getting selected.
 
In AutoCAD, my primary program, you simply draw a selection window, left or right, depending on what your next step would be. No special tools or toggles or thinking ahead, it's just the primary selection process and very intuitive.

View 4 Replies View Related

Illustrator :: How To Select Art (on Artboard) And Then Use Toggle Selection Of Layers

Dec 21, 2012

Any way to select art (on a artboard) and then use toggle the selection of the layers in you want to.... lets say colect in a layer? Collect in Layer is a command in the Layers panel flyout. It seems so tiedious to have to select each layer manualy that you have selected already on the artboard.

View 2 Replies View Related

Illustrator :: How To Create Transparency Between Objects

Mar 21, 2013

I have a circle with split into 5 segments (image A).All of the segments have a stroke (1px) of white, and a fill.
 
What I want is for the STROKE to be transparent so that when I position the 5 segments over a different background colour (image B) I see the colour underneath where the white stroke would otherwise appear. To recap - I would like to retain the width of the stroke, and make the stroke coloue transparent..

I've tried the Opacity setting, but this applies to the object, not just the stroke.

View 6 Replies View Related

Illustrator :: Direct Selection Tool To Select Multiple Objects

Nov 21, 2013

When I use the direct selection tool to select multiple objects that also contain an image within a clipping set, occasionally the clipped image is included in the bounding box, even if it and its clipping mask are not selected.  Selecting other objects includes them in the bounding box, but even after deselecting everything the bounding box around the image remains and the only way to remove it is to drag a handle (which resizes the image) and then undo the action.  Obviously this is annoying and seriously interrupts workflow.  I've had this issue ever since CS4.

View 10 Replies View Related

Photoshop :: Selection / Patch - Select Blue With Quick Selection Tool?

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

AutoCAD Visual LISP / AutoLISP :: Create A Selection Set Of Y Values Of Text?

May 9, 2013

What I am trying to do is create a selection set of the "y" values of text.  I've started by pulling out all the text on the drawing, but I need it to continue to grab only the "y" values of the text on the drawing.

(setq alltext (ssget "_x"  (list '(0 . "TEXT")) 
)  
)     

I've tried a bunch of different things but I am still new to lisp.

View 5 Replies View Related

Illustrator :: How To Cut Out / Delete Some Parts From Text / Letter

Jan 4, 2013

I want to delete some parts, pieces from that large black M letter. How can i do that?

View 16 Replies View Related

Illustrator Scripting :: Delete Some Text From Layer

Jan 3, 2013

what is the script to delete some letters from layer?For ex. I've "Layer XYZ" and I want "Layer XY".

View 9 Replies View Related

AutoCAD Inventor :: Create List Of Text Strings To Select From Defining Material Thickness?

Nov 7, 2011

Im trying to create a list of text strings to select from defining material thickness and then plug that selection into a global form custom iproperty called "MaterialDescription".. Also, is it possible to access and pre-enter field text edit items in iLogic?

View 3 Replies View Related

Illustrator :: Can Select Text By Clicking

Jul 16, 2012

I have been having a problem selecting objects in Illustrator. I am only able to select boxes and type by clicking directly on the path with both the selection and direct selection tool. Normally I can select  text by clicking anywhere on it. I have checked my selection preferences and have the "Object Selection by Path Only" box turned off.

View 6 Replies View Related

Illustrator :: Cannot Write Anything When Select Text Command

Jan 26, 2014

When I hit (t), i click anywhere and start to type but nothing shows up. its a blinking dot. Even if i make a text box, nothing will show up not even a blinking cursor.

View 1 Replies View Related

GIMP :: Delete Background With Transparency - Import Into Inkscape

Dec 28, 2011

I have followed this tutorial [URL] To delete the background which is white in this case. The area was selected with fuzzy tools, then transparency added. Deleted background. All worked well. Problem is, saving as a jpg will not include a white background, which I DO not want.

I want to import this image into Inkscape, and have the background on my business card to show up to the edge of the jpg image I have on the card.

So what can I save this image that had its background deleted into another format that does NOT add white as a background and imported into Inkscape?

View 1 Replies View Related

Illustrator :: Text Saved In PNG - Select Outline Of Image

Sep 16, 2012

i have a text saved in PNG is a text designed with an image.how can i select the outline in illustrator? in photoshop i need 3 click, open it, click rapid selection and click the image = done in illustrator what i have to do? i am capable only of open the file...

View 9 Replies View Related

Illustrator :: CS4 - Selection Tool Won't Allow To Resize Text Boxes?

Oct 30, 2012

Whenever I try to resize a text box with the selection tool, it won't allow me to resize. I tried the text tool as well, but it didn't work. I don't want to resize the text, just show text that is hidden. I'm currently using CS4.

View 2 Replies View Related

GIMP :: Transparency From Selection

Jun 25, 2012

I've to select an area ant turn the background transparent. Previously this was simple: select foreground, invert so background selected, toggle the transparency to 0% and hey presto, transparent background. Now when I do that it goes white.

I have tried using transparency - add alpha channel, and nothing happens: the menu stays there. Is that a glitch in y version of Gimp? and how can I now isolate the background and turn int transparent?

View 6 Replies View Related

Illustrator :: C2 - Select And Copy Ad To New Page Comes Up As Plain Text Without Images

Jun 7, 2012

All of a sudden, when I select and copy an old ad to a new page to update it, it copies without images and as plain text, all of the font selections are gone.

View 3 Replies View Related

Photoshop :: Can't Select Layers With Transparency

Apr 4, 2013

1. I can no longer nudge grouped layers. Photoshop complains that it cannot nudge layers in a group.
 
2. When I try to move a layer selected in the layer panel (or selected via ctrl-alt-right click), a click on the layer selects the layer effect above instead.It seems like there is some kind of click through enabled. If I click on a transparent part of the layer, the layer below get selected instead.
 
My first thought was that this had something to do with "Auto-select layer/group", but it's disabled. how can I go back to normal mode, so I can click anywhere in a layer, transparent or not, and move the items in it etc?(I'm using Photoshop CS6.)

View 1 Replies View Related

Illustrator :: Direct Selection Of Text Frame Anchor Points In CS6

Apr 24, 2013

Using the Direct Selection Tool I will often click and drag over one corner or side of a shape to select those specific anchor points. This works perfectly on a shape. However, I've noticed this doesn't work on a text frame. Using the same technique on a text frame results in all anchor points being selected. The only way, to my knowledge, to select specific anchor points on a text frame is to actually click on the anchor points themselves. If my memory serves me correct (Though there's a good chance I'm imagining things.) in past versions of Illustrator the aforementioned technique would've worked. What gives, CS6?

View 6 Replies View Related

Paint.NET :: Change Transparency On Selection?

Mar 30, 2013

I've been trying to make a Doll Maker, and it's come to my attention that I can't figure out how to make a selected area transparent! I just want to select what I want and then mess with the opacity; is that too hard to make it do!?!
 
I tried searching for this but turned up nothing. It'd be a really useful feature if it can't be done already.

View 1 Replies View Related

Illustrator Scripting :: Select All Text / Layers Including Locked Or Not Visible Using VBScript?

Feb 1, 2013

I'm looking for the most elegant syntax to loop through a document and select all the text frames.

View 1 Replies View Related

Photoshop :: Leaving Select Areas Unaffected By Transparency?

Sep 24, 2008

Is there some way I can leave select areas white and unaffected by transparency?

View 4 Replies View Related

GIMP :: Partial Transparency Using Foreground Select Tool

Oct 13, 2013

I seem to be getting only partial transparency when using Foreground Select Tool (as compared to Full Transparency when using Rectangular Select Tool)

I am pretty sure this was not the case the other day. I have tried resetting all Tool Options and looking through preferences for anything I may have changed but can't spot anything.

View 8 Replies View Related

GIMP :: Using Select Color Tool On Pixels With Transparency

Mar 28, 2012

I was using Paint.net but I've found it too limited. The GIMP has much more power and I can do a lot more with it, but I've found a few things I can't figure out how to do.

For example, when I use the Eyedropper tool () to choose a color, GIMP doesn't seem to include any transparency in the selection:   

The Colorpicker just chooses the color at 100% opacity. Is there any way to change this so that my new foreground color includes the transparency level?

View 4 Replies View Related

Photoshop :: How To Make An Image Selection Fade To Transparency

Sep 3, 2004

I have Photoshop CS and I want to know how to make an image selection fade to transparency.

Example, I select part of a photo, say a persons face, with the lasso select tool.

I want to make the boundries of the lasso selected area fade to transparent in a gradient style.

View 4 Replies View Related

GIMP :: Using Selection Deleting To Transparency Via Alpha Channel

Dec 12, 2012

I have removed the background from a photo using selection deleting to transparency via alpha channel. My dog was left. I then exported to png. When I try to upload the dog to use in a label, (Open Office), the back ground turns to white.

What am I doing wrong?

View 1 Replies View Related

GIMP :: Why Can't Cut (delete) A Selection

Mar 13, 2013

I 'open as layers' an image (a .bmp if that matters), use the rectangle-select tool to outline a portion of the image, then press Delete (or click Edit/Clear), expecting that my selection will be erased, but instead it deletes the entire picture.

I've been at this for an hour. "They" say that doing the same thing again and again and expecting a different result is evidence of insanity...

View 4 Replies View Related

AutoDesk Smoke :: Way To Easily Select A Bunch Of Geoms And Change Their Transparency

Jul 12, 2012

I have a Batch with 3 Action nodes inside. Each of these has multiple Geoms tucked away in groups.I only want to see some of the Geoms about half way through the clip.It's raised a few questions:

1) I can only think of animating their transparencies to make them appear at a certain point, is there some other way? Like if it was footage you could use the Timing in Batch.

2)I couldn't find a way to easily select a bunch of Geoms and change their transparency together, I could only do it by using Duplicate mode. But that takes all the parameters from the parent, what if you just wanted to alter one thing?

I could use an expression, but would I have to do that one at a time on all the Geoms?

3) What does the Parenting mode do exactly? can't you just parent thing while in Move mode? What does it add?

4) So I used Duplicate to link the Geoms to one in particular, it doesn't seem to have affected anything I didn't want it to (fingers crossed) and then used an expression on that to link it to a control axis for ease. Does that sound the easiest way?

5) And finally, I was just thinking it would be nice if I linked the transparencies to a control axis of some kind in the Batch, to affect all of the Actions. I half expected to find a 'Control Node' in the box Is there a particular node that would work well as a control axis?

View 2 Replies View Related







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