jimminning / ConvertTo-Png

A PowerShell script that converts image files to PNG format
MIT License
6 stars 3 forks source link

Support PowerShell Core #1

Open jimminning opened 2 years ago

jimminning commented 2 years ago

Look into using System.Windows.Media.Imaging.BitmapDecoder and switching to PowerShell Core. https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.bitmapdecoder?view=net-5.0

blahblahcode commented 7 months ago

Is there a workaround for this until then?

jimminning commented 5 months ago

Just continue using Windows PowerShell.