Skip to content

Conversation

@jedenastka
Copy link
Contributor

@jedenastka jedenastka commented Sep 9, 2024

This is actually two separate issues:

  • If one image is used as an input more than once, each run will overwrite the marked area
    Fixed by keeping the leftovers in memory the whole run, then writting them to disk after the rest of processing is done.
  • Clipping marks the whole area, instead only of the clipped part
    Fixed by using the box used for clipping for marking leftovers as well.

Before:

After:

Fixes #9.

This is actually two separate issues:

- If one image is used as an input more than once, each run will
  overwrite the marked area

Fixed by keeping the leftovers in memory the whole run, then writting
them to disk after the rest of processing is done.

- Clipping marks the whole area, instead only of the clipped part

Fixed by using the box used for clipping for marking leftovers as well.
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.

Leftover files seemingly unclear as to what regions are unused

1 participant