Skip to content

Conversation

@ynse01
Copy link
Owner

@ynse01 ynse01 commented Aug 27, 2022

No description provided.

turbedi and others added 30 commits April 26, 2022 20:26
# Conflicts:
#	src/ImageSharp/Formats/Webp/WebpDecoderCore.cs
#	tests/ImageSharp.Tests/TestImages.cs
 Use ReadOnlySpan<byte> static data compiler optimization in more places
Add support for decoding jpeg's with arithmetic coding
Replace Array.Clear(array, 0, array.Length) calls with Array.Clear(array)
brianpopow and others added 29 commits July 30, 2022 18:22
TGA Encoder/Decoder Improvements
The `EnumUtils.Parse` method used to use the non-generic `Enum.GetValues` method to do its job, which is unsafe and produces AOT warnings.
This PR refactors it to use `Enum.IsDefined` instead, which does not allocate.
I also added asserts to methods in `EnumUtils` that ensure we use them with int-sized enums.
Tiff: Make sure 1 Bit compression is only used with 1 bit pixel type
Refactor `EnumUtils` and make it AOT-friendly.
…rs can't be correctly displayed on external apps #2212
Fix IPTC tags written on jpg files that contains non-English characters can't be correctly displayed on external apps #2212
@ynse01 ynse01 merged commit 8bbec22 into ynse01:master Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants