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

https://github.com/lhx077/csharprgbaconverter

A C# library that can convert Raw RGBA data to PNG,and convert PNG to Raw RGBA data in a easiest way!
https://github.com/lhx077/csharprgbaconverter

c-sharp c-sharp-library color

Last synced: 1 day ago
JSON representation

A C# library that can convert Raw RGBA data to PNG,and convert PNG to Raw RGBA data in a easiest way!

Awesome Lists containing this project

README

        

# C# RGBA Converter
**A C# library that can convert Raw RGBA data to PNG,and convert PNG to Raw RGBA data in a easiest way!**

Tutorial:
It's VERY easy,just write like below:

**1:Use function "RGBA2PNG" to convert Raw RGBA Data to PNG File.
2:Use function "PNG2RGBA" to convert PNG File to Raw RGBA Data.**