Title: Smokin' Post by: Fractal Ken on April 28, 2011, 06:34:21 AM (http://i1122.photobucket.com/albums/l540/Fractal_Ken/Smokin1024.png)
Generated by homemade software with minor post-processing in GIMP. Title: Re: Smokin' Post by: Kali on April 29, 2011, 04:54:11 AM This is excelent Ken! did you use exponential smoothing for coloring?
Title: Re: Smokin' Post by: Fractal Ken on April 29, 2011, 08:01:58 AM Thanks, Kali. I'm not sure what exponential smoothing is. (I don't understand most of the coloring terminology people use.) What I did is a little complicated. I used 4 slightly different coloring methods on this fractal; they're probably considered orbit traps.
Title: Re: Smokin' Post by: Kali on April 29, 2011, 08:48:52 AM I asked because I get much the same aethereal look with some fractals by using that method, wich I know from Ultrafractal but it's in fact this (http://en.wikipedia.org/wiki/Exponential_smoothing).
Take a look at this image, I used exponential smoothing for coloring the fractional part only of the modulus in the formula z=1/(z*z+c): (http://fc04.deviantart.net/fs70/i/2011/104/8/9/nothing_exists_on_its_own_by_fractkali-d3dyose.jpg) Now it's my favorite coloring method, all of my last 2D fractals uses it, and will be the main used in the fractal program I'm writing because it works very nice with the hybrids I'm doing. But is not the same as Ultrafractal's because I'm not using the complex Z, just the modulus. You have to add this into the iteration loop: sum=sum+exp(-1/abs(NewModulus-OldModulus)), then color using the resulting value of "sum". Title: Re: Smokin' Post by: Fractal Ken on April 29, 2011, 06:17:45 PM Kali, your picture has a beautiful glow. Thanks for the information on exponential smoothing. I recall the term from time series analysis, but I hadn't connected it with fractal coloring. |