#command-line #image #effect #command-line-utilities #photo #image-resizing #input

app rustypatina

Imaging tool. Provides basic image resize and blur program for common image formats. Based on the image library.

1 unstable release

0.1.0 May 29, 2024

#392 in Images

MIT/Apache

1MB
53 lines

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.

Dependencies

~4.5MB
~86K SLoC