✅ 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
No.
could you elaborate please?
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.
thanks!
I'd recommend looking into imagemagick if you want something that'll work anywhere