ImageSharp v1.0.2 Release Notes
Release Date: 2020-11-13 // almost 4 years ago-
Advisories and Breaking Changes
- None
๐ Release Notes
๐ Bug Fixes
- ๐ Use interest for target bounds. Fixes #1342 - #1343 via @JimBobSquarePants
- ๐ Fixed typo in AdaptiveThreshold - #1362 via @rold2007
- โ Add reference output for #1362 - #1363 via @brianpopow
- ๐ Fixed setting the file size when the BMP encoder has a color palette - #1384 via @dlemstra, @JimBobSquarePants
- ๐ Fix ARM Build for UWP Release - #1391 via @JimBobSquarePants
Area:Api
- Auto repair Png options to use Bit8. - #1395 via @JimBobSquarePants
- โ Add missing SaveAsync method - #1334 via @JimBobSquarePants
- Image.WrapMemory APIs wrapping Memory - #1314 via @Sergio0694, @JimBobSquarePants
๐ Area:Performance
- โ Add Avx backed Block8x8F Transpose method - #1374 via @JimBobSquarePants
- โก๏ธ Optimize Block8x8F low hanging fruit and fix naming - #1390 via @JimBobSquarePants
- โ Add SimdUtils.HwIntrinsics - #1398 via @JimBobSquarePants
- โ Add Avx2 Vector4 Span Premultiplication and Reverse - #1399 via @JimBobSquarePants
- โ Add AVX2 Vector4Octet.Pack implementation - #1402 via @JimBobSquarePants
- 3 <==> 4 Channel Shuffling with Hardware Intrinsics - #1409 via @JimBobSquarePants
- Vectorize (AVX2) JPEG Color Converter - #1411 via @tkp1n, @antonfirsov, @JimBobSquarePants
- Bokeh blur constructor tweaks (input validation, tiny speedup) - #1332 via @Sergio0694
- ๐ Improved codegen in ImageSharp.Guard - #1333 via @Sergio0694, @JimBobSquarePants
- โ Add 4 Channel Shuffle Intrinsics - #1404 via @JimBobSquarePants
- โก๏ธ Optimize TryGetSinglePixelSpan - #1407 via @JimBobSquarePants
- โฌ๏ธ Bump ChunkedMemoryStream buffer length - #1328 via @JimBobSquarePants
๐ Area:Build
- ๐ Fix compatibility with NET 5 SDK InternalsVisibleTo - #1337 via @JimBobSquarePants
- ๐ Use Ubuntu for Code Coverage. - #1377 via @JimBobSquarePants
- โก๏ธ Update Dependencies - #1378 via @JimBobSquarePants
- โฌ๏ธ Upgraded Magick.NET. - #1383 via @dlemstra, @JimBobSquarePants
- ๐ Fix JpegDecoderTests.Decode_IsCancellable - #1415 via @antonfirsov
- โ Advanced Feature Testing - #1385 via @JimBobSquarePants
Previous changes from v1.0.1
-
Advisories and Breaking Changes
- None
๐ Release Notes
๐ Bug
๐ Simplify jpeg encoder and fix for Windows ARM - #1304 via @JimBobSquarePants
๐ Fix non-seekable stream reading - #1316 via @JimBobSquarePants
Other
- โ Add GitHub Sponsors - #1311 via @JimBobSquarePants