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