0.3.9 • Published 5 years ago

ipacker v0.3.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

iPacker

A node.js tools for packing some images into one.


Getting started

First, download and install ImageMagick.

In Mac OS X, you can simply use Homebrew and do:

brew install imagemagick

Second, install Node.js.

Then, run

npm install

Help Info

node ipacker.js --help

Simple Examples

  • Pack all in one

1) put all images into "./input" dir.

2) run:

node ipacker.js  -p --name all-in-one

Note: --name , the packname doesn't include ext-name.

3) the all-in-one.png will be created in "./output/pack".

4) the mapping-info in "./output/pack/img-mapping"

More Advanced Examples

coming soon ...

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.2

5 years ago

0.3.0

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago