kmagick icon indicating copy to clipboard operation
kmagick copied to clipboard

[FEATURE REQ] Support image deskew

Open GregHib opened this issue 2 years ago • 3 comments

CLI: convert input.jpg -deskew 40% output.jpg IMOps.html#deskew - im4java

GregHib avatar May 10 '22 22:05 GregHib

im4java is for building command-line options. If you want to execute command-line, you can just execute the magick binary directly using java/kotlin. It'll support 100% of image-magick command line options as it is the exact same command-line version.

If you're looking for part of the imagemagick c api to be exposed in kmagick, e.g. magick-wand, please file a request at the upstream imagemagick api provider, magick-rust

Edit: You're looking for this specific method from the c api,

MolotovCherry avatar May 10 '22 22:05 MolotovCherry

https://github.com/nlfiedler/magick-rust/issues/91

GregHib avatar May 11 '22 08:05 GregHib

Merged upstream now. I'll have to wait until they release a new version upstream, but it's there now.

I still need to update the changes to the last release as well.

Edit: Updates done

MolotovCherry avatar Jun 01 '22 00:06 MolotovCherry