We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › i need a simple idea.......
Page Index Toggle Pages: 1
i need a simple idea....... (Read 487 times)
i need a simple idea.......
Mar 21st, 2007, 3:20pm
 
Guys, ive copied text to a Pimage and now i can just do

p.text("MY TEXT", 40, 100);
p.filter(BLUR, blur_Amount);

Is there anything else simple i can do to give an effect to text.... GRAY & INVERT wouldnt really do anything cause its just black and white text....
ANY IDEAS??? Just need a simple effect to apply to text that ive converted to an image


Ive just used:
p.text("MY TEXT" 40,100);
p.filter(THRESHOLD,2);

this adds a kind of eroding effect to the text, its just simple stuff like this im looking for....
Thanks for any feedback
Page Index Toggle Pages: 1