image-to-tile
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Image Tiler

Install

npm i image-to-tile

Usage in Code

import imageToTile from 'image-to-tile';
 
function makeItHappen() {
  imageToTile('./input.png', './output-dir/');
}

This converts the input.png to a scaled pyramid of the image. The output dir would have the input files name plus _files under the output dir. The folder structure would then be:

./output-dir/input_files/{x}/{y}/{z}.png

Usage in Cli

image-to-tile slice ./input.png ./output-dir/

This converts the input.png to a scaled pyramid of the image. The output dir would have the input files name plus _files under the output dir. The folder structure would then be:

./output-dir/input_files/{x}/{y}/{z}.png

Readme

Keywords

none

Package Sidebar

Install

npm i image-to-tile

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

4.96 kB

Total Files

14

Last publish

Collaborators

  • mbround18