speaking of "some kind of nice tool in rust", has anyone rewritten imagemagick in rust yet? i found the image crate (but no CLI), imageflow which some described as a "kickstarter cash grab", and rusimg... which one should become the new standadrd? i want `convert -resize 1080p foo.jpg` or whatever that syntax is
Replies:
1
@Anarcat I was about to talk about imaginary
https://github.com/h2non/imaginary
(Which is an http api in Go, I know, not exactly a cli in Rust...)
And then I discovered that the image library below is not even in Go... But in C. (Libvips)
Si I guess no, sorry...