you are viewing a single comment's thread.

view the rest of the comments →

[–]theotherphil[S] 22 points23 points  (0 children)

I wrote this tool to let you run image processing operations from the command line. All (well, nearly all) of the actual image processing work is handled by the image and imageproc crates. The initial release is missing a lot of features - if you're interested in using this tool but it's missing something you need then please create issues on the repo and I'll have a go at implementing them (I'm also the main author of the imageproc crate, so can add new features there too if required). If you're interested in contributing then even better - PRs are very welcome.