-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--align-only with --global-align / Question: Get crop rectangle from verbose-output #21
Comments
The error with And yeah, that is correct interpretation of the corners. Btw, it might make sense to specify some stable format for these messages that are used for machine parsing.
|
The format suggestion sounds good! The newest build (atleast for Win?) does not seem to include the newest code changes. |
Yet I wrote a small script to crop the aligned images (needs ImageMagick): Though, it would make sense if |
I would also be interested to have |
Hi,
if I add both parameters "--align-only" and "--global-align" it only loads the first two images (used *.jpg) and then exits. Without --global-align it works fine.
Version: Latest.
And my question:
-- verbose outputs something like "transformed with corners TL (,), TR (,), BL (,), BR (,)" per image. I guess that describes the boundary-corners of each image after the alignment inside the "expanded image". So to crop the overlapping part of each aligned-image (like the result image) I have to get the min/max x/y coordinates of each rectangle and crop every aligned-image with the same rectangle. Is that correct? :)
The text was updated successfully, but these errors were encountered: