Illustrator :: Traces Of Shape After Using Opacity Mask And Importing To Photoshop

May 22, 2012

Macbook
OS X lion
AI CS5
 
I created this logo in Illustrator. I made my basic shapes with a pen tool, put a vector grunge texture over the top of the shapes and then used "make opacity mask" to get my grunge effect. As you can see in the screenshot of my illy it is all very clean and looking like it should. When you open my other picture you can see that once I transferred (cmd+copy cmd+paste) the logo into PS you can now see faint lines of where the shapes used to be *highlighted in red*. I also tried placeing the .ai file in ps but got the same effect. I am using all pantone colors on the logo, both documents are set to 300 dpi....err I cant think of anything else. PS is in RGB, Illustrator is in CMYK (but using Pantone)

How do I get my logo to look as good in PS as it does in Ilustrator?

View 23 Replies


ADVERTISEMENT

Illustrator :: Opacity Mask Slows Rendering?

Mar 19, 2013

I use a simple opacity mask on some equally simple (but large) artwork. It slows down the screen rendering so much as to make the file almost unworkable with the preview turned on.

View 1 Replies View Related

Illustrator :: Opacity Mask Artwork Link

Aug 28, 2012

So, I'm having trouble with CS6 Ai and the artwork link with the Opacity Masks...for instance, I have placed a black-white image that I am using as a "grunge effect" mask over a group within my artwork. The problem I am having is that when I do one of two things (move the artwork itself or copy/paste the artwork into another file) the mask does not remain. I have the little link selected on the opacity mask that says "Link to artwork".  I also tried "Expanding" the artwork to no avail. Am I missing a setting or something that would allow me to "finalize" a piece of artwork that has an opacity mask applied so that I can use it elsewhere?
 
I opened Ai on my office computer and tried an opacity mask and it worked as far as moving the artwork around within the same artboard. But, if I copy and paste the artwork to a new Ai file, the mask does not remain. Is this normal?

View 2 Replies View Related

Illustrator :: Opacity Mask Applied To Multiple Layers?

Feb 14, 2013

I'm trying to apply an opacity mask to multiple layers (which happen to be contained within a Layer Mask). When I make the Opacity Mask, it takes all of the stuff on different layers and compresses them to a single layer (see attached images). I would like to keep the data on their assigned layers for later editing. I've done this before, but I have a feeling I have a setting or pref de-selected somewhere. Could the layer mask be the culprit?

View 6 Replies View Related

Illustrator :: Transparency In Overlapping Objects Using Opacity Mask?

Jan 15, 2013

I'm in the process of drawing a site plan which contains buildings, roads and wooded areas.  I want to draw roads which go through the wooded areas.  I want both the road and the woods to be opaque except where the woods overlaps the road (I want the wood to be partially transparent at the overlap).  Example of the effect I want is shown below.  I don't get this effect when trying to use blending transparency modes.  I'm sure it can be done with the opacity mask but I've tried all sorts of combinations and not managed to get this effect.

View 9 Replies View Related

Illustrator Scripting :: JavaScript Create Opacity Mask?

Aug 14, 2013

I am looking for a way to create an opacity mask through JavaScript. My program has the correct items selected, I just can't seem to find any documentation about creating an opacity mask.  If I run the program as is, I just need to click one button ( "Make Mask") and the desired process is completed. Of course I would love to find a way to do this programmatically. 
 
If I cannot access Opacity mask, is there a way to manually do this through grouping and blending or something?

View 6 Replies View Related

Illustrator :: Copy / Paste Type Object With Opacity Mask

Dec 11, 2012

I'm using AI CS6;
 
I have a type object with an opacity mask created in one document. When I copy and paste this object into a new file the text is pasted without the opacity mask attributes. I can separately copy and paste the opacity mask object but then I face a tricky realignment to repeat.

View 5 Replies View Related

Illustrator Scripting :: How To Resize Or Translate Opacity Mask Along With Items

Jul 25, 2013

I'm trying to resize a opacity mask by doing
 
transMaskItem.resize(
  10, //scaleX,
  10, //scaleY,
  true, //[,changePositions]
  true, //[,changeFillPatterns]
  true, //[,changeFillGradients]
  true, //[,changeStrokePattern]
  0.1, //[,changeLineWidths]
)
 
This resizes the item, but it does not resize the item inside it. I tried similar command with the translation command
 
transMaskItem.translate(
100, //([deltaX]
100. //[,deltaY]
True, //[,transformObjects]
True, //[,transformFillPatterns]
True, //[,transformFillGradients]
True, //[,transformStrokePatterns])
 
and similar thing happened. The item gets moved, but the object inside it doesn't.
 
How do I resize or translate an opacity mask along with the items inside it?

View 5 Replies View Related

Illustrator :: Layers Palette Stuck In Opacity Mask Layer Mode CS6

Aug 22, 2012

I have two layers. Upper most with text is locked.Bottom layer is an image I have applied a transparency/gradient mask for the raster image. Now, seems my layers palette is stuck in a mode called 'Layers (Opacity Mask)'.Not seen this before, but this is CS6. How do I get out to the main, root level of the layers palette?

View 1 Replies View Related

Illustrator :: Using Rectangles To Mask Another Shape?

Oct 1, 2012

How can I take a shape with a gradient like in the attached image, and make it so other shapes like the series of rectangles mask the gradient so the gradient only shows through the rectangles?

View 5 Replies View Related

Photoshop :: How To Automate Global Vector Shape / Mask And Path Transfers To Illustrator

Sep 19, 2013

Using: WIN7, Adobe CS5, PS, AI
 
When I need to move a project from  Photoshop to Illustrator, I need an automated way to prep shape and vector mask items for export--preferably preserving the structure and layout that already exists as layer names and order, character and paragraph settings, and of course global registration. My scripting is limited to recording actions, so I need to find an existing script or get coached on this. Any recommendations?
 
I have googled and waded through numerous forum posts trying to research this on my own, so I know about the ability to export my path collection, but that's usually inapplicable in reality. It only deals with vectors from the Paths palette. In Photoshop, I use the Paths pallet to store master and WIP paths, but all the working paths are either shapes or vector masks--or active type layers. Often enough that it's become an issue, I'll need to move the whole project to Illustrator. Obviously, the process has issues; I'm not expecting the rastor layers or Photoshop styles to carry over, but I see no reason why I can't capture text, shape and vector mask elements.
 
They all have a vector component, but simply opening a PSD in Illustrator flattens (badly) the layers. I select the "Convert Layers as Objects" but have yet to see it extract editable text. I'm not sure if it even attempts to do anything with vector shapes or masks. I've got a process for moving a project one element at a time, using registration marks--but this requires turning text into shapes most of the time, especially if I am trying to preserve kerning and leading crucial to the layout. Maybe I just have not found the right info, and there is a way to transfer editable text without losing character and paragraph settings.
 
For now, I'd be happy to stop wasting time doing a ton of conversions and renaming by hand, just so I can preserve the work I've already invested.
 
One suggestion, posted under a multiple path export question, was to use scripting... but no one explored or explained how to go about it. I'm not asking for the impossible, however. I simply working out my own solution: if there is no application method for transferring the elements, try to script a method to prep those elements for export. Before I even attempt to reinvent someone's wheel, I am putting the question out there:
 
I kept at it and managed to open my current project PSD in AI with text and shape/mask vectors successfully--not as cleanly as I'd hoped but the relative positioning of things was acceptable. I am still interested in hearing people's suggestions on better ways to transfer work from one tool to the other, though. I know this is going to come up for me again and again.

View 1 Replies View Related

Illustrator :: Way To Mask Text With A Shape Without Rasterization

Oct 29, 2013

is there a way to mask text with a shape (ie text inside a square that gets clipped off if it goes off the square's boundry) without rasterization? All illustrator seems to want to do is to make a clipping mask the opposite way with the square being put inside the text. When I try to do it the other way it claims that is too complicated and will mess things up.

View 4 Replies View Related

Photoshop :: Mask Opacity?

Aug 13, 2012

When I make a layer mask and use my brush tool at 100% opacity you can still see some of the image below. It is as though 100% is only 98% or so.

When I merge down the layers the slight opacity shows on the flattened image. actually get 100% opacity?

View 2 Replies View Related

Illustrator :: Importing 3D Shape To Flash?

Oct 27, 2012

i have just made a 3D biljart ball and i should like to use it in adobe flash proffesional but once i import it it looks like it has lost its 3D properties and that is just somewhat a plain 2D image.
 
how can i use 3D shapes from illustrator in Flash?

View 7 Replies View Related

Illustrator :: Why Does Shape Made Using Clipping Mask Disappear When Merged

Feb 14, 2013

I have a pretty simple design. Some text and shapes all expanded and turned into outlines. I have one shape that was created by using a clipping mask. I am putting a vector distress pattern over the whole design (like I usually do and it works fine) well I merge them together and everything is completely fine except the shape created with the clipping mask it disappears..
 
more info: i actually released the clipping mask and I am still having the same problem with this object, it disappears when merged with the vector distress pattern.

View 1 Replies View Related

Photoshop :: Why Mask Opacity Only About 50 Percent

Oct 21, 2013

  My masks are all about 50 per cent in opacity lately but I can't see any control or method of making a 100 per cent mask. See above-- The A was masked by a black brush at 100% opacity. The Properties control has opacity set to 100%

View 3 Replies View Related

Photoshop :: How To Adjust Mask Opacity

Apr 20, 2008

When I create a channel mask I notice that the mask does not provide complete protection. The masked area is partly affected by the brush.

I figure that there must be an opacity setting somewhere that's not 100 percent but I can't find it.

Anybody know where that is?

View 3 Replies View Related

Illustrator :: Create A Shape With Pantone Color And Then Decrease Opacity In Color Swatch Palette

May 30, 2013

When I create a shape with a Pantone Color and then decrease the opacity in the color swatch palette, then go to my swatches palette and select "Select All Unused Colors"  it highlights the pantone color being used in the file.  In previous version, it never did this.   This is for CS6.  Any know fix for this?

View 2 Replies View Related

Photoshop :: Unable To Scale Shape Layers Layer Mask Independent From Shape

Sep 25, 2012

In Photoshop CS6, when you have a shape layer with a layer mask, and the two are not linked together, and the layer mask is selected, you should be able to scale the layer mask independently of the shape. What actually happens is the shape gets scaled and the layer mask stays untouched. In fact, even if you option-click on the layer mask to show the mask by itself, and then try to scale it, you still end up scaling the shape instead of the mask. Even if you go as far as to make a pixel selection of the layer mask and attempt to scale the pixels, the shape still gets scaled and the layer mask still stays put! Unbelievable!
 
This works correctly in CS4, but not in CS6 (don't know about CS5).

View 8 Replies View Related

Illustrator :: Clipping Mask Not Working - Shape Filled With Solid White

Sep 10, 2012

I have created a compound path in illustrator and when I try to make a clipping mask, rather than revealing the image behind the path, the shape is filled with solid white. I am able to successfully make the mask using one shape or the other, but once I create the compound path, I just get this white fill.
 
I am in CS5 on Mac OS X (Snow Leopard). See screenshots below.
 
The two shapes still separated.

The compound path.

After I make the clipping mask.

View 2 Replies View Related

Illustrator :: How To Simplify Complex File - Multiple Embedded Live Traces

May 15, 2013

I have created a piece of artwork in illustrator which is to be printed 4x3m for a wall mural. Therefore the file I am working with must either be a vecor or a large enough raster to be printed at such as size. I have set it up at 1 to 10 so its currently A3ish size. Each component of the collage is a separate ai file and contains many points as they are all live traces. It was no problem linking in all these initially but I now need to embed them so as I can give the printers a complete file. I have succeeded embedding every image apart from one last complex one which is crashing the whole thing. Are there any settings I may be able to change to reduce the file size or simplify the graphic (whilst remaining vectors.) Below is the file with the linked images and also the outline of the embedded version so far. The problem I am having is basically because of the final output size required.

The only thing I can think of doing is opening each separate component and saving as a raster then relinking these - but will this be even more problematic for illustrator that thousands of vector points? I can do it in photoshop if needs be but as the final image is to be printed 4x3m will this be too large to handle? The ai file with all images linked was 25MB but now 500MB with the sky still to embed.

View 7 Replies View Related

Photoshop :: Shape Opacity

Dec 7, 2008

how do you change the opacity of a shape? also how would I put a border on that shape?

View 2 Replies View Related

Photoshop :: Can't Paint At Full Opacity In Layer Mask In CS6 64 Bit Windows 7

Oct 31, 2012

A problem has developed in my photoshop CS 6 64 bit on windows 7. I can't paint at full opacity in a layer mask. It is like an 75 % opacity brush. I have gone back to the default brushes soit is not the particular bursh. My brush settings are all at 100%, mask density is 100% , the blend mode is normal,-can't think of where else to look for the solution.The brush works just fine when I am not in a layer mask.I updated the graphic card driver and also the wacom intuos driver. It has to be somewhere in photoshop CS6 as when I go into my older version photoshop, cs5, the mask opacity works works at 100 % opacity.

View 6 Replies View Related

Photoshop :: How To Keep Same Opacity To Vector Shape Using Pen Tool In CS6

Aug 27, 2013

I have been using the pen tool for more than 2 years already, but when I started using CS6, I have lots of difficulties using the pen tool. I use the pen tool for vector portraits and I need to use opacity 8 for every vector.

But when I add another shape on top of it, it gets back to 100% opacity, so I have to change it to opacity 10 again. This has caused me to spend a lot of time on something else than trying to make my work quick and fast.

View 2 Replies View Related

Photoshop :: Changing Opacity / Blending Mode Of Clipping Mask Makes It Green?

Sep 26, 2013

In CS6 I created a clipping mask with an image above a type layer, and when I lower the opacity of the image layer, it starts turning the color of the text green? Why is this?
 
1. How could I lower the opacity of the image inside the text?
 
2. The same thing happens when I try to change the blending of the clipping mask with the text layer beneath it. Why is turning green?

View 4 Replies View Related

3ds Max :: Create A Complex Shape With Opacity Map

May 29, 2012

I am trying to create a complex shape with an opacity map. To keep things simple, consider an egg shape with heagon shaped windows. I have tried to create a solid / shell with boolean cut-outs, but getting these windows at the right angles is becoming very difficult.So, I tried a CV Surf with an opacity map. This allows for the windows to work well, but there is no depth to the surface.Is there a way to add depth to a CV surf object? Also, I want the map of the interior to be different from the exterior. A solid will have a ton of polygons, making mapping a huge time sink.

View 1 Replies View Related

Photoshop :: Completely Remove All Traces Of

Nov 6, 2008

I have recently installed Photoshop CS3 Extended but there was a problem with the serial number on the box. Adobe have issued me a new serial number to use. I uninstalled it all but when i reinstalled it, the original serial number is still there.

How do i completely remove all traces of Photoshop CS3 Extended from my computer so that i can reinstall it with my new serial number? This is a full retail version used on a Windows XP system.

View 6 Replies View Related

Photoshop :: How To Transform A Mask On Shape Layer (CS6)

Aug 8, 2012

I've unlinked the layer mask from the shape layer, and made sure the layer mask thumbnail is selected in the layers palette.
 
If I do a cmd-t on OSX to transform, Photoshop (CS6) selects the shape layer path to transform instead of the mask layer, even though the mask thumbnail is still selected and even if I have a marque selection.Is this a bug?

View 1 Replies View Related

Photoshop :: Custom Shape Gradient Mask

Jul 1, 2004

is there any way in photoshop cs to create a gradient mask inside of a certain shape, so that the gradient is black on the edges and turns white when it reaches inner parts of the shape?

View 7 Replies View Related

Photoshop :: When Making Buttons Why Use Vector Mask Shape

Sep 21, 2006

I see it done all the time?

In fact why use shape vector mask and when should I not?

View 2 Replies View Related

Illustrator :: Editing Mask Path Transparency Throws One Out Of Mask Mode

Dec 30, 2012

While creating various circular masks with a radial gradient from white to black, whenever I change the blending mode of the mask path Ai will throw me out of mask mode into layer editing mode. Since this is on a large document of ~2Gb file with multiple artbords for large poster & UI refresh speed is slow, this has become quite frustrating. Is this normal Ai behaviour?

View 3 Replies View Related







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