SourMesen / Mesen-S

Mesen-S is a cross-platform (Windows & Linux) SNES emulator built in C++ and C#
GNU General Public License v3.0
415 stars 100 forks source link

Bilinear interpolation looks wrong in 0.4.0 #138

Closed badgertapes closed 4 years ago

badgertapes commented 4 years ago

hi. ever since the update to 0.4.0, ive noticed the interpolation looks messy and off, and i'm not entirely sure why this is. left: 0.3.0 right: 0.4.0 ISSUE

SourMesen commented 4 years ago

Thanks for the report.

This is the expected result as of this change: 5315ef44453f70b9b5a13aa1a3b40378bb102baf More information is in this issue (and the articles linked there): #52

Basically, the change makes it so the interpolated result uses colors that are closer to the original picture. This makes it so the outline around the text does not get "bolder" when interpolation is turned on, etc.