Amazing program

. Fractal Extreme once held the undisputed "fastest" champion. Now we have something that is 10-100 times faster in most situations and deep zoom. But it is still arough draft, and here are some improvements (from high priority to low priority).
Thanks! Yes, KF is an experimental program and who knows, now when we have reliable glitch detection available, FX and others can make something much better and sell it to you. But I have had a lot of fun for a year at least

Make Glitch correction earlier. Don't wait for the fine-resolution image to be calculated/guessed before those ugly splotches get corrected.
I am not sure if it is possible, because only one reference is used at the time, since all zr and zi values for all iterations are stored and used in perturbation. Changing this reference on the fly would probably create new glitches and mixing them with correct pixels.
I think the splotches aren't ugly anymore, because now when all of them can be solved they are my friends now

Colors: Allow us to specify the frequency of the "waves" when we generate them.
Yes! And I am also elaborating with multiwaves inspired by Pauldelbrot. I will publish this soon

And all the rest of your suggestions are good, I will probably add them all eventually.
Main focus have currently almost only been on perturbation but it's getting close to something reliable now I think.
Yeah, please this one! Combine the current stuff with the features of MDZ palette editor:
<img>
I really miss the offset function for the palette, which makes it possible to very precisely position the stripes (which also use the manual adjustable bands).
You can offset the palette. And I will make a better wave function

Question: once we make a zoom out sequence how do we extract the raw iteration data (if we have written our own program insted of using the movie maker)?
You can find the source here:
http://www.fractalforums.com/index.php?topic=18725.0It's not updated since a while but this format is not changed. Function CFraktalSFT::OpenMapB in file fraktal_sft.cpp opens a kfb file.
Basically the file contains two tables, one integer table with iteration count values, and a float table with smooth coefficients.
I will update the source eventually.
Noobish question: Is there any real difference between Nanoscope and Kalles Fraktaler 2? KF works under wine (except the cursor feature, which is really minor), making it cross-platform in a sense. Any other advantages of Nano?
Is wine on Mac? Cool if so.
I've learned a lot from what Paul written about Nanoscope, it has been a big inspiration.
I am the implementator, not the inventor.
I clutter up the forum with all my buggy versions while others may want to do the proper programs before each release

But this is too much fun to resist, and we are breaking new lands, so we have learned a lot on the way.
Excellent! The first location I tried ended up with a rather boggling 30-40 references around the final minibrot, but they don't all do that, and the resulting images look very nice.
I have one small remaining issue with 2.4.* as compared with earlier versions; on zoom-in, the automatic maximum iteration estimate doesn't seem to be working quite as well as it used to, meaning that I have to manually increase the maximum by a factor of at least 4 instead of 2 to see the shape of the final minibrot, and also I'm more likely to see black areas off-center in the early stages of a zoom-in. Is this a necessary trade-off for the better glitch-fixing? If so, I can learn to live with it.

Thanks! No, no trade-offs on this was necessary. Maybe I tried to slim that and I should restore it because I also find it annoying when it happens too often.