Re: [Fractint] Mandel Machine (Roger Kaufman)
Hi Richard,
./xfractint @test1.par/VsionOfaDistantSea
This par, which contains the formula core dumps. When I used "Poachers_Afoot" which uses a system formula it works. ./xfractint "@test2.par/Poachers_Afoot"
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.
I am having trouble when the geometry gets top big. It immediately writes a blank gif and exits. I don't have time to debug now but I could put in debug statements to see where it fails. It may be a problem due to the fact I am running in a virtual machine instead of natively. Interesting, once (but only once) this command worked by generating the image of 1600x1200. ./xfractint -disk -geometry 1600x1200 batch=yes savename=test.gif "@test2.par/Poachers_Afoot" How is geometry supposed to work. If I tried 800x800 it instead generated an image which was 1068x800. Maybe my geometry isn't legal? Roger
I'm using 20.04.9. In article <555487EC.2010703@interocitors.com>, Roger Kaufman <rogerkaufman@interocitors.com> writes:
This par, which contains the formula core dumps.
The formula code is buggy. It uses fixed-length arrays and does no checking when the array bounds are exceeded, happily corrupting memory all over the place.
./xfractint -disk -geometry 1600x1200 batch=yes savename=test.gif "@test2.par/Poachers_Afoot"
How is geometry supposed to work. If I tried 800x800 it instead generated an image which was 1068x800. Maybe my geometry isn't legal?
The geometry argument specifies the pixel dimensions of the image. If the parameter set also overrides the image dimensions by doing something like video=SF8, then whatever you specify on the geometry argument gets overridden. Jim Muth puts the video mode he used in a comment, but not in the parameter set. -- "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