Rick Brewster
Rick Brewster
> It's strange that you get as far as `CopyPixels` if there's no codec installed For some of WIC's codecs, like HEVC/HEIC and JPEG XL, there's a stub that's always...
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: ```cs using PaintDotNet.Interop;...
> But I fear there can be other wrong reporting by WIC about unavailable codecs as being available which can crash my app It could also be worth baking that...
I was able to verify that this is a new bug that was introduced between .NET 10 Preview 5 and Preview 6 I have a build of my app from...
DPI scaling does change things -- I run at 150%. If I change it to 125%, it's still hidden. At 100% though it becomes visible:
> The moment you select one of the items in the Designer, the toolbar is rendering everything correctly. Can you repro that one? I haven't used the designer since about...
@KlausLoeffelmann do you need anything more from me for this bug?
> Would that address your requirement? Yeah that seems perfect 👍
btw if I remove the status grip (`SizingGrip = false`), the zoom in button does correctly appear. So at least I sort of have a workaround for now.
> If your time allows, would you mind running PDN [against the nightly RC2](https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md) build and see, if you're good with it? No luck I can give you access to...