RYF

Results 5 comments of RYF

> What's the exception that you get with the standard JIT build? System.Runtime.InteropServices.COMException: No suitable transform was found to encode or decode the content. (0xC00D5212) Stack Trace - at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32...

[AOT_Test_MagicScaler_HEIF.zip](https://github.com/user-attachments/files/22124242/AOT_Test_MagicScaler_HEIF.zip) Please find attached demo app.. Publish using `dotnet publish -c Release -r win-x64`

> For some of WIC's codecs, like HEVC/HEIC and JPEG XL, there's a stub that's always present. The codec still shows up when you enumerate WIC components, but then it...

> Another thing you could try is simply calling `CopyPixels` on the pipeline yourself instead of processing into an encoder stream. If my guess is right, it's the native encoder...

> This is what you need to do to detect whether HEVC/HEIC is actually available. This is mostly using TerraFX.Interop.Windows, the PDN specific stuff should be easily translatable: @rickbrew Thanks...