Prerequisites
ImageSharp version
3.1.11
Other ImageSharp packages and versions
.
Environment (Operating system, version and so on)
Windows
.NET Framework version
8.0
Description
AVE From UnpackToRgbPlanesAvx2Reduce.txt
When using our tool with SaveAsJpeg in ImageSharp, I got this AVE error (see attached error log) for certain images.
Changing the method to SaveAsPng resolved the issue.
Also for color images with a pixel count not divisible by 8 and less than 3 pixels over, a padded copy is created to avoid JPEG encoding issues as a work-around.
Steps to Reproduce
When I checked individual images with the SaveAsJpeg method using a few commands, this was fine, so at this point I am not sure.
Images
Images to send.zip
Prerequisites
DEBUGandRELEASEmodeImageSharp version
3.1.11
Other ImageSharp packages and versions
.
Environment (Operating system, version and so on)
Windows
.NET Framework version
8.0
Description
AVE From UnpackToRgbPlanesAvx2Reduce.txt
When using our tool with SaveAsJpeg in ImageSharp, I got this AVE error (see attached error log) for certain images.
Changing the method to SaveAsPng resolved the issue.
Also for color images with a pixel count not divisible by 8 and less than 3 pixels over, a padded copy is created to avoid JPEG encoding issues as a work-around.
Steps to Reproduce
When I checked individual images with the SaveAsJpeg method using a few commands, this was fine, so at this point I am not sure.
Images
Images to send.zip