TASEmulators / TASEncodingPackage

http://tasvideos.org/EncodingGuide/PublicationManual.html
MIT License
4 stars 3 forks source link

Fix multisegment SD resizing #25

Closed despoa closed 2 months ago

despoa commented 2 months ago

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