Replies: 1 comment 5 replies
-
|
They can run on Linux, you just need to install gdiplus like we do in the CI. System.Drawing was used as ImageMagick had issues when the tests were first written. Whether that is still the case I don't know and I don't want to invest time switching over at the moment. What should be done however, is the readme updated to include instructions to add gdi dependencies for testing whicb can be copied from the CI yaml file. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I saw that a lot of test are using Gdi+ in ImageSharp.Drawing, so those test cannot run on linux anymore on Linux, is there a reason to keep GDI+ (System.Drawing) for the tests, or could it be replace with ImageMagick ?
Beta Was this translation helpful? Give feedback.
All reactions