Censor

Version info

censor is a standalone palette analyser inspired by DawnBringer's Palette Analyser for GrafX2 and having a compatible layout. It helps creating and evaluating restricted palettes by providing visualisations and highlighting certain properties.

Examples

Aerugo Aurora Cheese palette Obra Dinn

Installation

Install the rust toolchain using rustup or the repository. Then run: $ cargo install censor-analyser

Usage

To see all the flags and descriptions, pass --help to censor and its subcommands.

censor analyse

The default output is written into plot.png in the working directory even if the file exists. Specify another output file with -o another.png argument. To use black, grey and white for UI instead of choosing palette colours, pass the -g flag.

Analyse a palette from an image input.png: $ censor analyse -i input.png Analyse a palette from a text file input.hex: $ censor analyse -f input.hex Analyse a palette from manually specified hexcodes 2e3037,ebe5ce: $ censor analyse -c 2e3037,ebe5ce Analyse a palette from lospec.com aurora: $ censor analyse -l aurora

censor compute

Palette input options are the same as for censor analyse. In addition, there are options for specifying which metrics should be computed. -a, --all activates all the metrics. There are also flags for individual metrics (see the help page). The output is formatted in csv to be script-friendly.

censor daemon

Start daemon mode on port 8008: $ censor daemon -p 8008 Once the daemon is running, send commands after connecting to the port (one command per connection). The syntax of the only currently supported command: analyse <hex|img|file>://DATA OUTPUT hex://: DATA is a comma-separated list of colour hexcodes.

img://: DATA is the input image path.

file://: DATA is the input newline-separated hexcode list path.

OUTPUT is the output image path.

On success, OK is returned. On error, ERR is returned and more info is printed into daemon's stderr.

Features

Widgets available