FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Tools
(Moderator: REAS)
   Blurring - which tool & how to use it
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Blurring - which tool & how to use it  (Read 673 times)
Jake
Guest
Email
Blurring - which tool & how to use it
« on: Jul 24th, 2004, 10:10pm »

All I want to do is slowly and continuously blur my sketch.  I do not load a background image, I draw and would like my drawing to become blurred (kind of a fade/blur out effect).
 
I have looked over much of Quasimondo's work, but for some (the one I like best is the Gaussian blur with blur amount tied to the distance away from the mouse) sketches, there is no source code provided.
 
So two questions really:
 
Which blur tool can you recommend?
 
How can I implement the Quasimondo blurs when I don't have a background image?
 
Thanks!
 
fjen

WWW
Re: Blurring - which tool & how to use it
« Reply #1 on: Jul 26th, 2004, 10:55am »

hi jake,
 
maybe you wanna post your code so i can look into what you're doing and maybe fix your blur implementation ...
 
anyway i quickly put together two examples for you:
 
(seb's) blur as used by toxi in his base26:
http://www.florianjenett.de/p55/toxi_seb_blur_applet/
 
and quasimondo's blur:
http://www.florianjenett.de/p55/quasimondo_blur_applet/
 
hope this helps, F
 
Pages: 1 

« Previous topic | Next topic »