Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 307 Bytes

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