The current code for SD multisegment resizing had PointResize() being used even if the current segment had dimensions that were less than 100% bigger (2x size). This led to sharp resizing artifacts that Lanczos4Rezize() should have covered up but didn't. This should fix it. Addresses issue #24
The current code for SD multisegment resizing had PointResize() being used even if the current segment had dimensions that were less than 100% bigger (2x size). This led to sharp resizing artifacts that Lanczos4Rezize() should have covered up but didn't. This should fix it. Addresses issue #24