Skip to content

[Feature Request]: Replace System.Drawing usage #3

@AristurtleDev

Description

@AristurtleDev

Purpose

Replace System.Drawing references with a native implementation of the structs needed.

Motivation

System.Drawing is not fully cross-platform; some of it relies on GDI+ which is windows only. Even though AsepriteDotNet only using System.Drawing.Color, System.Drawing.Rectangle, and System.Drawing.Point, there's no need to enforce usage of these. I think it would be a clearer statement that this is cross platform by being truly cross platform, including which parts of .NET are used.

Metadata

Metadata

Assignees

Labels

✅ Status: ClosedThe status of this issue or pull request is closed.🆕 Feature RequestRequesting a feature or new functionality be implemented💥 Breaking ChangeThe resolution would result in a change that would break existing projects that use this library.🔶 Priority: MediumThe priority of resolving this issue or pull request is medium (normal).

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions