Photoshop :: Gradient Text..?

Aug 11, 2008

Im making a nba2k9 cover and the logo for nba 2k9 is white n red. i can color them different colors with the paintbucket but as seein in this link the guy making them can do different gradients? it looks really cool. cant contact him as i have to join their monthly pay plans. The logo is just one picture that he cut from the logo

so i want to color the words as seen in this picture. as you can see they are orange and blue and have that cool white glow in them.

View 5 Replies


ADVERTISEMENT

Photoshop :: Gradient Text And Aliasing

Apr 2, 2008

I'm trying to apply a gradient to a piece of text. I do this by using the magic wand tool to select the text I want the gradient applied to and apply it.

However, after deselecting the selection, I can see that the gradient has aliased edges that are very visable at 100% zoom.

View 9 Replies View Related

Photoshop Elements :: Add A Gradient To Text In 11?

Jan 3, 2013

I'm trying to make some text have a gradient color. I write the text, simplify it and then use the gradient tool normally, however, it's applying the gradient to the entire layer instead of just the text. how to add the gradient and followed the insturctions but it's still not working.

View 5 Replies View Related

Photoshop :: How To Apply Gradient To Front Of 3D Text

Aug 25, 2012

I'm trying to create some 3D text where the front (facing towards the user) side of the text has a gradient applied to it. I've tried applying the gradient before extruding it but as soon as you make it 3D the gradient dissapears. And there doesn't seem any options to apply a gradient in the inflation material layer. I'm sure this is possible though

View 9 Replies View Related

Photoshop :: Transparent Text Over A Css Gradient Background

Dec 5, 2006

I have created a gradient background in photoshop and positioned this on my webpage using css.

I thought it would be nice to create some page titles in photoshop instead of using regular fonts.

Something that has always stumped me, is whenever I have created text on top of a transparent background using photoshop, saved for web, gif @ 256 colours and applied to the webpage, no matter what I do the text always look frazzled around the edges. Is there a technique to creating transparent text that looks smooth?

Do I need to increase the dpi?

View 3 Replies View Related

Photoshop :: Creating Custom Text Gradient

Nov 7, 2008

I need step by step gradient text instructions for Photoshop WITH TWO CUSTOM COLORS GOING FROM TOP TO BOTTOM.

How do I (instead of using the preset color choices) make a custom gradient? I am trying to create text with a top to bottom gradient of green (#228B22) down to aqua (#40E0D0).

View 1 Replies View Related

Photoshop :: Creating Custom Color Gradient Text From Top To Bottom

Nov 7, 2008

I need step by step gradient text instructions for Photoshop WITH TWO CUSTOM COLORS GOING FROM TOP TO BOTTOM.

How do I (instead of using the preset color choices) make a custom gradient? I am trying to create text with a top to bottom gradient of green (#228B22) down to aqua (#40E0D0).

View 2 Replies View Related

Photoshop Elements :: Add Gradient As Stroke To Text Instead Of Solid Color For 10?

Apr 26, 2013

I have PSE10 and i got thsi urge to add a gradient as the stroke to a text, but don't know  how...

View 6 Replies View Related

GIMP :: Apply A Gradient To Text

Mar 21, 2013

I am having a problem with my Text to Path, specifically, I want to apply a gradient to my text, however when I make my path and select my text, the outline only appears over part of my text and thus I am not able to apply the gradient to the entire block.

Edit:
It seems like there is a character limit for this type of text, because I added some characters and it shrunk my selected area further.

View 1 Replies View Related

Illustrator :: Text Gradient Not Working

Aug 10, 2012

I'm trying to add a gradient to my text but it seems like it's not working anymore. It was working just yesterday.I've browsed other discussions and it seems like a "Type" problem. However I tried adding a Fill and it still does not work.

View 4 Replies View Related

Photoshop :: Possible To Create Gradient Similar To Radial Gradient

Jan 17, 2013

Is it possible to create a gradient similar to radial gradient, except that the shape is other than circular? This image would be the starting point, but I would like the white part fading to black to be another shape (say, a rectangle, a banana, etc.).

View 5 Replies View Related

Photoshop :: Gradient Editor Doesn't Load Gradient In CS6

Jul 9, 2012

I've been experiencing problems with the Gradient editor since I got PS and the problem is that whenever I create a gradient through the gradient editor and then load it, it does load it and instead just duplicates the ones that already exist.
 
I save all gradients at:
 
C:UsersRHAppDataRoamingAdobeAdobe Photoshop CS6PresetsGradients
 
However it does (mostly) work when I import pre-made (from web) Gradients.
 
I don't know why this happens but it also did the same thing when I had CS5.5!

View 3 Replies View Related

Paint.NET :: Create Gradient Fill Text

Sep 21, 2012

I want to create a gradient fill, top to bottom of some text.To do this, I'm creating my text in a solid colour (can't seem to find a gradient fill on the text tool), then wand selecting the background inverting the selection then applying a gradient.

Unfortunately, applying the fill seems to make the text lose all smoothness (anti-aliasing?).I've tried feathering (using Boltbait) but even at 1 it's too aggressive and the text ends up too skinny.

How to maintain the anti-aliasing but also have a gradient.

View 2 Replies View Related

Illustrator :: Text Taking A Gradient When Placed In Perspective

Jun 13, 2013

Looking at the AI file available here (in the Public folder of my Dropbox), why the text takes a gradient when I place it on a perspective grid? I'm not able to see anything in the Appearance panel that gives me a hint. It may be obvious to someone without even needing to open the file . . . see pictures attached.

View 2 Replies View Related

Illustrator :: Gradient On Multiple Lines Of Text?

Aug 20, 2013

I want to apply a gradient to multiple lines of text so that the gradient flows throughout all of the text and not just line by line. 

View 5 Replies View Related

Illustrator :: Filling Text Art With Gradient Or Pattern

Oct 4, 2012

I'm trying to fill some existing arts (path, text, compound) with a just created gradient or a pattern loaded in the swatch..To achieve that I'm trying to change the path style:

GetPathStyle (myArt, &pathArtStyle);
     pathArtStyle.strokePaint = false;
     pathArtStyle.fillPaint = true;
     pathArtStyle.fill.color.kind = kGradient;
     pathArtStyle.fill.color.c.b.gradient = myGradient;
SetPathStyle (myArt, &pathArtStyle);
 
This works for kPathArt,but nothing happens for kTextFrameArt or kCompoundPathArt.
 
I also tried to program the procedure "How to Fill Text with a Pattern or Gradient in Adobe Illustrator" described for illustrator UI, w/o success.I have similar problem when trying to create a clipping using SetGroupClipped() while the clipping path is a text or compound. No clipping is done.

View 4 Replies View Related

Illustrator SDK :: Filling Text Art With Gradient Or Pattern

Oct 4, 2012

I'm trying to fill some existing arts (path, text, compound) with a just created gradient or a pattern loaded in the swatch To achieve that I'm trying to change the path style:

GetPathStyle (myArt, &pathArtStyle);
     pathArtStyle.strokePaint = false;
     pathArtStyle.fillPaint = true;
     pathArtStyle.fill.color.kind = kGradient;
     pathArtStyle.fill.color.c.b.gradient = myGradient;
    ..
SetPathStyle (myArt, &pathArtStyle);
 
This works for kPathArt,but nothing happens for kTextFrameArt or kCompoundPathArt.
 
How can I program this ?

PS: I also tried to program the procedure "How to Fill Text with a Pattern or Gradient in Adobe Illustrator" described for illustrator UI, w/o success

PS: I have similar problem when trying to create a clipping using SetGroupClipped()  (see AI function reference) while the clipping path is a text or compound. No clipping is done.

View 1 Replies View Related

Paint.NET :: Apply Gradient To Text Instead Of One Letter At Time?

Oct 28, 2013

Is there an easier way to apply a gradient to text instead of one letter at a time?

View 1 Replies View Related

Illustrator :: Flow Gradient Through Non-touching Objects Such As Text?

Mar 31, 2013

I am new to Illustrator having had to switch from FreeHand recently and can't figure out how to get gradients to flow through non-touching objects. The "merge" option here treats things differently than FreeHand did and only works with paths that overlap.

View 6 Replies View Related

Illustrator :: Create Transparent Text With Gradient Stroke?

Feb 18, 2014

I'm creating text that will be printed on a deep gray to black tshirt. 
 
I created text, added an offset path to it with a gradient, and a deep gray color fill on top, achieving the gradient stroke.  However, I'm not exactly sure what color the shirt itself will be, other than deep gray to black.  And I didn't want the deep gray/black fill in my text to appear and look awkward on the shirt.  Unless that is something I shouldn't be considered about.
 
To be safe, how would you create transparent text with a gradient stroke?  I'm using Illustrator CS5.

View 3 Replies View Related

Illustrator :: Gradient Text Preview - Appearance Pane

Jul 22, 2013

Just passing along this preview "glitch" in CS5 that could cause some headaches or costly reprints.

We had a file where some text "appeared"on screen as a solid fill even though it was mistakenly filled with a gradient in the colour panel.

When the job was output the type was missing.

Upon investigation it was noted the text was filled with a gradient through the color panel....however the preview did not reflect this. The proper way to apply a gradient to text is in the appearance panel> add new fill>gradient.

This will preview the gradient in the text properly. Shouldn't there be an friendly error message or pop up to warn users that this fill option is not available?

View 12 Replies View Related

Illustrator :: CS6 - How To Remove Black Shadows From Text With Gradient Fill

Mar 21, 2013

I am using CS6. I have created some text with a gradient fill. I have converted it to shapes before addin the Fill. I appear to get a slight black shadow arround the letters. This appears to get worse when I Export it to png with a transparent background. This black shadow is not a stoke that I have added.
 
How can I remove this black effect?

View 6 Replies View Related

Illustrator :: Drag Global Color Swatches From Color Panel To Gradient Stops In Gradient Panel

Aug 28, 2012

I have CS5. The bugs and broken features in AICS6, make it unusable in my workflow.
 
I am specifically concerned about the inability to drag global color swatches from the color panel to Gradient stops in the Gradient Panel. I use this method to update a gradient color because I find it MUCH faster than option-dragging to duplicate a stop color, then deleting the unused stop. Since I do this constantly, I find using CS6 very tedious.

View 4 Replies View Related

Photoshop :: How To Get Gradient Map

Mar 18, 2013

how to get the following gradient, I have tried but with no luck I am not good with gradient map!

View 3 Replies View Related

Photoshop :: What A Gradient Does?

Nov 21, 2008

Could some explain what a gradient does in terms I could easily understand. I grip everything is photoshop except the purpose of a gradient.

View 1 Replies View Related

Photoshop :: Gradient Or Not?

Jan 23, 2006

in the first image, it kind of has a purple-ish effect and then in the next picture it almost fades to gray..

View 1 Replies View Related

Photoshop :: 2D Gradient

Dec 17, 2005

Im looking for the name of a technique, tool, or plugin that will enable me to fade one image into another. I have two images, one of a day sky, one of a night sky, that I'm merging together, similar to this:

999887767788999
999887767788999


222334454433222
222334454433222

I need the 9 faded into the 2, the 8 faded into the 3, etc. I would use a Gradient Fill but it simply fills all the white space with a gradient from 9 to 2. Short of selecting a space 1 pixel wide hundreds and hundreds of times, and then filling with a gradient, is there something that will let me use a 2D gradient, as it were?

View 3 Replies View Related

Photoshop :: Gradient All Around

Jun 20, 2008

how I can have an all around gradient for a rectangle.

Right now, the way I'm doing it is putting gradient on the left & right side of the rectangle, and then making a top and bottom rectangle with gradients to match the sides. This is a PITA ..

View 4 Replies View Related

Photoshop :: GRADIENT

Feb 1, 2007

I AM TRYING TO GET THE LIGHTING EFFECTS IN THIS PIC IN PHOTOSHOP AND I CAN'T FIGURE OUT HOW TO DO THE STROKES OF LIGHT AROUND THIS PIC....

View 1 Replies View Related

Photoshop :: Gradient ?

Sep 1, 2006

The design I’m attempting will use two love hearts instead of two circles. The problem is that this tutorial shows you how to create that gradient look by using the marquee tool to draw in the circles. When I use the shape tool and add in two hearts I can't use the gradient tool to create the same effect:

(Replace the circles for hearts)

View 3 Replies View Related

Photoshop :: Gradient Map

Feb 16, 2004

I cannot apply a gradient with a transparency for my gradient map! Is this the way it si supposed to work? I really Really want to apply the gradient with transparency, thus so all my black gradient bump map turns transparent.

View 11 Replies View Related







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