home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n347 < prev    next >
Internet Message Format  |  1998-12-29  |  41KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #347
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest      Wednesday, December 30 1998      Volume 01 : Number 347
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sat, 26 Dec 1998 06:54:31 -0500
  18. From: davides <davides@pipeline.com>
  19. Subject: (fractint) repost of 2 pars (w/frm)
  20.  
  21. In the event that anyone who tried to view the following two pars but did
  22. not have the frm that is required:
  23.  
  24.  
  25. New_Dimension103   { ;  (c) David Shanholtzer Dec 22, 1998 t=0:01:10.14
  26.                      ;  P200 MMX 1024x768
  27.                      ; color map: dav91c
  28.   reset=1960 type=formula formulafile=carlson.frm
  29.   formulaname=Cdp_Jul_Mand passes=t
  30.   center-mag=0.465298/-0.265971/13.33333
  31.   params=0.1/0.3/-0.615/0.505/2/125 float=y inside=0 outside=summ
  32.   logmode=fly
  33.   colors=000RGA<5>yhW<14>A20000<40>0mw<17>005K0K<34>lbumdwmdw<41>E0SA20<10\
  34.   >yhW<22>A20111222UUY<29>xxvzzwyyv<20>UUY111MC7
  35.   }
  36.  
  37. New_Dimension104   { ;  (c) David Shanholtzer Dec 22, 1998 t=0:01:10.14
  38.                      ;  P200 MMX 1024x768
  39.                      ; color map: dav91b
  40.   reset=1960 type=formula formulafile=carlson.frm
  41.   formulaname=Cdp_Jul_Mand passes=t
  42.   center-mag=0.465298/-0.265971/13.33333
  43.   params=0.1/0.3/-0.615/0.505/2/125 float=y inside=0 outside=summ
  44.   logmode=fly
  45.   colors=0000mw<17>005K0K<34>lbumdwmdw<41>E0SA20<10>yhW<22>A20111222KKK<29\
  46.   >xxuzzwyyv<20>KKK111MC7<6>yhW<14>A20000<39>0ku
  47.   }
  48.  
  49.  
  50. frm:Cdp_Jul_Mand {; Copyright (c) Paul W. Carlson, 1998
  51.     ; real(p1) = 0 if Mset, otherwise Julia set
  52.     ; imag(p1) = maximum value of ratio (try 0.01 to 0.3)
  53.     ; p2       = Julia set coordinates (not used if Mset)
  54.     ; real(p3) = number of color ranges
  55.     ; imag(p3) = number of colors in a range
  56.     ;
  57.     z = iter = range_num = bailout = 0
  58.     IF (real(p1) == 0)
  59.      prev_w = 0
  60.      c = pixel
  61.     ELSE
  62.      prev_w = pixel
  63.      c = p2
  64.     ENDIF
  65.     max_r = imag(p1)
  66.     num_ranges = real(p3)
  67.     colors_in_range = imag(p3)
  68.     index_factor = (colors_in_range - 1) / max_r
  69.     :
  70.     w = prev_w * prev_w + c
  71.     ;
  72.     r = |prev_w| / |w|
  73.     prev_w = w
  74.     IF (r < max_r && iter > 0)
  75.      bailout = 1
  76.      z = index_factor * r + range_num * colors_in_range + 1
  77.     ENDIF
  78.     range_num = range_num + 1
  79.     IF (range_num == num_ranges)
  80.      range_num = 0
  81.     ENDIF
  82.     iter = iter + 1
  83.     z = z - iter
  84.     bailout == 0 && |w| < 4
  85. }
  86.  
  87.  
  88.  
  89.  
  90.  
  91. davides@pipeline.com
  92. ds30@umail.umd.edu
  93. Back up my hard drive?
  94. How do I put it in reverse?
  95.  
  96. - --------------------------------------------------------------
  97. Thanks for using Fractint, The Fractals and Fractint Discussion List
  98. Post Message:   fractint@lists.xmission.com
  99. Get Commands:   majordomo@lists.xmission.com "help"
  100. Administrator:  twegner@phoenix.net
  101. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  102.  
  103. ------------------------------
  104.  
  105. Date: Sat, 26 Dec 1998 06:54:33 -0500
  106. From: davides <davides@pipeline.com>
  107. Subject: (fractint) A sampling of pars
  108.  
  109. As I have been somewhat remiss in insuring frms were connected with the
  110. last few pars I posted, here is a sample of pars from my collection. Smily
  111. resulted from some tinkering I did with one of Paul Carlson's frms; I
  112. believe I saw where someone else came up with the same alteration at some
  113. point. Paul Carlson once posted a "self-portrait" to abpf, oooo did also a
  114. little while ago. Smily looks like something I see in a mirror. The frm's
  115. nomenclature of ds_2_ probably indicates to some that there logically
  116. should be at least a ds_1_, and perhaps more. There are. 
  117.  
  118.  
  119. New_dimension17    { ;  (c) David Shanholtzer Dec 01, 1998 t=  0:00:13.29
  120.                      ;  P200 MMX 1024x768
  121.   reset=1960 type=formula formulafile=fractint.frm
  122.   formulaname=gravijul-v1 function=log/sqr/log
  123.   center-mag=-2.22045e-016/1.11022e-016/0.7188406
  124.   params=2.9/0.1/1/-1.5/4/6 float=y maxiter=255 inside=0 decomp=256
  125.   colors=V5U<4>Z6Y_7Za7Z<3>e8b000<33>000<11>0Fk0Ho0Is0Kw0Ku<27>012000000<1\
  126.   00>000E0G<13>lLq<30>G1IE0GF0G<13>U5T
  127.   }
  128.  
  129.  
  130. New_Dimension24    { ;  (c) David Shanholtzer Dec 04, 1998 t=  0:00:24.77
  131.                      ;  P200 MMX 1024x768
  132.                      ; color map: dav25c
  133.   reset=1960 type=formula formulafile=fractint.frm
  134.   formulaname=hc_julstar function=sin/exp/ident/floor passes=t
  135.   center-mag=0/0/0.1386667 params=0.5/0/20/1/-0.75/0.3 float=y
  136.   maxiter=550 inside=253 outside=summ logmode=fly
  137.   colors=000j43<12>w65000<68>D0FE0GG1I<12>lLq<30>G1IE0GF0G<24>e8bmcw<32>90\
  138.   9100<35>J00K00L00M00N00<22>i33
  139.   }
  140.  
  141. New_Dimension35    { ;  (c) David Shanholtzer Dec 07, 1998 t=  0:10:45.21
  142.                      ;  P200 MMX 1024x768
  143.                      ; color map: dav25e (modified)
  144.   reset=1960 type=formula formulafile=fractint.frm formulaname=zf_ang
  145.   function=recip passes=t center-mag=-0.774194/-0.778357/7.751938
  146.   params=0.414/0.5/0.357/-1/2/125 float=y maxiter=252 inside=253
  147.   outside=summ
  148.   colors=000mcw<32>909100<35>J00K00L00M00N00<35>v54w65w65w65<8>w65l55a4530\
  149.   3<14>505505606607<37>D0FE0GG1I<12>lLq<30>G1IE0GF0G<21>b7_006d8ae8b
  150.   }
  151.  
  152. New_Dimension40    { ;  (c) David Shanholtzer Dec 11, 1998 t=  0:00:29.71
  153.                      ;  P200 MMX 1024x768
  154.                      ; color map: dav62
  155.   reset=1960 type=formula formulafile=fractint.frm
  156.   formulaname=hc_julstar function=cosxx/ident/tan/asin
  157.   center-mag=-1.11022e-016/8.32667e-017/6.666667
  158.   params=1.75/0.375/6/2/-0.175/0.5 float=y bailout=100 fillcolor=0
  159.   inside=maxiter outside=summ logmode=fly periodicity=0
  160.   viewwindows=1/0.75/yes/0/0
  161.   colors=00804e<3>05k06m06m<14>00SG0S<13>USkWVmWVm<13>I3UG0SG0S<14>WVm_Vm<\
  162.   11>L7hK5gJ3gH0fH0fI2f<13>_VmWVm<13>I3UG0SG0S<13>USkWVmWVm<14>G0S00S<13>0\
  163.   5k06m06m<14>00Sm60<13>U10S00S00<14>m60S00T00U00W10Z20<8>k50m60m60<14>S00\
  164.   00S<8>03d
  165.   }
  166.  
  167. New_Dimension56    { ;  (c) David Shanholtzer Dec 16, 1998 t=  0:06:57.53
  168.                      ;  P200 MMX 1024x768
  169.                      ; Based on and a zoom into general_man-2 (c) Kerry 
  170.                      ; Mitchell
  171.                      ;color map: dav25d
  172.   reset=1960 type=formula formulafile=fractint.frm
  173.   formulaname=general_man passes=1
  174.   center-mag=-0.70782922760290570/-0.35246473956151350/280/1/-90
  175.   params=-0.5/0/0.5/0/1/0 float=y maxiter=256 inside=0 decomp=256
  176.   periodicity=0
  177.   colors=000<80>000E0G<13>lLq<30>G1IE0GF0G<24>e8b000<33>000<11>0Fk0Ho0Is0K\
  178.   w0Ku<27>012000000<19>000 cyclerange=0/255
  179.   }
  180.  
  181. New_Dimension62    { ;  (c) David Shanholtzer Dec 16, 1998 t=  0:02:40.77
  182.                      ;  P200 MMX 1024x768
  183.                      ; color map: dav87 (modified)
  184.   reset=1960 type=formula formulafile=fractint.frm
  185.   formulaname=hc_julstar function=atan/exp/tan/cosxx passes=t
  186.   center-mag=-8.88178e-015/7.99361e-015/0.1015575
  187.   params=0.975/0/16/2/-0.5/0.3 float=y maxiter=550 inside=253
  188.   outside=summ logmode=fly
  189.   colors=009AAg<33>mmw<6>000A20<10>yhW<21>D42A20820<2>210K0U<20>mmm<8>K0U<\
  190.   4>000<14>I95JA6KB6MC7RGAbQH<3>yhW<14>A20<19>JJSKKUKKU<60>KKUKKUIIV<5>00c\
  191.   <7>99f
  192.   }
  193.  
  194. New_Dimension73    { ;  (c) David Shanholtzer Dec 17, 1998 t=  0:00:27.68
  195.                      ;  P200 MMX 1024x768
  196.                      ; color map: Dav40 (modified)
  197.   reset=1960 type=formula formulafile=fractint.frm
  198.   formulaname=hc_julstar function=cos/cos/tan/sin
  199.   center-mag=-0.00002725899199133/-0.00000704336893747/167.6242/1/44.997
  200.   params=1.35/0.5257500000000001/4/-1/-1.5/0.5 float=y maxiter=1500
  201.   bailout=100 fillcolor=0 inside=maxiter outside=summ logmode=fly
  202.   periodicity=0 viewwindows=1/0.75/yes/0/0
  203.   colors=00EE9C<10>JJSKKUMMW<13>www<46>LLVKKUIIV<5>00c<42>mmw<6>000A20<10>\
  204.   yhW<21>D42A20820<2>210K0U<20>mmm<8>K0U<4>000<12>G75H85I95JA6KB6MC7RGAbQH\
  205.   <3>yhW<14>A20<7>E9B
  206.   }
  207.  
  208. New_Dimension86    { ;  (c) David Shanholtzer Dec 17, 1998 t=  0:00:12.52
  209.                      ;  P200 MMX 1024x768
  210.   reset=1960 type=formula formulafile=fractint.frm formulaname=liar1
  211.   passes=b center-mag=0.5/0.5/0.6666667 float=y maxiter=256 inside=255
  212.   decomp=256 colors=00Hnpt<66>HPc000<183>000oquoqu
  213.   }
  214.  
  215. New_Dimension92    { ;  (c) David Shanholtzer Dec 20, 1998 t=  0:00:40.26
  216.                      ;  P200 MMX 1024x768
  217.   reset=1960 type=formula formulafile=fractint.frm
  218.   formulaname=hc_julstar function=atan/cos/tan/cos
  219.   center-mag=-0.00002725899199133/-0.00000704336893747/167.6242/1/12.496
  220.   params=1.2575/0.525/4/-1/-1.15/0.5 float=y maxiter=1500 bailout=100
  221.   fillcolor=0 inside=maxiter outside=summ logmode=fly periodicity=0
  222.   viewwindows=1/0.75/yes/0/0
  223.   colors=0000Ef<9>0Ju0mw<17>00MK0K<34>lbumdwmdw<41>E0SA20<10>yhW<22>A20111\
  224.   <32>zzw<22>111MC7<6>yhW<14>A20000<28>0Ee
  225.   }
  226.  
  227.  
  228. smily              { ;  (c) David Shanholtzer Oct 05, 1998 t=  0:00:40.81
  229.                      ;  P200 MMX 1024x768
  230.                      ; color map: dav74
  231.   reset=1960 type=formula formulafile=fractint.frm
  232.   formulaname=ds2gravistalks function=log/log/abs passes=1
  233.   center-mag=1.07139/-0.0550451/0.248639/1.0735/90
  234.   params=1/0/0.4/16/2/125 float=y maxiter=15000 inside=zmag
  235.   outside=summ
  236.   colors=08N<49>0cw0cw0bv<48>00EA20<10>yhW<22>A20K0K<30>l0lm0ml0l<22>K0KMC\
  237.   7<6>yhW<13>E53000<26>00D00E01F01G02G<7>07M
  238.   }
  239.  
  240. frm:gravijul-v1 { ; Variation on Mark Christenson's gravijul 
  241.               ; by Sylvie Gallet
  242.    z = pixel^imag(p3) :
  243.    w = fn1(z)
  244.    z = fn3(p1/fn2(w*w)) + p2
  245.     |z| < p3
  246.   }
  247.  
  248. frm:Liar1 { ; by Chuck Ebbert.
  249.   ; X: X is as true as Y
  250.   ; Y: Y is as true as X is false
  251.   ; Calculate new x and y values simultaneously.
  252.   ; y(n+1)=abs((1-x(n) )-y(n) ), x(n+1)=1-abs(y(n)-x(n) )
  253.   z = pixel:
  254.    z = 1 - abs(imag(z)-real(z) ) + flip(1 - abs(1-real(z)-imag(z) ) )
  255.     |z| <= 1
  256.   }
  257.  
  258. frm:ds2gravistalks {; adapted from Paul W. Carlson
  259. ;original gravijul by Mark Christenson
  260. ;kathy roth 1998
  261. ;David Shanholtzer 1998
  262. ;   p1       = Julia set coordinates
  263. ;   real(p2) = a factor controlling the size of the stalks
  264. ;   imag(p2) = iterations to skip
  265. ;   real(p3) = number of color ranges
  266. ;   imag(p3) = number of colors in a range
  267. ;
  268. w = pixel
  269. c = p1
  270. z = bailout = iter = range_num = 0
  271. stalk_width = real(p2)
  272. max_wm = imag(p2)
  273. num_ranges = real(p3)
  274. colors_in_range = imag(p3)
  275. index_factor = (colors_in_range - 1) / stalk_width
  276. :
  277. q=fn1(w)
  278. w=fn3(1/fn2(q*q)), wr = real(w), awr = sqrt(wr)
  279. w = w - wr + awr
  280. ;
  281. IF (abs(real(w)) <= abs(imag(w)))
  282. dist = abs(real(w))
  283. ELSE
  284. dist = abs(imag(w))
  285. ENDIF
  286. IF (dist < stalk_width && |w|<max_wm && iter>1)
  287. z = index_factor * dist + range_num * colors_in_range + 1
  288. bailout = 1
  289. ENDIF
  290. range_num = range_num + 1
  291. IF (range_num == num_ranges)
  292. range_num = 0
  293. ENDIF
  294. iter = iter + 1
  295. z = z - iter
  296. bailout == 0  && |w| < 4
  297. }
  298.  
  299. frm:HC_Julstar     {; a modified Paul W. Carlson formula
  300.        ; cobbled together by P. DiGiorgi
  301.   z = w = iter = range_num = bailout = 0
  302.  pts = real(p2)   ; order of radial symmetry
  303.  colors = abs(imag(p2))  ; use (0)2x125, (1)4x63, or (2)8x30
  304.  ; use imag(p2) < 0 for tiled images
  305. pa = abs(real(p3)), pb = imag(p3)
  306.   IF (colors == 1)
  307.  num_r = 4, num_c = 63
  308.   ELSEIF (colors == 2)
  309.  num_r = 8, num_c = 30
  310.   ELSE
  311.  num_r = 2, num_c = 125
  312.   ENDIF
  313.   IF (imag(p2) < 0)
  314.  xpix = asin(sin(1.13*real(pixel)))
  315.  ypix = asin(sin(1.13*imag(pixel)))
  316.  pixel = xpix + flip(ypix)
  317.   ENDIF
  318.   IF (pts == 0)
  319.  w = fn3(abs(pixel)*0.333)
  320.   ELSE
  321.  w = fn3(abs(log(pixel^pts)/pts))
  322.   ENDIF
  323.   c = p1
  324.   i = (0,1)
  325.      k = 1.2 - pb
  326.      :
  327.   c = fn1(fn2(c))
  328.      w = w * w, wr = real(w)
  329.      w = w - wr + abs(wr) - c
  330.   angle = atan(imag(w)/wr)
  331.      ka = k * angle / pb
  332.      rw = k * cos(angle) + pb * cos(ka)
  333.      iw = k * sin(angle) + pb * sin(ka)
  334.      ww = rw + i * iw
  335.   IF (real(p3) >= 0)
  336.  ww = fn4(ww)
  337.   ELSE
  338.  ww = fn4(1 - ww)/ww
  339.   ENDIF
  340.   dist = abs(|w|-|ww|)
  341.      IF (dist < pa && iter > 1)
  342.  bailout = 1
  343.  index = num_c * dist / pa
  344.  z = index + range_num * num_c + 1
  345.      ENDIF
  346.      iter = iter + 1
  347.      range_num = range_num + 1
  348.      IF (range_num == num_r)
  349.  range_num = 0
  350.      ENDIF
  351.      z = z - iter
  352.      bailout == 0 && |w| < 10000
  353. }
  354.  
  355. general_man { ; (c) Kerry Mitchell, 1998
  356.      ;
  357.         ; "general circle & line" coloring method for Mandelbrot
  358.      ; c = pixel = Mandelbrot parameter
  359.         ; p1 = x-circle center
  360.         ; real(p2) = x-circle radius
  361.         ; imag(p2) = y-line a
  362.         ; real(p3) = y-line b
  363.         ; imag(p3) = y-line c
  364.      ; bailout hardcoded to 10^12
  365.      ; use "decomp=256" coloring
  366.      ;
  367.         c=pixel, zc=0, bailout=1e12, iter=1, rmin=1e12
  368.         cenx=p1, radx=real(p2), rad2x=radx*radx
  369.         ay=imag(p2), by=real(p3), cy=imag(p3):
  370.         iter=iter+1, zc=sqr(zc)+c
  371.         tempx=|zc-cenx|-rad2x
  372.         tempy=ay*real(zc)+by*imag(zc)+cy
  373.         temp=tempx+flip(tempy), r=|temp|
  374.         if (r<rmin)
  375.           rmin=r, z=temp
  376.           endif
  377.         if ((|zc|>bailout)||(iter==maxit))
  378.           iter=-1
  379.           endif
  380.         iter>0
  381.         }
  382.  
  383. frm:Zf_Ang {; Copyright (c) Paul W. Carlson, 1998
  384.     ; p1       = Julia set coordinates
  385.     ; real(p2) = controls size of the elements
  386.     ; imag(p2) = number of iterations to skip
  387.     ; real(p3) = number of color ranges
  388.     ; imag(p3) = number of colors in a range
  389.     ;
  390.     z = k = iter = range_num = bailout = 0
  391.     w = pixel
  392.     c = p1
  393.     prev_modw2 = 1.0e20
  394.     size = real(p2)
  395.     skip_iters = imag(p2)
  396.     num_ranges = real(p3)
  397.     colors_in_range = imag(p3)
  398.     factor = (colors_in_range - 1) / size
  399.     :
  400.     w = c * (w - 1 / w)
  401.     a = 2 * atan(imag(w) / real(w))
  402.     a = a * a + c
  403.     a = fn1(1 - a) / a
  404.     ;
  405.     dist = abs(|w| - |a|)
  406.     IF (dist < size)
  407.      bailout = 1
  408.      IF (iter > skip_iters)
  409.          k = 1
  410.      ENDIF
  411.         z = (factor * dist + range_num * colors_in_range + 1) * k
  412.     ENDIF
  413.     range_num = range_num + 1
  414.     IF (range_num == num_ranges)
  415.      range_num = 0
  416.     ENDIF
  417.     iter = iter + 1
  418.     z = z - iter
  419.     bailout == 0 && |w| < 1.0e20
  420. }
  421.  
  422.  
  423. davides@pipeline.com
  424. ds30@umail.umd.edu
  425. Back up my hard drive?
  426. How do I put it in reverse?
  427.  
  428. - --------------------------------------------------------------
  429. Thanks for using Fractint, The Fractals and Fractint Discussion List
  430. Post Message:   fractint@lists.xmission.com
  431. Get Commands:   majordomo@lists.xmission.com "help"
  432. Administrator:  twegner@phoenix.net
  433. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  434.  
  435. ------------------------------
  436.  
  437. Date: Sat, 26 Dec 1998 07:04:06 EST
  438. From: Damascena@aol.com
  439. Subject: (fractint) Happy Holidaze (and not a moment too soon!)
  440.  
  441. Had some delays in publishing but it's up to greet you at:
  442.  
  443. http://members.aol.com/Damaxena/winter98.html
  444.  
  445. Dama
  446.  
  447. - --------------------------------------------------------------
  448. Thanks for using Fractint, The Fractals and Fractint Discussion List
  449. Post Message:   fractint@lists.xmission.com
  450. Get Commands:   majordomo@lists.xmission.com "help"
  451. Administrator:  twegner@phoenix.net
  452. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  453.  
  454. ------------------------------
  455.  
  456. Date: Sat, 26 Dec 1998 07:51:11 -0500
  457. From: davides <davides@pipeline.com>
  458. Subject: Re: (fractint) Happy Holidaze (and not a moment too soon!)
  459.  
  460. At 07:04 AM 12/26/1998 EST, you wrote:
  461. >Had some delays in publishing but it's up to greet you at:
  462. >
  463. >http://members.aol.com/Damaxena/winter98.html
  464. >
  465. >Dama
  466.  
  467. Nice site.
  468. davides@pipeline.com
  469. ds30@umail.umd.edu
  470. Back up my hard drive?
  471. How do I put it in reverse?
  472.  
  473. - --------------------------------------------------------------
  474. Thanks for using Fractint, The Fractals and Fractint Discussion List
  475. Post Message:   fractint@lists.xmission.com
  476. Get Commands:   majordomo@lists.xmission.com "help"
  477. Administrator:  twegner@phoenix.net
  478. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  479.  
  480. ------------------------------
  481.  
  482. Date: Sat, 26 Dec 1998 08:44:26 -0500
  483. From: Lee Skinner <LeeHSkinner@compuserve.com>
  484. Subject: (fractint) orgform
  485.  
  486. I would like to make the following suggestion.
  487.  
  488. Let's not clutter up the list by reposting older formulas over and over a=
  489. gain.
  490.  
  491. If the formula already exists in George Martin's Orgform collection, let'=
  492. s
  493. not repost it here.  Newbies can be referred to Orgform at Spanky - and =
  494.  
  495. Orgform is also referred to in Fractint.doc. (page 167 in v19.6) =
  496.  
  497.  
  498. Lee Skinner
  499.  
  500. PS  Ok, so spam me away, but I think this is perfectly justified.
  501.  
  502. - --------------------------------------------------------------
  503. Thanks for using Fractint, The Fractals and Fractint Discussion List
  504. Post Message:   fractint@lists.xmission.com
  505. Get Commands:   majordomo@lists.xmission.com "help"
  506. Administrator:  twegner@phoenix.net
  507. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  508.  
  509. ------------------------------
  510.  
  511. Date: Sat, 26 Dec 1998 11:48:38 -0500
  512. From: Tom Conally <conally@netpath.net>
  513. Subject: Re: (fractint) Happy Holidaze (and not a moment too soon!)
  514.  
  515. At 07:04 AM 12/26/98 EST, you wrote:
  516. >Had some delays in publishing but it's up to greet you at:
  517. >
  518. >http://members.aol.com/Damaxena/winter98.html
  519. >
  520. >Dama
  521. >
  522. Thank you very much, a very beautiful and meaningful picture.
  523. If you haven't seen mine please look
  524. http://members.tripod.com/~afractal/holiday.html
  525. Tom Conally
  526. In every boomerang there is a perfect throw.
  527. Your life, Grasshopper, is to practice  till you find that throw
  528. and become one with that boomerang!
  529.   Boomerangs        http://www.angelfire.com/nc/conally
  530.    Paradise             http://www.netpath.net/~conally/
  531.    Fractal Images   http://members.tripod.com/~afractal
  532.  
  533. - --------------------------------------------------------------
  534. Thanks for using Fractint, The Fractals and Fractint Discussion List
  535. Post Message:   fractint@lists.xmission.com
  536. Get Commands:   majordomo@lists.xmission.com "help"
  537. Administrator:  twegner@phoenix.net
  538. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  539.  
  540. ------------------------------
  541.  
  542. Date: Sat, 26 Dec 1998 09:59:49 -0800
  543. From: "Jay Hill" <ehill1@san.rr.com>
  544. Subject: Re: (fractint) orgform
  545.  
  546. Hi Lee,
  547.  
  548. OK fine, but let's be sure the formula is at Spanky.
  549. ds2gravistalks and general_man are not there.
  550. Thanks to David Shanholtzer for reposting them
  551. when he used them.  
  552.  
  553. If you grab a formula from the list, it is too easy 
  554. to paste it into fractint.frm and your explorations 
  555. will find it. But then you post a cool par and 
  556. the formula may not have made the Spanky 
  557. orgform. Since email is not easily searchable, 
  558. reposting is helpful.  
  559.  
  560. If you know it is in orgform, you could make 
  561. sure the par file you post does not say 
  562. "formulafile=fractint.frm" or some such. Instead,
  563. it can reference the exact orgform file like 
  564. "formulafile=_i.frm".  
  565.  
  566. You can automate this.
  567.  
  568. Example. I loaded a formula at random from orgform 
  569. collection and a color map at random from Wizzle's 
  570. collection. Then I found a random scene and saved 
  571. the par. Since I loaded from the orgform file and not 
  572. from some other file I may have had it in, the 
  573. formulafile= shows the orgform file.  The colors should 
  574. be posted if they are not from a standard collection. 
  575. I recommend Wizzle's collection. This way we can be 
  576. sure.  Just my $.03 worth.
  577.  
  578. random_formula     { ; (C) Jay Hill
  579.                      ;  colors from Wizzle's map collection
  580.   reset=1960 type=formula formulafile=_i.frm formulaname=ilvp+fn123
  581.   function=sin/sqr/sinh
  582.   center-mag=-1.20128350445219/+0.33664180938416/83333.33
  583.   params=0/0/0.1/-0.03 float=y maxiter=50000 logmap=54
  584.   colors=@droz15.map
  585.   }
  586.  
  587.  
  588. Happy New Year!
  589.  
  590. Jay
  591.  
  592. - ----------
  593. From: Lee Skinner <LeeHSkinner@compuserve.com>
  594. To: fractint@lists.xmission.com
  595. Subject: (fractint) orgform
  596. Date: Saturday, December 26, 1998 5:44 AM
  597.  
  598.  
  599. I would like to make the following suggestion.
  600.  
  601. Let's not clutter up the list by reposting older formulas over and over again.
  602.  
  603. If the formula already exists in George Martin's Orgform collection, let's
  604. not repost it here.  Newbies can be referred to Orgform at Spanky - and 
  605. Orgform is also referred to in Fractint.doc. (page 167 in v19.6) 
  606.  
  607. Lee Skinner
  608.  
  609. PS  Ok, so spam me away, but I think this is perfectly justified.
  610.  
  611.  
  612. - --------------------------------------------------------------
  613. Thanks for using Fractint, The Fractals and Fractint Discussion List
  614. Post Message:   fractint@lists.xmission.com
  615. Get Commands:   majordomo@lists.xmission.com "help"
  616. Administrator:  twegner@phoenix.net
  617. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  618.  
  619. ------------------------------
  620.  
  621. Date: Sat, 26 Dec 1998 16:22:27 -0500
  622. From: davides <davides@pipeline.com>
  623. Subject: Re: (fractint) orgform
  624.  
  625. At 08:44 AM 12/26/1998 -0500, you wrote:
  626. >
  627. >I would like to make the following suggestion.
  628. >
  629. >Let's not clutter up the list by reposting older formulas over and over
  630. again.
  631.  
  632. (snipped)
  633.  
  634. Point taken; of the pars w/frms I had posted I had been asked via private
  635. email re: a couple of them which were evidently not available for whatever
  636. reason.
  637.  
  638. ds2gravistalks had not been posted before, nor would it be anywhere else
  639. except in my files. it is a part of a very private collection and would not
  640. have been posted now except I believe I have seen the same alteration in
  641. another frm. The others will not be posted in order to reduce clutter.
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649. davides@pipeline.com
  650. ds30@umail.umd.edu
  651. Back up my hard drive?
  652. How do I put it in reverse?
  653.  
  654. - --------------------------------------------------------------
  655. Thanks for using Fractint, The Fractals and Fractint Discussion List
  656. Post Message:   fractint@lists.xmission.com
  657. Get Commands:   majordomo@lists.xmission.com "help"
  658. Administrator:  twegner@phoenix.net
  659. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  660.  
  661. ------------------------------
  662.  
  663. Date: Sat, 26 Dec 1998 19:40:57 EST
  664. From: Dansclassa@aol.com
  665. Subject: (fractint) downloading fractint 19.6
  666.  
  667. I have had a system failure and I need to download fractint 19.6 again.
  668. When I try to download it from this site;
  669.  <A HREF="http://spanky.triumf.ca/www/fractint/fractint.html">Fractint
  670. Homepage</A> 
  671.  The downloading stops  at 39% completion and doesn't continue.
  672. I was logged on at 50.666 kbs.
  673. Any suggestions?
  674. Thanks,
  675. Dan S.
  676.  
  677.  
  678. - --------------------------------------------------------------
  679. Thanks for using Fractint, The Fractals and Fractint Discussion List
  680. Post Message:   fractint@lists.xmission.com
  681. Get Commands:   majordomo@lists.xmission.com "help"
  682. Administrator:  twegner@phoenix.net
  683. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  684.  
  685. ------------------------------
  686.  
  687. Date: Sat, 26 Dec 1998 19:58:26 -0500
  688. From: Lee Skinner <LeeHSkinner@compuserve.com>
  689. Subject: (fractint) orgform
  690.  
  691. Hi Jay,
  692.  
  693. >>  The colors should be posted if they are not from a standard collectio=
  694. n.
  695.  
  696. On this I disagree. There are just too many maps around with identical
  697. names. I recommend NEVER using a map in a par - always post the colors.
  698.  
  699. Happy New Year!
  700.  
  701. Lee
  702.  
  703. - --------------------------------------------------------------
  704. Thanks for using Fractint, The Fractals and Fractint Discussion List
  705. Post Message:   fractint@lists.xmission.com
  706. Get Commands:   majordomo@lists.xmission.com "help"
  707. Administrator:  twegner@phoenix.net
  708. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  709.  
  710. ------------------------------
  711.  
  712. Date: Sun, 27 Dec 1998 00:43:49 -0500
  713. From: JoWeber <JoWeber@compuserve.com>
  714. Subject: (fractint) downloading fractint 19.6
  715.  
  716. Hi Dan
  717.  
  718. maybe you try to download fractint from my download page at
  719.  
  720. http://ourworld.compuserve.com/homepages/joweber
  721.  
  722. Cheers --Jo--
  723.  
  724. - --------------------------------------------------------------
  725. Thanks for using Fractint, The Fractals and Fractint Discussion List
  726. Post Message:   fractint@lists.xmission.com
  727. Get Commands:   majordomo@lists.xmission.com "help"
  728. Administrator:  twegner@phoenix.net
  729. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  730.  
  731. ------------------------------
  732.  
  733. Date: Sun, 27 Dec 1998 02:04:47 EST
  734. From: JimBeau549@aol.com
  735. Subject: (fractint) 5 pars (altered states)
  736.  
  737.   Hi All,
  738.  
  739.     The first image in this parfile is an altered version of a barnsley
  740. fractal which Sylvie Gallet posted earlier this past week. The following 4
  741. images are subsequent zooms of the first but with different colormaps. I think
  742. the cycling of the third one is mesmerizing/hypnotizing!:)
  743.  
  744.    Enjoy.....and my thanks to you Sylvie.~
  745.  
  746.  Jim Weaver
  747.  
  748. *************************************************************
  749.  
  750.  
  751.  
  752. One                { ; from a previous posting of Sylvie Gallets image  4min
  753.                      ; altered by Jim Weaver
  754.   reset=1960 type=barnsleyj1 passes=t
  755.   center-mag=-2.27596e-015/1.9984e-015/2.265662/1/17.5
  756.   params=-0.9296300940438874/0.4279296482412061 float=y maxiter=127
  757.   bailout=20000 bailoutest=and inside=bof61 invert=0.1/0/0
  758.   periodicity=0
  759.   colors=000bhd<2>inglphorirtjtvkwxlzzm<12>ztQztOzsMzrK<8>tcIsaHr_HqYHqXHp\
  760.   VGoTGnRF<8>RB6O95L74I63G42D21A00<8>K00<3>TC0VF1XI3<11>zvP<30>dE1cC0aB0<1\
  761.   0>F00<4>K08L09K19<10>5FD3HE2IE0KF1LG<29>uxxwzzwzz<5>swwrvvquuputott<49>8\
  762.   OM<12>_fb
  763.   }
  764.  
  765. Two                { ; from a previous posting of Sylvie Gallets image  6min
  766.                      ; altered by Jim Weaver
  767.   reset=1960 type=barnsleyj1 passes=t
  768.   center-mag=-2.44943e-015/2.34535e-015/31.18236/1/17.5
  769.   params=-0.9296300940438874/0.4279296482412061 float=y maxiter=127
  770.   bailout=20000 bailoutest=and inside=bof61 invert=0.1/0/0
  771.   periodicity=0
  772.   colors=000zK0<12>zz0<14>w03<8>O0b000<15>000110111221221<6>553000<7>00000\
  773.   1001012013<45>1Sc1Sd1Te1Ue1Uf2Uf<58>xyb<7>1Uf000<14>000000200<29>z00sKS<\
  774.   6>zA0zD0zH0
  775.   }
  776.  
  777. Three              { ; from a previous posting of Sylvie Gallets image  5min
  778.                      ; altered by Jim Weaver
  779.   reset=1960 type=barnsleyj1 passes=t
  780.   center-mag=-0.00000000000000245/+0.00000000000000235/181.2928/1/17.5
  781.   params=-0.9296300940438874/0.4279296482412061 float=y maxiter=127
  782.   bailout=20000 bailoutest=and inside=bof61 invert=0.1/0/0
  783.   periodicity=0
  784.   colors=000NNN<11>000<6>F0P<6>204000000<29>U00V0zW00X00<32>000<6>F0P<6>20\
  785.   4000011<39>Dtg0zzzqeCpd<23>3EB3Cz3A8<3>143z22000<6>F0PzzNC0K<6>000<31>xx\
  786.   xzzzyyyzwwuuu0zzqqqzoommmzkziii<9>RRRzzP
  787.   }
  788.  
  789. Four               { ; from a previous posting of Sylvie Gallets image  4min
  790.                      ; altered by Jim Weaver
  791.   reset=1960 type=barnsleyj1 passes=t
  792.   center-mag=-0.03990964879674056/-0.01267792162940982/149.9152/1/-47.5
  793.   params=-0.9296300940438874/0.4279296482412061 float=y maxiter=127
  794.   bailout=20000 bailoutest=and inside=bof61 invert=0.1/0/0
  795.   periodicity=0
  796.   colors=000zzPNNN<11>000<6>F0P<6>204000000<29>U00V0zW00X00<32>000<6>F0P<6\
  797.   >204000011<39>Dtg0zzzqeCpd<23>3EB3Cz3A8<3>143z22000<6>F0PzzNC0K<6>000<31\
  798.   >xxxzzzyyyzwwuuu0zzqqqzoommmzkziii<9>RRR
  799.   }
  800.  
  801. Five               { ; from a previous posting of Sylvie Gallets image  5min
  802.                      ; altered by Jim Weaver
  803.   reset=1960 type=barnsleyj1 passes=t
  804.   center-mag=-0.01958063000989109/+0.03222104426018269/160.7338/1/-85
  805.   params=-0.9296300940438874/0.4279296482412061 float=y maxiter=127
  806.   bailout=20000 bailoutest=and inside=bof61 invert=0.1/0/0
  807.   periodicity=0
  808.   colors=000uuu0zzqqqzoommmzkziii<9>RRRzzPNNN<11>000<6>F0P<6>204000000<29>\
  809.   U00V0zW00X00<32>000<6>F0P<6>204000011<39>Dtg0zzzqeCpd<23>3EB3Cz3A8<3>143\
  810.   z22000<6>F0PzzNC0K<6>000<31>xxxzzzyyyzww
  811.   }
  812.  
  813.  
  814. - --------------------------------------------------------------
  815. Thanks for using Fractint, The Fractals and Fractint Discussion List
  816. Post Message:   fractint@lists.xmission.com
  817. Get Commands:   majordomo@lists.xmission.com "help"
  818. Administrator:  twegner@phoenix.net
  819. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  820.  
  821. ------------------------------
  822.  
  823. Date: Mon, 28 Dec 1998 02:39:05 EST
  824. From: JimBeau549@aol.com
  825. Subject: (fractint) 2 pars
  826.  
  827.    Here's a couple of late night pars.
  828.  
  829.            Enjoy~
  830.  
  831.    Jim
  832.  
  833. ***************************************************************************
  834.  
  835.  
  836. Spiral#001         { ; image(c)1998 JimWeaver    Zeppo formula
  837. t=03min17s
  838.   reset=1960 type=formula formulafile=fract196.frm formulaname=Zeppo
  839.   function=asinh/sin passes=t
  840.   center-mag=0.997393/0.536192/3.693148/1/-50 params=1/0/0.5/0 float=y
  841.   maxiter=25 bailout=10000 inside=bof60 periodicity=0
  842.   colors=j1j<11>000000<15>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>z\
  843.   z0<14>jB0i70f70<14>000<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF\
  844.   5<2>795574354033077<10>3nn3rr5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<\
  845.   3>m3b cyclerange=0/255
  846.   }
  847.  
  848. Quasi02.gif        { ; image(c)1998 JimWeaver  GenInvJmN-M
  849. t=01min37s
  850.   reset=1960 type=formula formulafile=jmcr1.frm
  851.   formulaname=GenInvJmN-M function=asinh/cosh/log/cosxx passes=t
  852.   center-mag=0.0422742/-6.66134e-016/0.494462/1.4793/90 params=0/0/3/0
  853.   float=y maxiter=25 inside=bof61 outside=real decomp=256
  854.   colors=000eQE<4>wgF<8>XKDUHDSGC<6>AB7000HIC<10>svcsvc<9>VVLSSJPPHMMFKJD<\
  855.   6>200pdJ<5>zjF<13>RCCEEE<13>kki<18>005332<17>zpa<12>UPFMJIEDLAAK<3>ALQAO\
  856.   SARUBUWBXY<6>DqlDtnCqm<2>BghAdg9`e8Yd7Vb<7>14RC6QO8OP9NQBM000000UFJVHI<7\
  857.   >zH0<8>SDF<4>L0KB8D1H5<19>Q`5Sa6R`6<16>2I6IIAZJEbNE
  858.   }
  859.  
  860.  
  861. GenInvJmN-M    { ; Jm Collard-Richard
  862.                  ; voir Rem de GenMand_N et InvJmN-M
  863. c=z=1/(pixel^p2):
  864. z=fn1(fn2(z^p2))+fn3(fn4(c)),
  865. |z|<=4         }
  866.  
  867. - --------------------------------------------------------------
  868. Thanks for using Fractint, The Fractals and Fractint Discussion List
  869. Post Message:   fractint@lists.xmission.com
  870. Get Commands:   majordomo@lists.xmission.com "help"
  871. Administrator:  twegner@phoenix.net
  872. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  873.  
  874. ------------------------------
  875.  
  876. Date: Mon, 28 Dec 1998 19:04:29 -0500
  877. From: Paul DeCelle <PaulDC@prodigy.net>
  878. Subject: (fractint) Two pars
  879.  
  880. Hi, Everyone--
  881.  
  882. Here are two pars - The first is a recolor of an image that's been up at
  883. my Fractint site for awhile.  I kind of like the new color scheme.  The
  884. second was inspired by David Shanholtzer's "Square Spiral" image.  I'm
  885. including the formulas.  Although I have read the recent suggestions to
  886. leave them out, I've found it helpful in the past to have them posted
  887. along with the pars...
  888.  
  889. Enjoy, and Happy Holidays!
  890. Paul DeCelle 
  891.  
  892.  
  893.  
  894. Stormy_Two         { ; Recolored "Stormy"- Better?
  895.                      ; from Sylvie Gallet "gallet-5-08"
  896.                      ; Image by Paul DeCelle 12/24/98
  897.                      ; blugray.map
  898. reset=1960 type=formula formulafile=*.frm
  899. formulaname=gallet-5-08 function=atan/sqrt/tan passes=1
  900. center-mag=0.96106/0.0479425/10.81314/0.7369/180
  901. params=5/0/0.09461/0/3.14159265358979/0 float=y maxiter=255
  902. inside=bof60 outside=atan decomp=256 periodicity=0
  903. colors=000<8>000000011021<10>3A93B93CA3CA3B9<13>011011000000021143165286\
  904. <12>3jr3iq3ho3fm<14>012<13>3jr3iq3ho<2>3bg3_d3Ya2VZ2TW<8>065<13>3jr<10>4\
  905. UY5SW5SV<19>3BB2A9299<10>111000000000<13>000000111222<19>OMRQOTRPUTRVUTX\
  906. <13>psp<7>dffcdeabc_`a<12>000000000
  907. }
  908.  
  909. Spindrift          { ; t=0:04:57 P60 Paul DeCelle 12/28/98
  910.                      ; frm: dmj-mand-pls-dst
  911. reset=1960 type=formula formulafile=*.frm
  912. formulaname=dmj-mand-pls-dst passes=1
  913. center-mag=-0.106245/0.961827/15.11003/1/-17.499
  914. params=0.03/0/9/111/280/166 float=y maxiter=1000 inside=0
  915. outside=real
  916. colors=dty<5>_qx_pwZpwYovXov<15>LcnKcnJbmJalI`kH_k<16>7NZ6MY6MX6MX<10>1E\
  917. P1DO1DN1CN1BM<7>07G06F06F06E<7>029029128128117<7>304403403502502<3>70170\
  918. 1801900<11>G30H30H30I40J40J51<4>N72O82P82P82Q92RA3<7>XE6YF6ZG7_H7_H8<14>\
  919. kTHkUIlUIlVJmWK<14>ufVvgWvgXvhY<5>ylaymbyncyndyoe<2>zpfzqgzqhzrizri<4>zu\
  920. mzvnzvnzvo<6>yysyysyytxytxyu<2>wzuvzvvzvvzwuzw<2>tzytzyszyszyrzy<16>hvzg\
  921. vzfuyfuyety
  922. }
  923.  
  924. frm:dmj-Mand-Pls-Dst { ; outside = real: closest z[n] to cross at p1
  925.  
  926.     IF (imag(p2) == 0)        ; Invalid value for aspect ratio.
  927.       p2 = (0,1) + real(p2)        ; Substitute a default value.
  928.     ENDIF
  929.     IF (real(p3) == 0)        ; Invalid value for color scale.
  930.       p3 = 75 + flip(imag(p3))    ; Substitute a default value.
  931.     ENDIF
  932.     IF (imag(p3) == 0)        ; Invalid value for bailout.
  933.       p3 = (0,128) + real(p3)    ; Substitute a default value.
  934.     ENDIF
  935.     closest = 1e+38            ; Closest approach so far.
  936.     point = 0            ; Point of that closest approach.
  937.     done = 2            ; Iteration counter.
  938.     r = (0,1) ^ (real(p2)/90)    ; Compute rotation vector.
  939.     
  940.     z = 0, c = pixel:        ; Mandelbrot initialization.
  941.     z = sqr(z) + c            ; Mandelbrot calculation.
  942.  
  943.     done = done + 1            ; Done one more iteration.
  944.     z2 = (z-p1) * r            ; Offset to p1 and rotate.
  945.     d = abs(imag(z2))        ; First distance.
  946.     d2 = abs(real(z2)*imag(p2))    ; Second distance.
  947.     IF (d2 < d)            ; Second distance is closer.
  948.       d = d2            ; Use it instead.
  949.     ENDIF
  950.     IF (d < closest)        ; Closer than previous value.
  951.       point = z            ; Save that point.
  952.       closest = d            ; Save the closest approach.
  953.     ENDIF
  954.     IF (|z| > imag(p3))        ; Point exceeds bailout.
  955.       z = closest * real(p3)    ; Apply color scale.
  956.       z = z - 255*trunc(z/real(255)) ; Wrap at 255.
  957.       z = z - done            ; Return value.
  958.       done = -1            ; Set flag to force an exit.
  959.     ENDIF
  960.     
  961.     done >= 0            ; Continue if the flag is clear.
  962. }
  963.  
  964. frm:Gallet-5-08 {; Sylvie Gallet [101324,3444], 1996
  965.   z = pixel , x = real(z) , y = imag(z) :
  966.    x1 = x - p1*fn1(y + fn2(p2*x) + fn3(p3*y))
  967.    y1 = y - p1*fn1(x + fn2(p2*y) + fn3(p3*x))
  968.    x = x1 , y = y1
  969.    z = x + flip(y)
  970.     |z| <= 32
  971.   ;SOURCE: gallet-5.frm
  972. }
  973.  
  974. - --------------------------------------------------------------
  975. Thanks for using Fractint, The Fractals and Fractint Discussion List
  976. Post Message:   fractint@lists.xmission.com
  977. Get Commands:   majordomo@lists.xmission.com "help"
  978. Administrator:  twegner@phoenix.net
  979. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  980.  
  981. ------------------------------
  982.  
  983. Date: Tue, 29 Dec 1998 02:59:35 EST
  984. From: JimBeau549@aol.com
  985. Subject: (fractint) 1 par (viewer discretion advised)
  986.  
  987.    Hi Folks,
  988.  
  989.      I just HAD to save this one.  No offense intended. :)
  990.  
  991.    Bye now~
  992.  
  993.   Jim Weaver
  994.  
  995. ******************************************************************************
  996. ***
  997.  
  998.  
  999. Ain't_That_A_Peach { ; image(c)1998  JimWeaver    PRN_02
  1000. t=08min20s
  1001.   reset=1960 type=formula formulafile=fractint.frm formulaname=PRN_02
  1002.   function=recip/cotan/conj passes=t
  1003.   center-mag=-2.40251/1.43816/0.5778496/1/137.5 params=0.005/0/50/0
  1004.   float=y inside=bof61 periodicity=0
  1005.   colors=000EBJ<8>424212212212712212<4>212212000101321<17>UJDWKEYLFZMG`NIa\
  1006.   PJ<6>lZV<20>000<25>QKHRLISMJUNKWOLXQM<2>bTQcVReWSfXUfYV<3>hbbhcdhbc<2>h_\
  1007.   ZhZXgYVfXT<24>011123314<18>MEaNEbOFdPFeQGg<4>VOiXQjWPj<3>SJiRHhQGf<23>21\
  1008.   2000101<4>748000704B7C<2>F9HHAIIBJJCKKDL<8>WOUXPVYPWXRXZRX<12>GDK
  1009.   }
  1010.  
  1011.  
  1012. PRN_02 {; Paul Novak, 1996
  1013.   z=c=pixel, z2=z*z, upper=4+p2, m=p1, m1=.005+p1:
  1014.   m= m + m1
  1015.   b= (z2 + z*(fn1(fn2(z))))
  1016.   t= (z +  z*(fn2(fn3(z))))
  1017.   z= m*b + (m-1)*t + c
  1018.   |z| < upper
  1019.   ;SOURCE: novak_1.frm
  1020. }
  1021.  
  1022.  
  1023. - --------------------------------------------------------------
  1024. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1025. Post Message:   fractint@lists.xmission.com
  1026. Get Commands:   majordomo@lists.xmission.com "help"
  1027. Administrator:  twegner@phoenix.net
  1028. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1029.  
  1030. ------------------------------
  1031.  
  1032. Date: Tue, 29 Dec 1998 02:59:35 EST
  1033. From: JimBeau549@aol.com
  1034. Subject: (fractint) 1 par (viewer discretion advised)
  1035.  
  1036.    Hi Folks,
  1037.  
  1038.      I just HAD to save this one.  No offense intended. :)
  1039.  
  1040.    Bye now~
  1041.  
  1042.   Jim Weaver
  1043.  
  1044. ******************************************************************************
  1045. ***
  1046.  
  1047.  
  1048. Ain't_That_A_Peach { ; image(c)1998  JimWeaver    PRN_02
  1049. t=08min20s
  1050.   reset=1960 type=formula formulafile=fractint.frm formulaname=PRN_02
  1051.   function=recip/cotan/conj passes=t
  1052.   center-mag=-2.40251/1.43816/0.5778496/1/137.5 params=0.005/0/50/0
  1053.   float=y inside=bof61 periodicity=0
  1054.   colors=000EBJ<8>424212212212712212<4>212212000101321<17>UJDWKEYLFZMG`NIa\
  1055.   PJ<6>lZV<20>000<25>QKHRLISMJUNKWOLXQM<2>bTQcVReWSfXUfYV<3>hbbhcdhbc<2>h_\
  1056.   ZhZXgYVfXT<24>011123314<18>MEaNEbOFdPFeQGg<4>VOiXQjWPj<3>SJiRHhQGf<23>21\
  1057.   2000101<4>748000704B7C<2>F9HHAIIBJJCKKDL<8>WOUXPVYPWXRXZRX<12>GDK
  1058.   }
  1059.  
  1060.  
  1061. PRN_02 {; Paul Novak, 1996
  1062.   z=c=pixel, z2=z*z, upper=4+p2, m=p1, m1=.005+p1:
  1063.   m= m + m1
  1064.   b= (z2 + z*(fn1(fn2(z))))
  1065.   t= (z +  z*(fn2(fn3(z))))
  1066.   z= m*b + (m-1)*t + c
  1067.   |z| < upper
  1068.   ;SOURCE: novak_1.frm
  1069. }
  1070.  
  1071.  
  1072. - --------------------------------------------------------------
  1073. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1074. Post Message:   fractint@lists.xmission.com
  1075. Get Commands:   majordomo@lists.xmission.com "help"
  1076. Administrator:  twegner@phoenix.net
  1077. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1078.  
  1079. ------------------------------
  1080.  
  1081. Date: Wed, 30 Dec 1998 12:32:11 -0500
  1082. From: wdecker@csc.com
  1083. Subject: (fractint) Happy New Year (Door)
  1084.  
  1085. Wishes to all for a Happy New Year. May you discover happiness, good luck,
  1086. and prosperity on the 1999-side of the door.
  1087.  
  1088. Bill Decker
  1089.  
  1090. door3              { ;  (c) Bill Decker Dec 30, 1998 t=  0:02:51.43
  1091.                      ;  on P100 1024x768
  1092.   reset=1960 type=formula formulafile=frac_ml.frm formulaname=lesfrm34
  1093.   function=cabs/tan/floor passes=1
  1094.   center-mag=0.0302604/0.0156709/0.7279588/1/44.998 params=1/5/5/5
  1095.   potential=255/200/0 periodicity=0
  1096.   colors=00044M<4>44K44K64J<12>`96cA5dC5<14>zm7<14>XD6UA5TA5<13>752541551<\
  1097.   14>BU3<12>EH4FG4FF4GE5HF6<2>JE6KE6LD6MC6<9>W67X57_96<9>zm0<6>wa0w_0vY0uW\
  1098.   0<14>NC9KAAKBA<19>1X10Z00Z1<29>68a77c77c<42>44N
  1099.   }
  1100.  
  1101.  
  1102.  
  1103. - --------------------------------------------------------------
  1104. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1105. Post Message:   fractint@lists.xmission.com
  1106. Get Commands:   majordomo@lists.xmission.com "help"
  1107. Administrator:  twegner@phoenix.net
  1108. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1109.  
  1110. ------------------------------
  1111.  
  1112. Date: Wed, 30 Dec 1998 15:05:32 -0300
  1113. From: "Fliguer, Miguel" <M_Fliguer@miniphone.com.ar>
  1114. Subject: RE: (fractint) Happy New Year (Door)
  1115.  
  1116. My Fractint wish for 1999 : Less chaos in our lives, and more in our
  1117. computer screens ;-) !
  1118.  
  1119. Happy New Year !!!
  1120.  
  1121.  
  1122. spiralambda     { ; by Miguel Fliguer, 1998 
  1123.                          ; Palette by Jacco Burger
  1124.   reset=1960 type=lambda(fn||fn) function=sin/sqr
  1125.   center-mag=+0.00378418000000003/+0.00004577499999980/0.7863125
  1126.   params=1/0.1/0.9 maxiter=20000000 bailout=127
  1127.  
  1128. colors=000324<5>436534423<8>wuu<11>YJ9VF4SD4<5>421445<9>`THdWJfXJ<4>n`Io
  1129. \
  1130.  
  1131. aIn`I<16>Y54X33Y65<13>skYuo`un`<38>bAI000<37>J7aK8bL8cM8dM8fN8gO9i<10>O9
  1132. \
  1133.   aO9`O9`O9`<9>K9XJ8XJ8WI8V<26>112000000<21>324
  1134.   }
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140. - --------------------------------------------------------------
  1141. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1142. Post Message:   fractint@lists.xmission.com
  1143. Get Commands:   majordomo@lists.xmission.com "help"
  1144. Administrator:  twegner@phoenix.net
  1145. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1146.  
  1147. ------------------------------
  1148.  
  1149. Date: Wed, 30 Dec 1998 15:53:43 -0300
  1150. From: "Alejandro Kainer" <alejandro.kainer@usa.net>
  1151. Subject: (fractint) Thanks
  1152.  
  1153. Hi to all.
  1154.  
  1155. I'd like to thank you for your help, all of you who answer my questions
  1156. about Fractint and how to use it. I'm marveled that most of you have web
  1157. pages devoted to fractals. In fact, as I said to someone I'm very impress=
  1158. ed
  1159. that so many people around the world are united by fractals. I received
  1160. answers and help even from my own country! Imagine that! I'm investigatin=
  1161. g
  1162. Fractint, trying to understand those chinese color configurations, but I'=
  1163. m
  1164. afraid I'm still a little (a lot) lost. But I think I will discover the
  1165. hidden pattern by myself (ain't that the greatest joy?). Anyway, I accept
  1166. suggestions and tips. I think that it won't be long till I develop my own
  1167. fractals as well.
  1168.  
  1169. I hope all of you have had a great Christmas, and I wish you a terrific
  1170. 1999. From down here (Hey! Give a look to your maps!)
  1171.  
  1172. ________________________________
  1173. Alejandro Gustavo Kainer
  1174. Sirti Argentina S.A.
  1175. Hip=F3lito Irigoyen 4848
  1176. (1602) - Florida - Bs.As.
  1177. ARGENTINA
  1178. Tel: (54)-1-760-0061 - Int. 1417 / 1418
  1179. Fax: (54)-1-760-0095
  1180. e-mail: alejandro.kainer@usa.net
  1181. ________________________________
  1182.  
  1183. PS1: Kathy Roth, I'm sorry that I couldn't answer your mail that quickly.
  1184. Thank you for your advise. (By the way, and remembering that curiosity
  1185. killed the cat, how old are you?)
  1186.  
  1187. PS2: Jim Weaver, I think I've lost your ok-31 formula (if it ever was in =
  1188. the
  1189. mail after I arrived). Could you please send it to me and the rest of us
  1190. that are in the same (=3Dembarrassing) condition? Thanks in advance.
  1191.  
  1192. PS3: Happy New Year (thinking about Y2K) to all of you :-) - Feliz A=F1o =
  1193. Nuevo
  1194. para todos.
  1195.  
  1196.  
  1197. - --------------------------------------------------------------
  1198. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1199. Post Message:   fractint@lists.xmission.com
  1200. Get Commands:   majordomo@lists.xmission.com "help"
  1201. Administrator:  twegner@phoenix.net
  1202. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1203.  
  1204. ------------------------------
  1205.  
  1206. End of fractint-digest V1 #347
  1207. ******************************
  1208.  
  1209.