emndl -- exponentially transformed Mandelbrot Set renderer
Copyright (C) 2011  Claude Heiland-Allen <claudiusmaximus@goto10.org>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


more docs to follow, quick start (if you have the dependencies):

$ make && mkdir tmp && cd tmp && /path/to/emndl.sh --help

note that currently emndl.sh needs an absolute path to work correctly

emndl_autotune currently requires ghc-7 compiled with integer-simple so that
the bindings to MPFR will work correctly.  if you have such a ghc, you can
try enabling auto mode:

$ make emndl_autotune
$ /path/to/emndl.sh --auto 80 --png --jpeg
