Description
This library will convert the CgBIPNG to normal PNG.
alias CgbiToPng
png = CgbiToPng.to_png("File Path") # Return PNG Binary
File.write("Output Path", png)
FIX
Description
This library will convert the CgBIPNG to normal PNG.
alias CgbiToPng
png = CgbiToPng.to_png("File Path") # Return PNG Binary
File.write("Output Path", png)
FIX