image-rs / organization

Organizational and administrative topics
1 stars 4 forks source link

Command line tool for image processing #7

Open theotherphil opened 5 years ago

theotherphil commented 5 years ago

It would be nice to have a command line image processing tool built on top of image and imageproc. I intend to make a start on one.

  1. Does anyone think that such a tool shouldn't live in image-rs?
  2. Any advance on imagecli as a name?
HeroicKatora commented 5 years ago

imagecli may be too generic for a command line tool. Contrary to the libraries, Rust should then be an implementation detail and we need to consider naming collision at a larger scope.

theotherphil commented 5 years ago

I have no real preference for names - imagecli was just a boring "describe what it does" name as I was lacking inspiration.

theotherphil commented 5 years ago

I've made a start here for now: https://github.com/theotherphil/imagecli (it doesn't do very much yet...)