if i want a perfect per-pixel result with imap, i set the min and max to 0,0, but it takes waay longer than BF in this case.
i want the same "no fuss" setting, at a similar speed to BF, but with the advantages of caching and multiframe incremental for flythroughs.
what is the best way to disable all the interpolation and other features of the imap so it matches BF for speed and quality?
i guess, min max at 0, thresholds all at 0, delaunay triangulation(?) and interpolation samples all at 0?
i need to play more with this, but it could be a good compromise between bf and standard imap setup..
i want the same "no fuss" setting, at a similar speed to BF, but with the advantages of caching and multiframe incremental for flythroughs.
what is the best way to disable all the interpolation and other features of the imap so it matches BF for speed and quality?
i guess, min max at 0, thresholds all at 0, delaunay triangulation(?) and interpolation samples all at 0?
i need to play more with this, but it could be a good compromise between bf and standard imap setup..
Comment