tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

ImageSharp- cross platform bitmaps #241

Open tzachshabtay opened 6 years ago

tzachshabtay commented 6 years ago

Consider switching to ImageSharp- https://github.com/SixLabors/ImageSharp

Instead of our current bitmap load/manipulation which is split per platform, we should be able to use the same code on for all platforms, and perhaps get some additional high-level APIs for handling bitmaps.

EDIT: currently blocked on https://github.com/SixLabors/ImageSharp.Drawing/issues/61 And also: https://github.com/SixLabors/Fonts/issues/12