Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 520 Bytes

Picasso

A tool to invert, modify and/or crop images.

Compatibility

The tool is able to process RGB and RGBA images.

Abilities

Images can be cropped by adding: crop to template or to picasso cl call. Inverting is done by adding: invert or i to template or to picasso cl call. Changing a color is done by adding: "#FF0000 = #010000" to cli or by: #FF0000 = #010000 to template Templates are used by adding the filepath to the cl call.

Author: J. v. Reimersdahl