Logo by mclarekin - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. April 20, 2024, 02:21:24 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Crazy idea, I know, but I'm going to do it anyway...  (Read 2208 times)
0 Members and 1 Guest are viewing this topic.
simon.snake
Fractal Bachius
*
Posts: 640


Experienced Fractal eXtreme plugin crasher!


simon.fez SimonSideBurns
« on: April 08, 2012, 11:34:54 PM »

Curiosity got the better of me, and I have written the following FractInt formula:


Code:
simon0051-H {
  z = p = pixel
  t = c = 0:
  c = c + 1 ; increase count
  if (c==1)
    z = fn1(z*z)+p
  elseif (c==2)
    z = fn2(z*z)+p
  elseif (c==3)
    z = fn3(z*z)+p
  elseif (c==4)
    z = fn4(z*z)+p
    c = 0
  endif
  |z| < 4
}

What it does is: every four iterations are performed by four functions.  They could all be the same, or different, and the order of the functions probably will make a difference to the finished image.  Now, I would like to catalogue all the images that can be created in FractInt with this formula.

Here's the tricky bit - FractInt has 31 built in functions, so using 4 in any sequence gives a mind boggling 923521 permutations.  I've started (manually) today and so far have created around 1100 of them, so only another 922421 or there about to go through.

  • Is this ambitious?  Yes.
  • Will there be duplicate images?  Maybe, but to me it seems highly unlikely.
  • Will it achieve anything?  Don't know.
  • Will it take forever to achieve?  Probably.
  • Why on earth would I do this?  I don't know.  I think I would like to create all these images and then using them as frames of an animation I think that in the right sequences they would be quite mesmerising.  Maybe I would like to create some sort of interactive chart of all the formulas and when you select a function it would bring up all the images that used that function so you could browse them interactively.
  • Is there any way of automating the process?  Who knows, I'm not that clued up on FractInt and certainly wouldn't know how to write a FractInt 'batch file' to automate the process, as I don't even know how to assign the functions of a formula on startup, let alone know how to do it for every possible image.

I've worked out that if I worked solidly on this day in, day out, and achieved 1100 images a day, I'd be finished in 840 days (more than 2 years).

This 'simple project' is turning into a nightmare.  Some of the images are good and so far I have seen a wide array of image formats.

This one popped out not so long ago (I've rotated it 90 degrees to the left in Paint Shop Pro) and it seems ideal for Easter Day:


"The Lord has risen again"

(I'm not particularly religious, this image just got the creative juices flowing).
Logged

To anyone viewing my posts and finding missing/broken links to a website called www.needanother.co.uk, I still own the domain but recently cancelled my server (saving £30/month) so even though the domain address exists, it points nowhere.  I hope to one day sort something out but for now - sorry!
simon.snake
Fractal Bachius
*
Posts: 640


Experienced Fractal eXtreme plugin crasher!


simon.fez SimonSideBurns
« Reply #1 on: April 09, 2012, 10:56:35 PM »

Well, after spending a day and a half on this and only achieving around 2,500 images, I decided that I would be better off automating the whole process to weed out the human error part of it, and to speed the whole thing up, so here I am sitting writing this reply to my original post on a laptop that is running a command line batch file which uses a number of 'look ups' to string together the command line parameters that are required by FractInt, and generates the images automatically.

So far I have only been running for about 20 minutes and it has generated 150 images so I will leave it running overnight and see what happens by morning time.  I wonder how many iterations in total the whole process will go through once it completes?
Logged

To anyone viewing my posts and finding missing/broken links to a website called www.needanother.co.uk, I still own the domain but recently cancelled my server (saving £30/month) so even though the domain address exists, it points nowhere.  I hope to one day sort something out but for now - sorry!
Jameses
Guest
« Reply #2 on: April 10, 2012, 12:38:37 AM »

any new interesting images?
Logged
simon.snake
Fractal Bachius
*
Posts: 640


Experienced Fractal eXtreme plugin crasher!


simon.fez SimonSideBurns
« Reply #3 on: April 10, 2012, 11:18:53 PM »

Running the formula with the following four functions (in this order):

asin
tanh
sinh
cosh

Produces the following formula which looks quite good at deeper zooms:



I find the default palette not so good but when it is changed some very nice images appear:









Current count is just over 25,000 images created!

Simon
Logged

To anyone viewing my posts and finding missing/broken links to a website called www.needanother.co.uk, I still own the domain but recently cancelled my server (saving £30/month) so even though the domain address exists, it points nowhere.  I hope to one day sort something out but for now - sorry!
simon.snake
Fractal Bachius
*
Posts: 640


Experienced Fractal eXtreme plugin crasher!


simon.fez SimonSideBurns
« Reply #4 on: April 15, 2012, 12:56:52 AM »

Latest stats on progress:

Moved batch file to server I have running all the time, as laptop was getting too hot.

So far running the batch file to generate all possible permutations, I have created:

149,901 GIF Files out of a total of 923,521
size: 3,777,357,189 bytes (4,082,135,040 bytes on disk)

Just as well I've got plenty of disk space available (over 200GB)

Some nice images created but will take some time to go through them to weed out the rubbish ones.

Thankfully, to stop the batch file placing too many files in one directory, I have added a move command so that every 29,000 ish gif files (31^3) they get moved into an 'archive\xx' folder where xx is the first two digits of the file names (they are named wwxxyyzz where each pair of digits is the index of the function used).

So at the end I will have 31 folders, each containing a little over 29,000 files, which will be quite a lot to explore to find nice images.

At this rate it will probably take a few weeks to finish.
Logged

To anyone viewing my posts and finding missing/broken links to a website called www.needanother.co.uk, I still own the domain but recently cancelled my server (saving £30/month) so even though the domain address exists, it points nowhere.  I hope to one day sort something out but for now - sorry!
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Crazy Object C Images Showcase (Rate My Fractal) Xantipa2 4 1915 Last post September 05, 2010, 07:06:33 PM
by kram1032
crazy mushroom Mandelbulb3D Gallery popol4444 0 1003 Last post February 01, 2011, 08:36:51 PM
by popol4444
The Gods must be Crazy Mandelbulb3D Gallery lenord 0 755 Last post January 07, 2012, 10:50:00 PM
by lenord
Our World is a Crazy Fractal Movies Showcase (Rate My Movie) alexl 6 1581 Last post October 06, 2013, 08:57:15 AM
by Pauldelbrot
Crazy Golf Hole Images Showcase (Rate My Fractal) simon.snake 0 915 Last post April 30, 2014, 06:52:03 PM
by simon.snake

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.128 seconds with 26 queries. (Pretty URLs adds 0.008s, 2q)