dolphin-emu / fifoci

Continuous integration service running Dolphin FIFO logs to find graphics rendering regressions
BSD 2-Clause "Simplified" License
48 stars 21 forks source link

Revert "Strip Alpha from PNGs" #32

Closed JosJuice closed 3 years ago

JosJuice commented 3 years ago

This reverts commit 2a9794dd84575e637ae9f55b0c0ad4b355b24107.

The commit that made Dolphin stop outputting alpha was merged 5 years ago (https://github.com/dolphin-emu/dolphin/pull/3157), so there's no longer much reason to keep this around.

The main reason why I want to revert this is because the code doesn't actually work right now due to imagemagick not being installed. The code path is currently not being used, but I would like to start using it again (see https://github.com/dolphin-emu/dolphin/pull/9275).