Re: [Fractint] Mandel Machine (Roger Kaufman)
Hi Richard,
My pages render the images at 1600x1200 with 3x oversampling, so the actual rendered dimensions are 4800x3600.
My system has this processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz stepping : 3 microcode : 0x19 cpu MHz : 3506.459 cache size : 6144 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl pni ssse3 lahf_lm bogomips : 7012.91 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: I have been trying to load the par in disk video mode and it core dumps right away. The planned command is ./xfractint -disk @test.par/VsionOfaDistantSea -geometry 4800x3600 Trying this with the default fractal does not core dump, but at such a large window, how do you get the dialog that it is done? I just guessed at it as I assumed it was done right away. I pressed 's' to save it and then escape and 'y' to exit. Might there be a way of specifying the output file on the command line? Do you simply resize the image with an image editor afterwards?
In article <555263B3.3000008@interocitors.com>, Roger Kaufman <rogerkaufman@interocitors.com> writes:
The planned command is
./xfractint -disk @test.par/VsionOfaDistantSea -geometry 4800x3600
I can send you my scripts that run from a cron job if you want. The relevant part is this: bin/xfractint -disk -geometry $2x$3 \ batch=yes savename=$stream.gif "@$stream.par/tmp" The batch=yes makes it render the image and then exit immediately after it is done.
Do you simply resize the image with an image editor afterwards?
I use a command-line utility. I automated everything. The tool I'm using is fairly old, but an equivalent command-line with GraphicsMagick would be something like: convert big-image.gif -resize 1600x1200 -filter Mitchell filtered.png -- "The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline> The Computer Graphics Museum <http://ComputerGraphicsMuseum.org> The Terminals Wiki <http://terminals.classiccmp.org> Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>
participants (2)
-
Richard -
Roger Kaufman