You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be a noticeable LoadResizeSave speed regression on 2.1 and Framework (no SIMD for shuffles), but I hope the ROTR / ROTL path will keep it in an acceptable range.
Introduce PixelTypeInfo.HasAlpha #1396 combined with omitting premultipication for Rgb24 will cancel out these regressions, bringing noticeable speedup on 3.1 and .NET 5. We may want to consider milestoning that issue to 1.1.0
The text was updated successfully, but these errors were encountered:
antonfirsov
changed the title
Non-generic Image.Load should decode into Image<Rgb24>
Non-generic Image.Load should decode Jpeg into Image<Rgb24>
Nov 2, 2020
Prerequsite: #1354
Rgb24
will cancel out these regressions, bringing noticeable speedup on 3.1 and .NET 5. We may want to consider milestoning that issue to 1.1.0The text was updated successfully, but these errors were encountered: