Skip to content

Short CLI utility for applying a color palette to every file in a directory

License

Notifications You must be signed in to change notification settings

CharlesHD/Palettize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Apply the same palette to multiples images in a directory, producing images with the same palette.

Installation

With stack :

stack build
stack install // will copy binary in stack bin directory

Usage

If the binary is in your PATH you can just use

palettize palette dir

else you can use stack exec

stack exec palettize palette dir

palette must be a N x 1 image with N between 1 and 256. dir must be the directory containing images you want to apply palette to.

It will create a res directory in dir containing all transformed images.

About

Short CLI utility for applying a color palette to every file in a directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published