imagecli icon indicating copy to clipboard operation
imagecli copied to clipboard

A command line image processing tool

Results 16 imagecli issues
Sort by recently updated
recently updated
newest added

For example, lets say it is known that a given pipeline requires 2 input images and 3 output images and the user provides a total of 20 images, it should...

“There aren't currently any image processing operations that produce multiple outputs from a single input.” This is no longer true - the tile operation splits a single input into multiple...

Hey there, very cool tool. :smiley: :+1: A feature I use from imagemagic that imagecli doesn't have yet is the normalize command. I use it to get the best contrast...

1. How usable is this library's function composition compared to ImageMagick? Theirs looks to be more flexible. 2. What functions are we missing? (See https://imagemagick.org/script/command-line-processing.php#option) 3. How does performance compare...

We know how many inputs and outputs each operation has before we run the pipeline (although we need to compute this for an Array). Should we add checks that the...

https://www.reddit.com/r/rust/comments/d4inkc/imagecli_a_pure_rust_image_processing_command/f0e4u80?utm_source=share&utm_medium=web2x imageproc already has an issue for this: https://github.com/image-rs/imageproc/issues/237. However, this use case is probably easier - we're in a slightly better position to work out what format an image...

https://www.reddit.com/r/rust/comments/d4inkc/imagecli_a_pure_rust_image_processing_command/f0d07h0?utm_source=share&utm_medium=web2x https://imagemagick.org/script/identify.php When [this image library PR](https://github.com/image-rs/image/pull/1014) lands we can implement a basic version of this feature.

We already run all examples when generating the readme. Add a regression test that runs all of the examples. Edit: and update CONTRIBUTING.md when this is done.