Open kseelam01 opened 1 year ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Tagging subscribers to this area: @dotnet/area-system-drawing See info in area-owners.md if you want to be subscribed.
Author: | kseelam01 |
---|---|
Assignees: | - |
Labels: | `untriaged`, `Pri3`, `area-System.Drawing` |
Milestone: | - |
@JeremyKuhne can you please take a look?
Is there any update on this issue ? Are you able to see the issue and Is the issue reproducible?
related: #9107
Hello,
My existing code works with System.Drawing.Image API which isn't working for some image formats as webp and throws Parameter is not valid exception. Hence I'm trying to decode webp format images using BitmapDecoder in System.Windows.Media.Imaging. The decoding is working fine on windows 11 but getting the error ''No imaging component suitable to perform this operation was found. COM Initialization failed.'' on Windows Server 2012 or Windows Server 2022.
Here the error stackTrace:
I've tried converting webp images to other formats and use the stream with System.Drawing,Image But was throwing Parameter not valid error. Does the Windows Server 2022(Version 21H2 and Os build 20348.1607) support decoding of webp images and if not when would the windows updates for the same be provided ?