C
C#3w ago
emb3rcia

✅ Question about crosscompatibility and function usage

I have a question, i want to convert one image type (eg jpg) to another (eg png), i want the program to be cross compatible with linux and windows, will System.Drawing.ImageConverter or System.Drawing.ImageFormatConverter do what i want and be cross compatible? thanks in advance
5 Replies
wasabi
wasabi3w ago
No.
emb3rcia
emb3rciaOP3w ago
could you elaborate please?
wasabi
wasabi3w ago
Breaking change: System.Drawing.Common only supported on Windows - ...
Learn about the .NET 6 breaking change where the System.Drawing.Common package is no longer supported on non-Windows operating systems.
emb3rcia
emb3rciaOP3w ago
thanks!
Pobiega
Pobiega3w ago
I'd recommend looking into imagemagick if you want something that'll work anywhere

Did you find this page helpful?