Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 892 Bytes

File metadata and controls

26 lines (19 loc) · 892 Bytes

rustyPatina

A rusty command line application to apply some patina to a photo. Actually the patina effect is not yet implemented.

Actually currently there are no effects available yet. See ToDo.

Actually this tool will just be a wrapper around the crate image to use it from the command line. So, to be clear, all kudos goes to the authors and contributors of image.

ToDo:

  • add command line interface to set input image and output image with parameter
  • add command line interface for operations
  • allow image input from unix pipe/stdin
  • allow image output to unix pipe/stdout

image operations

The goal (since this is a wrapper around the rust crate image) is to support all operations that image supports.