-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Intention] Remove dependence on System.Drawing #158
Labels
Milestone
Comments
11 tasks
atruskie
added a commit
that referenced
this issue
Feb 17, 2020
Known bugs: - short file name bug (se main entry) - #289 - #288 - ImageSharp has bugs that crash with versions greater than 1.0.0-unstable0598 - ImageSharp has bug in parallel implementation so you'll find Drawing.NoParallelConfiguration sprinkled everywhere - And another ImageSharp bug prevents us from writing text on concatenated images All up though, the majority of things work. Yay! Work done for #158 and #159
atruskie
added a commit
that referenced
this issue
Feb 17, 2020
Known bugs: - short file name bug (se main entry) - #289 - #288 - ImageSharp has bugs that crash with versions greater than 1.0.0-unstable0598 - ImageSharp has bug in parallel implementation so you'll find Drawing.NoParallelConfiguration sprinkled everywhere - And another ImageSharp bug prevents us from writing text on concatenated images All up though, the majority of things work. Yay! Work done for #158 and #159
Closed (completed) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Image rendering should be properly supported on all platforms, and
A generic GDI+ error has occurred
should be an error message we never see again.Actual behaviour
Image rendering relies on a Mono shim of System.Drawing, and we regularly see generic GDI+ errors which hamstring the way we render large images. System.Drawing is also innately unparallelizable.
Any other details
The ImageSharp project looks like a good replacement.
This is an extremely low priority issue that will involve a ton of work.
http://photosauce.net/blog/post/5-reasons-you-should-stop-using-systemdrawing-from-aspnet
The text was updated successfully, but these errors were encountered: