Venomalia / DolphinTextureExtraction-tool

Dumps GC and Wii textures, compatible with the Dolphin texture hash.
MIT License
29 stars 5 forks source link

use SixLabors.ImageSharp as Grafik-API #39

Closed Venomalia closed 1 year ago

Venomalia commented 1 year ago

use SixLabors.ImageSharp instead of System.Drawing. This allows the use of the tool under non-Windows systems (Not tested). the change include only the most necessary, we could integrate the api even better.

fix #36