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.