PixelFormatsConverter 1.0.0

dotnet add package PixelFormatsConverter --version 1.0.0
NuGet\Install-Package PixelFormatsConverter -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PixelFormatsConverter" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PixelFormatsConverter --version 1.0.0
#r "nuget: PixelFormatsConverter, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PixelFormatsConverter as a Cake Addin
#addin nuget:?package=PixelFormatsConverter&version=1.0.0

// Install PixelFormatsConverter as a Cake Tool
#tool nuget:?package=PixelFormatsConverter&version=1.0.0

PixelFormatsConverter

Convert from System.Drawing.Imaging.PixelFormat to System.Windows.Media.PixelFormat (or System.Windows.Media.PixelFormat or System.Drawing.Imaging.PixelFormat)

IC

NuGet package

How to use it ?

An extension method named 'Convert' do the job. Just call the Convert() method from a System.Drawing.Imaging.PixelFormat or a System.Windows.Media.PixelFormat item.

using PixelFormatsConverter;

...
    myItem.Convert();
...

Enjoy !

Support / Contribute

If you have any questions, problems or suggestions, create an issue or fork the project and create a Pull Request.

You want more ? Feel free to create an issue or contribute by adding new functionnalities by forking the project and create a pull request.

And if y like this project, don't forget to star it !

You can also support me with a coffee :

"Buy Me A Coffee"

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 236 9/26/2023
1.0.0-preview1 89 9/26/2023
0.1.0 22,473 7/26/2016