Title: a new coloring method for the buddhabrot Post by: ker2x on July 19, 2010, 12:03:09 AM Just a test, i was wondering what the result could be.
I define the colour by the position of the startinig point (the "c" point). i tried it on a old buddhabrot code in purebasic. easy to read even of you don't know purebasic : Code: originX = Int(screenSize * (x0 + 2.25) / 3.5) The result, of course, is always the same... But it could be a starting point for new ideas (http://fractals.s3.amazonaws.com/buddhabrot/buddha-purebasic-newcolor.jpg) Title: Re: a new coloring method for the buddhabrot Post by: ker2x on July 19, 2010, 12:17:03 AM same method with 10k iteration :
(http://fractals.s3.amazonaws.com/buddhabrot/buddha-purebasic-newcolor-10k.jpg) Title: Re: a new coloring method for the buddhabrot Post by: cbuchner1 on July 19, 2010, 01:14:00 AM Just a test, i was wondering what the result could be. I define the colour by the position of the startinig point (the "c" point). But "c" only has 2 spatial dimensions (real and imaginary). Color has 3 dimensions (red, green and blue). I suggest the following variation. Sample the RGB color from an appropriately scaled color image, e.g a photography, at the coordinate given by starting point "c". The colors that appear in the photo will therefore influence the outcome of the coloring process. Things could be made more interesting by using a movie as source for the coloration. The same buddhabrot could be then rendered as an animation - frame by frame. Its colors and local intensities would be influenced by the corresponding frames in the movie. Title: Re: a new coloring method for the buddhabrot Post by: richardrosenman on August 07, 2010, 09:17:59 AM Hi Ker2x;
This is a very nice look! I am attempting a test based on your technique: (http://richardrosenman.com/gallery/photo/originals/4c5d0984b9cb5.jpg) One thing that I'm not understanding is if you go by the c point, it will increase horizontally and vertically (ie. left side of screen = 0 exposures, right side of screen = screen res exposures). This means that the image will always be darker on the left side and brighter on the right. Likewise, it will always be darker on the top side and brighter on the bottom. This is exactly what is happening in my test, yet I do not see it in yours. I think it would look nicer like you have it - only brighter where densities occur. How come? -Richard Title: Re: a new coloring method for the buddhabrot Post by: kram1032 on August 07, 2010, 11:55:10 AM Oh, someone changed the Buddhabrot page of Wikipedia... Because that technique already was presented there...
Very nice though :) Title: Re: a new coloring method for the buddhabrot Post by: ker2x on August 07, 2010, 02:59:13 PM One thing that I'm not understanding is if you go by the c point, it will increase horizontally and vertically (ie. left side of screen = 0 exposures, right side of screen = screen res exposures). This means that the image will always be darker on the left side and brighter on the right. Likewise, it will always be darker on the top side and brighter on the bottom. This is exactly what is happening in my test, yet I do not see it in yours. I think it would look nicer like you have it - only brighter where densities occur. How come? Ermmm.... Good question ! Thanks for asking it ! :embarrass: I ... i don't know ? Title: Re: a new coloring method for the buddhabrot Post by: richardrosenman on August 07, 2010, 07:28:47 PM Oh, someone changed the Buddhabrot page of Wikipedia... Because that technique already was presented there... Very nice though :) Hi Kram1032; Can you provide a link? I didn't see it in the Wikipedia page and would like to. -Richard Title: Re: a new coloring method for the buddhabrot Post by: kram1032 on August 08, 2010, 11:02:38 AM That's what I meant with someone changed it. It used to be there but it's gone... (Or I looked at the wrong spot^^ - Stay tuned. It was just a mere screenshot with description though. No implementation details) Edit: Nope, it's definitely gone. It was either on the German Wiki about the Mandelbrot set or on the English Wiki about the Buddhabrot set.. Now it's not found in either... |