0.3.9 • Published 6 years ago

ipacker v0.3.9

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.2

6 years ago

0.3.0

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago