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

JPG cannot save >65k pixels #5

Closed
Avic3nna opened this issue Jan 17, 2024 · 0 comments · Fixed by #6
Closed

JPG cannot save >65k pixels #5

Avic3nna opened this issue Jan 17, 2024 · 0 comments · Fixed by #6
Labels
good first issue Good for newcomers

Comments

@Avic3nna
Copy link
Member

Either add option to not save intermediate products, or check the size of the to-be-saved image and put it as PNG. The PNG will be uncompressed and huge though, but it is the best option for "continuous" processing without missing files. Add logging warning to indicate what happened with the huge image to be saved.

image

@Avic3nna Avic3nna added the good first issue Good for newcomers label Jan 17, 2024
cornzz added a commit to cornzz/STAMP that referenced this issue Jan 23, 2024
@Avic3nna Avic3nna linked a pull request Jan 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant