25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
# apfelimg.inf
|
|
#
|
|
# (Translator's note: The name of this folder and file group is taken
|
|
# from the word 'Apfelm„nchen', which is the German term for fractals.)
|
|
#
|
|
# With this file, which is looked for first in the configuration
|
|
# directory (for instance in $HOME or $THINGDIR) and then in Thing's
|
|
# starting directory, one can specify the size of the calculated
|
|
# fractal tiles (the assumed default is 64x40). With the commands
|
|
# 'x_size=<tile-width>' and 'y_size=<tile-height>' one can set the
|
|
# size in both directions; a value of -1 here means that for the
|
|
# appropriate direction the corresponding size of the desktop's working
|
|
# area will be used.
|
|
#
|
|
# Those who do not own a Medusa with a 68040 are advised not to increase
|
|
# the standard 64x40 size by much, as otherwise the tiles will take an
|
|
# agonisingly long time to calculate (I'm no expert in fractal algorithms).
|
|
# But as ApfelImg was anyway only meant as a gag that no one is likely to
|
|
# want to use permanently, this should be bearable. It is mainly meant to
|
|
# illustrate the possibilities of Thing's picture-module interface.
|
|
|
|
x_size=64
|
|
y_size=40
|
|
|