Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

[FEATURE REQ] Support image deskew #7

Open
GregHib opened this issue May 10, 2022 · 3 comments
Open

[FEATURE REQ] Support image deskew #7

GregHib opened this issue May 10, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@GregHib
Copy link

GregHib commented May 10, 2022

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

@GregHib GregHib added the enhancement New feature or request label May 10, 2022
@MolotovCherry
Copy link
Owner

MolotovCherry commented May 10, 2022

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,

@GregHib
Copy link
Author

GregHib commented May 11, 2022

nlfiedler/magick-rust#91

@MolotovCherry
Copy link
Owner

MolotovCherry commented Jun 1, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants