rustypatina

Crates.iorustypatina
lib.rsrustypatina
version0.1.0
sourcesrc
created_at2024-05-29 21:05:00.164464
updated_at2024-05-29 21:05:00.164464
descriptionImaging tool. Provides basic image resize and blur program for common image formats. Based on the image library.
homepage
repositoryhttps://github.com/UweKrause/rustypatina
max_upload_size
id1256162
size1,054,384
Uwe Krause (UweKrause)

documentation

README

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.

Commit count: 11

cargo fmt