New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ipacker

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipacker

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

latest
Source
npmnpm
Version
0.3.9
Version published
Maintainers
1
Created
Source

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
  • put all images into "./input" dir.

  • run:

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

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

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

  • the mapping-info in "./output/pack/img-mapping"

More Advanced Examples

coming soon ...

Keywords

pack

FAQs

Package last updated on 18 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts