Skip to content

andrewsadowski/alpha-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


npm version npm downloads npm downloads monthly code style

A CLI that takes an absolute path to a directory of .pngs, and turns off the alpha-channel for all of them.

Prerequisites

  • NodeJS

Installing

Install dependencies via NPM/Yarn to run

npm install -g alpha-remover

Running Application

After installing globally via NPM, run from the terminal with a path to a directory:

alphaRemover '/absolute/path/to/dir/'

The CLI will check if you have Homebrew and ImageMagick installed, and if you don't it will install them for you. Then it will remove the alpha channel from each .png in the directory you passed it.

About

NPM CLI that turns off alpha-channel on all pngs in a provided directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published