TASEmulators / TASEncodingPackage

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

Sharpness of SD multisegment resizer #24

Open vadosnaprimer opened 3 weeks ago

vadosnaprimer commented 3 weeks ago

https://github.com/TASEmulators/TASEncodingPackage/blob/d0798953e39468d849f4da6f22c094b8b31045ca/programs/functions.avsi#L21

This new approach (introduced in #12) does weird things with PCem startup. It takes this 640x680 frame

изображение

and resizes it to gameplay resolution of 800x600 like this

изображение

while it should be closer to this, to appear more like on a CRT monitor (and does appear if I comment out that line above)

изображение

Same deal with this 640x480 frame

изображение

that should look like this

изображение

vadosnaprimer commented 2 weeks ago

Should be fixed by #25