1.1.1 • Published 1 year ago

tif2png v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tif2png

Installation

npm install tif2png

Usage

const { readFileSync, writeFileSync } = require("node:fs");
const { tif2png } = require("tif2png");

const tifContent = readFileSync("image.tif");
const pngContent = tif2png(tifContent);
writeFileSync("image.png", pngContent);
1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago