Seems there's a lake on supporting this on 64 bit, for more details, please refer to https://github.com/OrchardCMS/OrchardCore/issues/6414
@hishamco to make it actionable for us, can you please:
fire the following request to OrchardCore: https://my.domain/media/myimage.png?width=100
ImageSharp version:
SixLabors.ImageSharp 1.0.0-rc0002
Other ImageSharp packages and versions:
SixLabors.ImageSharp.Web 1.0.0-rc0003
Environment (Operating system, version and so on):
Published the web site in devops
- task: DotNetCoreCLI@2
inputs:
command: 'publish'
publishWebProjects: false
projects: '**/CmsWeb.csproj'
arguments: '-o $(Build.ArtifactStagingDirectory) -r win-x64 --self-contained'
windows server 64 bit.
.net core 3.1.5
It fails for all the png files I tested, but here's an example.

Throwing line is here.
The fix should be simple. I'm checking for Sse3 not the correct supplementary Ssse3 support.
c#
Ssse3.MultiplyAddAdjacent.MultiplyAddAdjacent(Vector128<byte> left, Vector128<sbyte> right)
Would this happen on any Windows machine or does it depend on the cpu ?
@sebastienros depends on the CPU. Many (most) likely support Ssse3
Most helpful comment
Steps to Reproduce
fire the following request to OrchardCore: https://my.domain/media/myimage.png?width=100
System Configuration
ImageSharp version:
SixLabors.ImageSharp 1.0.0-rc0002
Other ImageSharp packages and versions:
SixLabors.ImageSharp.Web 1.0.0-rc0003
Environment (Operating system, version and so on):
Published the web site in devops
windows server 64 bit.
.net core 3.1.5
It fails for all the png files I tested, but here's an example.
