Iron 386 replace all system drawing with iron drawing#24
Merged
mee-ironsoftware merged 21 commits intomasterfrom Dec 28, 2022
Merged
Conversation
- Get Color from name by KnownColors - Modify Color XML comment
- Install libgdiplus - Add .NET70 UT to MacOS - For MacOS will run in sequence - Remove install Dotnet in each UT run
- operator == - operator != - Equals
- Fixed incorrect image color when read Tiff - Fixed loss transparency when convert from ImageSharp to AnyBitmap
- Fixed System.Drawing to AnyBitmap loss transparency - Add new function Stride, Scan0, and MimeType - Add function GetImageFormat()
Still System.Drawing.Common v5.0.3
- Also add unit tests for Scan0, and Stride
- Also add missing XML Comment
mbkrispy
reviewed
Dec 16, 2022
mbkrispy
reviewed
Dec 16, 2022
mbkrispy
reviewed
Dec 16, 2022
c13a70b to
e1b16d9
Compare
1993a12 to
c7393fd
Compare
857d953 to
9ffb94e
Compare
- Remove deps file on netstandard2.0 - Modify releasenotes
9ffb94e to
bf6f30b
Compare
adds nuget dependency to System.Memory v4.5.5 for net462
…nflict adds nuget dependency to System.Memory v4.5.5 for net462
Member
|
This PR looks good to me Are there any specific files or parts you wish me to look over or review in more detail? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features Added
AnyBitmap
MimeType to gets MIMEType of the AnyBitmap object including image/bmp, image/jpeg, image/png, image/gif, image/tiff, image/webp, and image/unknown
Color
Bug Fixed
AnyBitmap