Creating Prints of Large Fractals?
jkoshy asks: "I would like to make very large (10'x10') color fractal images using A4 size printouts that I would be assembling to make up the final picture. Most fractal generation programs that I have seen are designed for on-screen fractal viewing. Are there any programs (or scripts driving fractal generation programs) that can generate large printouts of fractal images?" I can't resist a good fractal poster and would love to be able to produce one on my own, as well. In addition to the poster's question, how difficult is it to get posters made from fractal images? What resolutions are typically required?
No matter how far away or how close you look, the pattern's going to be the same.
It would take some work, but you could use the old Fractint program's "disk video" mode to generate a series of 32767x32767 image files in a tiled layout, then write a simple app to chain them together and print them out.
Many moons ago in the college daze, my friends all jointly (pun intended) rented a big farm house which featured a giant white garage wall at the end of the long driveway. We'd planned to do use Fractint to create a series of sort of "paint-by-numbers" templates to cover this huge wall.
Never happened. Too much reggae, beer, sun, etc.
But still -- check out Fractint. They never got beyond version 20.x under DOS, but it's still one of the more flexible programs available for scripted automation... search for it in Google, there are a couple of dedicated sites out there.
Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005
Then, instead of printing them A4 sized, I would use email or a disk and get it to a geniune printer. You seem to want a strange size, but they might be able to tape together two E size plots of the image (E size is I think 3ft by 4 ft, or whatever a standard architectural blueprint is). It would probably cost $50-80, but considering the cost of inkjet cartriges, this isn't bad.
Look for a place that does duplication or provides blueprint services. Kinkos will also sometimes have the equipment for this, but be prepared for their horrid pricing.
most advertising signs are printed by a huge inkjet printer, spraying paint. You can make the picture as large as you want. Not terribly hi-res, but for a billboard, that doesn't matter.
I can't help you on the fractal side of things, but once you have the large fractal image, there are many services that can print it, such as0 3
http://www.BigNose.com/
See the DPreview printing forum for more information
http://www.dpreview.com/forums/forum.asp?forum=10
Have fith graders paint what they see on z wall.
Z wall, Z wall. - Fantasy Island
What resolutions are typically required?
;-)
Infinite. Isn't that the whole point of fractals?
HIV Crosses Species Barrier... into Muppets
so your answer about resolution? depends on how much computing power you have, and how close you expect to look at it.
I have b/w A2 printouts having on my wall @1200 dpi, which is roughly 25600 by 19200 pixels.
Fractint has three features that you can use in conjunction to generate fractal images of this size. 1) Batch video mode, 2) Tiling, and 3) a way to fit the tiles together to a single image.
To get started, check out the sections "Batch mode" and "Disk-Video Modes" in the fractint help file.
The homepage of Fractint is http://www.fractint.org/, which unfortunately seems to be down for the moment...
/cj
I play on AutoCAD all day, and I imagine it wouldn't be too hard to adapt some fractal algorithims to AutoCAD Visual Basic. You'd probably be limited in resolution/iterations by the amount of system memory, and you could only use 256 colors, but otherwise it would work.
Oh, yeah, then there is the pricetag on AutoCAD.
It's a great program.
you can download it here
I've made some beautifull posters with it. All you need is scissors and tape. It even prints allignment crop marks for you.
Warning! I have had trouble using it on level 2 PS. Level 1 works fine though.
---
the pen is mightier than the sword, the sword is mightier than the court, the court is mightier than the pen.
I gave it a shot here, but gimp on NT chokes with large images. Once you get the image the poster program mentioned above should be great.
Another option is Xaos, with the options "xaos -render filename -size widthxheight -antialiasing", but you'll have to write a script to get xaos to the point where you want to see some output. I don't know whether it would be easier to use this or fractint, but xaos does give you a few more options.