OpenLoco / ObjectEditor

A modern implementation of 'LocoTool' for dat file parsing
7 stars 3 forks source link

Switch back to ImageSharp #90

Closed LeftofZen closed 2 months ago

LeftofZen commented 2 months ago

I switched to SkiaSharp because ImageSharp doesn't support indexed PNG files, and SkiaSharp claimed to...but it doesn't. Switching back because ImageSharp was a cleaner and simpler library and didn't require all the unsafe code and pointer manipulation.