fix Gaussian mipmap generation in FSLoader:
commitcac2f966df7a13105af3c447e4edd78c9309ee03
authorStephan Saalfeld <saalfeld@saalfeld-mac.(none)>
Tue, 30 Aug 2011 09:07:44 +0000 (30 11:07 +0200)
committerStephan Saalfeld <saalfeld@saalfeld-mac.(none)>
Tue, 30 Aug 2011 09:07:44 +0000 (30 11:07 +0200)
tree8d1f1cbd2090f2476b65534279533a9e3b0888c1
parent3f9f0eb65b1d60a48562213ec7f986e8d69cabf4
fix Gaussian mipmap generation in FSLoader:
* use the correct sigma value for downsampling (its sqrt(0.75), not 0.75)
* use ImageJ GaussianBlur instead ImageFilter, faster thanks
  multi-threading and scaling (for larger sigmas)
* use accurate 1/2 resizing as introudced in the last commit
* remove clutter in the GRAY8 branch and use the available methods instead
* fixed comment that said jpeg even if it was tif or png
* added a comment to the AWT based part (that one is not fixed regarding
  accuracy nor the final rendering)

TODO Evaluate the AWT speed gain relative to util.Downsampler, particularly
when not doing pixel-size based scaling!  If either of those methods would
be used at some point, the rendering of images must be aware of that and
compensate for pixel offset differntly than for the Gaussian method.
ini/trakem2/persistence/FSLoader.java