Skip to content
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

images are being cut off #34

Open
falkben opened this issue Jun 23, 2021 · 0 comments
Open

images are being cut off #34

falkben opened this issue Jun 23, 2021 · 0 comments

Comments

@falkben
Copy link
Member

falkben commented Jun 23, 2021

currently we crop the summed images to the largest image in the set. however, this often results in part of the final image being cut off.

we have an additional option enlarge which will enlarge the summed final image in x and y by a specific amount of pixels, but has to be configured and there's no easy way to know how much to add in x or y without trying it.

What we really want is to use maximum/minimum extents in coordinates of all the images and then project each of our summed images onto that

This will allow to remove the enlarge option, as this new behavior we should always use and would never result in a cropping.

We might need a new option to crop to the maximum extents with multiple images summed (so we don't get a lot of single image data around the edges).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant