saalfeldlab / paintera

GNU General Public License v2.0
94 stars 17 forks source link

Interpolation Between Slices should use the resolution of the higher resolution slice #505

Open cmhulbert opened 10 months ago

cmhulbert commented 10 months ago

In shape interpolation mode, each interpolated segment between two slices is entirely independent, and the resolution of the interpolated section is based arbitrarily on the first slice of the segment. This leads to issues where the first and second slice of a segment have different resolutions, and the transition between them is quite jarring.

The solution would be to generate the interpolated segment based on the higher resolution slice.