Had a bit of trouble with the FOTD 09-04-10 Common-Sense_Cubic. Fractint said it couldn't read the coloring information so I used the classic Fractint "blues" map (which comes with the distribution zip) and it looks great. In other news I may have solved the gif to png conversion problem. I used the brute force method of setting up a Flickr account. Hope it works. Oooo look at that fractal its so bright and shiny. To see this fractal go to my blog at http://maxitersfractalfollies.blogspot.com fract014.gif { ; ooooo....shiny ; blank ; calctime 0:00:49.43 ; created Apr 12, 2010 ; Fractint Version 2004 Patchlevel 9 reset=2004 type=formula formulafile=_e.frm formulaname=EpsilonCross center-mag=-4.16309/2.95687/0.1727188 params=-1.069399090548418/-0.1399884029663991/-2.359965819269387/-0.3061\ 922055726798 float=y maxiter=1500 inside=0 outside=atan invert=0.593218787194433/-0.360972930082095/0.0413830988494522 colors=000EazE`zD`zD`zC`zC_zB_zB_zA_zAZz9Zz9Zz8Yz7Yz7Yz6Yz6Xz5Xz5Xz4Wz4W\ z3Wz3Wz2Vz2Vz1Vz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0U\ z0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0U\ z0Uz0Uz0Uy0Uy0Uy1Uy2Vy2Vy3Vy4Wy4Wy5Wy6Xy6Xy7Xy8Yy9Yy9ZyAZyBZyB_yC_yD_yD`\ yE`yF`yFayGayHbyIbyIbyJcyKcyKcyLdyMdyMdyNeyOeyOfyPfyQfyRgyRgySgyThyThyUh\ yViyViyWjyXjyXjyYkyZky_ky_ly`lyalyamybmycnycnydnyeoyeoyfoygpyhpyhpyiqyjq\ yjrykrylrylsymsynsyntyotyptyquyquyrvysvysvytwyuwyuwyvxywxywxyxyyyyyzzzzz\ zyzzyzzxyzxyzwyzwyzvxzvxzuxzuwztwztwzswzrvzrvzqvzquzpuzpuzouzotzntzntzmt\ zmszlszlszkrzjrzjrzirziqzhqzhqzgpzgpzfpzfpzeozeozdozdnzcnzbnzbnzamzamz`m\ z`mz_lz_lzZlzZkzYkzYkzXkzXjzWjzVjzVizUizUizTizThzShzShzRgzRgzQgzQgzPfzPf\ zOfzNfzNezMezMezLdzLdzKdzKdzJczJczIczIbzHbzHbzGbzFazFaz } frm:EpsilonCrossJ {; Julia version - Jon Horner ; try p1 = (0.1,0.1), p2 = 0.05 z = pixel, c = p1 : z = z * z + p1 |z| <= 4 && abs(real(z)) > p2 && abs(imag(z)) > p2 ;SOURCE: epscr.frm } Run, run for your lives,its a space alien minibrot with a giant brain that will control us with its thought waves!!! Or maybe not. fract015.gif { ; mister big head minibrot ; blank ; calctime 0:03:34.27 ; created Apr 12, 2010 ; Fractint Version 2004 Patchlevel 9 reset=2004 type=formula formulafile=_m.frm formulaname=man-newt-man center-mag=-0.861076/0.00133118/5.3819 params=0/0 float=y maxiter=1500 inside=0 colors=00000000100300400600800900B00C00E00G00H00J00K00M00O00P00R00T00U00\ W00X00Z00`00a00c00d00f00h00i00k00m01m03m04n06n07o09o0Ao0Cp0Ep0Fq0Hq0Iq0K\ r0Lr0Ns0Ps0Qs0St0Tt0Vu0Wu0Yu0Zv0`v0bw0cw0ew0fx0hx0iy0ky0mz1mz3mz5nz7nz9o\ zBozDozFpzHpzJqzLqzNqzPrzRrzTszVszXszZtz`tzbuzduzfuzhvzjvzlwznwzpwzrxztx\ zvyzxyzzzzyzzxzzwzzuzztzzszzqzzpzzozzmzzlzzkzzizzhzzgzzezzdzzczzbzz`zz_z\ zZzzXzzWzzVzzTzzSzzRzzPzzOzzNzzLzzKzzJzzIzzGzzFzzEzzCzzBzzAzz8zz7zz6zz4z\ z3zz2zz0zz0yz0xz0wz0uz0tz0sz0qz0pz0oz0mz0lz0kz0iz0hz0gz0ez0dz0cz0bz0`z0_\ z0Zz0Xz0Wz0Vz0Tz0Sz0Rz0Pz0Oz0Nz0Lz0Kz0Jz0Iz0Gz0Fz0Ez0Cz0Bz0Az08z07z06z04\ z03z02z00z00y00x00w00v00u00t00s00r00q00p00o00n00m00l00k00j00i00h00g00f00\ e00d00c00b00a00`00_00Z00Y00X00W00V00U00T00S00R00Q00P00O00N00M00L00K00J00\ I00H00G00F00E00D00C00B00A009008007006005004003002000000 } frm:man-newt-man {; Sylvie Gallet [101324,3444], 1995 +R.B. ; tiny mod on original Mandel-Newton by Sylvie ; tweaked brainlessly by Robin Bussell ; to give a hybrid mandel-newton fractal z = pixel, c = z, iter = 1, test1 = 1 rad = 3.1, center = (1.0,0.1) pix = (10*pixel+(5.0,-3.4))*(-0.1,-0.95) zn = center+rad/(pix-center) limit = real(p1), b1 = 16, b2 = 0.0001 : test1 = (1-test1), test2=(iter!=limit) z = (z-zn)*test2 + zn z2 = z*z, z4 = z2*z2, z1 = (z4*z-1)/(4*z4) z = (z2+c)*test1 + (z-z1)*(1-test1) iter = iter+1 ((|z| <= b1) * test1) || ((|z1| >= b2) * (1-test1)) ;SOURCE: forummsg.frm } _________________________________________________________________ Hotmail & Messenger. Get them on your phone now. http://go.microsoft.com/?linkid=9724463
Roger Alexander wrote:
In other news I may have solved the GIF to PNG conversion problem. I used the brute force method of setting up a Flickr account. Hope it works.
Well, they now are truly GIF files being displayed, and they contain the FractInt information at the end of the file. Though they are not really "thumbnails" shown on your web page, but the full image resized using HTML attributes of the IMG tag. Hope nobody has a slow connection or using dial-up. And BTW, I liked "FRACT014.gif", "04101001.gif", and the resampling of "FRACT081.gif".
Roger Alexander wrote:
In other news I may have solved the GIF to PNG conversion problem. I used the brute force method of setting up a Flickr account. Hope it works.
Maryetta Campbell wrote:
Well, they now are truly GIF files being displayed, and they contain the FractInt information at the end of the file.
Though they are not really "thumbnails" shown on your web page, but the full image resized using HTML attributes of the IMG tag. Hope nobody has a slow connection or using dial-up.
I don't mind reading or making my computer do something else while a page downloads. I like the hot and cool contrast he put into a map at http://farm5.static.flickr.com/4049/4516126446_6f3345e7c5_o.gif Thumbnails come quickly from a "thumbnails" directory setting and putting a screen shot "CTRL-Print Screen" into my clipboard. I think I can configure the size of thumbnails, too. The hard part is making an image map in HTML (although I saw an image map wizard, somewhere. I do not remember whether it was M$ or JASC). Without a wizard like that, I think it's easier to make a table out of separate images (say 48 pixels square) and anchor them to full screen-sized, fractint-scalable images. Then you can turn around and make one massive page, which is all I currently provide, for broadband users. Ross Hilbert, the guy working on and promoting a "fractal science kit" is using XML. I am not sure what he is putting into it, as in "Does that mean integration of his kit with a browser, so that images hav arbitrary resolution?".
And BTW, I liked "FRACT014.gif", "04101001.gif", and the resampling of "FRACT081.gif".
OK, digging through archives... In article <BAY114-W23466DC5218B4BF08F81FCDE110@phx.gbl>, Roger Alexander <maxiterfractal@hotmail.com> writes:
fract014.gif { ; ooooo....shiny ; blank ; calctime 0:00:49.43 ; created Apr 12, 2010 ; Fractint Version 2004 Patchlevel 9 reset=2004 type=formula formulafile=_e.frm formulaname=EpsilonCross center-mag=-4.16309/2.95687/0.1727188 params=-1.069399090548418/-0.1399884029663991/-2.359965819269387/-0.3061\ 922055726798 float=y maxiter=1500 inside=0 outside=atan invert=0.593218787194433/-0.360972930082095/0.0413830988494522 colors=000EazE`zD`zD`zC`zC_zB_zB_zA_zAZz9Zz9Zz8Yz7Yz7Yz6Yz6Xz5Xz5Xz4Wz4W\ z3Wz3Wz2Vz2Vz1Vz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0U\ z0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0Uz0U\ z0Uz0Uz0Uy0Uy0Uy1Uy2Vy2Vy3Vy4Wy4Wy5Wy6Xy6Xy7Xy8Yy9Yy9ZyAZyBZyB_yC_yD_yD`\ yE`yF`yFayGayHbyIbyIbyJcyKcyKcyLdyMdyMdyNeyOeyOfyPfyQfyRgyRgySgyThyThyUh\ yViyViyWjyXjyXjyYkyZky_ky_ly`lyalyamybmycnycnydnyeoyeoyfoygpyhpyhpyiqyjq\ yjrykrylrylsymsynsyntyotyptyquyquyrvysvysvytwyuwyuwyvxywxywxyxyyyyyzzzzz\ zyzzyzzxyzxyzwyzwyzvxzvxzuxzuwztwztwzswzrvzrvzqvzquzpuzpuzouzotzntzntzmt\ zmszlszlszkrzjrzjrzirziqzhqzhqzgpzgpzfpzfpzeozeozdozdnzcnzbnzbnzamzamz`m\ z`mz_lz_lzZlzZkzYkzYkzXkzXjzWjzVjzVizUizUizTizThzShzShzRgzRgzQgzQgzPfzPf\ zOfzNfzNezMezMezLdzLdzKdzKdzJczJczIczIbzHbzHbzGbzFazFaz } frm:EpsilonCrossJ {; Julia version - Jon Horner ; try p1 = (0.1,0.1), p2 = 0.05 z = pixel, c = p1 : z = z * z + p1 |z| <= 4 && abs(real(z)) > p2 && abs(imag(z)) > p2 ;SOURCE: epscr.frm }
Hi Roger, This parset you posted on 13-Apr-2010 references formula EpsilonCross, but includes formula EpsilonCrossJ. Are the names for both correct, but the wrong formula was included in the post, or is one of the names incorrect? Thanks! -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/> Legalize Adulthood! <http://legalizeadulthood.wordpress.com>
participants (4)
-
Jay Litwyn -
Maryetta Campbell -
Richard -
Roger Alexander