Git Product home page Git Product logo

imgpacker's Introduction

imgpacker

A multipurpose command-line image processing and tiling utility.

Download

Latest Windows Executable (x86/x64)

Usage

imgpacker [Options] <CellSize> <Columns> <OutputFile> [InputFolder]

Option Description
-ba
--blurAfter
Blurs input images after resizing
-bb
--blurBefore
Blurs input images before resizing
-sa
--sharpenAfter
Sharpens input images after resizing
-sb
--sharpenBefore
Sharpens input images before resizing
-ma
--medianAfter
Applies a median filter to input images after resizing
-mb
--medianBefore
Applies a median filter to input images before resizing
-fy
--flip
Flip the image about the vertical Y axis
-fx
--flop
Flop the image about the horizontal X axis
-fl[#RRGGBB]
--flatten[#RRGGBB]
Merge alpha transparency channel, if any, with a background
color (specified in hex). Default color is #000000

Building

Dependencies

Instructions

  • Install the above dependencies. This should be easily done by executing npm install from within the project's root folder.
  • Windows: Execute npm run build from within the project's root folder. This should create a binary executable within the same folder.
  • MacOS/Linux: I'm not sure if nexe can build binaries for you, but you should be able to run the app via npm run imgpacker.js [args]. There are also other solutions, such as pkg.

imgpacker's People

Contributors

rectangleequals avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.