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

Skip compositing of a fully obscured image #108

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Conversation

krupkat
Copy link
Owner

@krupkat krupkat commented Jul 11, 2023

This was causing crashes in multiblend.

When there are large overlap between input images, then the seam optimization algorithm can decide to completely skip some images. Multiblend implementation doesn't handle this well.

Helps fix #102

this was causing crashes in multiblend
@krupkat krupkat merged commit e4ff619 into main Jul 11, 2023
7 checks passed
@krupkat krupkat deleted the fix-skip-obscured-images branch July 11, 2023 08:01
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

Successfully merging this pull request may close these issues.

A lot of images in one panorama -> too high mem usage -> crash.
1 participant