BohemiaInteractive / img2pac

jpg & png to paa / pac image conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Converts jpg & png images to paa & pac proprietary image format as described by the public PPA file format specs.

npm i img2pac

CLI interface

> img2pac <source-file> <destination-file>

Module interface

const toPAC = require('img2pac');

return toPAC(source, destination); //returns a Promsie

About

jpg & png to paa / pac image conversion

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%