joseprio / xBRjs

JS implementation of the xBR image scaler
MIT License
38 stars 3 forks source link

xBR Version? #9

Closed bitkidinc closed 2 years ago

bitkidinc commented 2 years ago

Hi, great work on this! I was just wondering which xBR implementation you used? It seems like there are a million permutations for it now.

joseprio commented 2 years ago

Thanks! IIRC I based it in the original one from here: https://forums.libretro.com/t/xbr-algorithm-tutorial/123

It's slightly modified in order to handle the alpha channel (if present), and address some border artifacts.

bitkidinc commented 2 years ago

OK cool, thanks!