Get The Width And Height Of An Image With ImageMagick In Rust
This is the process I'm using to get the width and height of images for a project I'm working on. It uses ImageMagick instead of the [TODO: Code shorthand span ] crate. I'm using it because it's considerably faster.
use Command;
That call is for the height. Changing [TODO: Code shorthand span ] to [TODO: Code shorthand span ] provides with width.
~ fin ~