CVD Software

Results 2 issues of CVD Software

I'm trying to convert sample1.heic from https://filesamples.com/formats/heic ([image1.zip](https://github.com/saucecontrol/PhotoSauce/files/9071663/image1.zip)) using the latest version from nuget (PhotoSauce.MagicScaler 0.13.0 and PhotoSauce.NativeCodecs.Libheif 1.12.0-Preview2) on .NET 6.0: ```csharp CodecManager.Configure(codecs => { var wicheif = codecs.OfType().FirstOrDefault(c...

I'm trying to process a heic file, but I got the following exception (using latest version): ``` System.InvalidOperationException HResult=0x80131509 Message=Unsupported feature: Unsupported color conversion Source=PhotoSauce.NativeCodecs.Libheif StackTrace: at PhotoSauce.NativeCodecs.Libheif.HeifResult.Check(heif_error err) at...

external-issue