An open API service indexing awesome lists of open source software.

https://github.com/mathieumack/pixelformatsconverter

Allow a convertion from enum System.Drawing.Imaging.PixelFormat to System.Windows.Media.PixelFormats and inversion.
https://github.com/mathieumack/pixelformatsconverter

Last synced: 10 months ago
JSON representation

Allow a convertion from enum System.Drawing.Imaging.PixelFormat to System.Windows.Media.PixelFormats and inversion.

Awesome Lists containing this project

README

          

## 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](https://buildstats.info/nuget/PixelFormatsConverter?includePreReleases=true)](https://nuget.org/packages/PixelFormatsConverter)

### 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.

```c#
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"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/mathieumack)