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!
- Host: GitHub
- URL: https://github.com/lhx077/csharprgbaconverter
- Owner: lhx077
- License: apache-2.0
- Created: 2025-01-11T19:02:46.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-05-26T19:38:07.000Z (about 1 month ago)
- Last Synced: 2025-06-01T07:23:27.710Z (26 days ago)
- Topics: c-sharp, c-sharp-library, color
- Language: C#
- Homepage: https://www.nuget.org/packages/RGBAConverter
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**