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

JPEG compression output silently fails #163

Open
hfiguiere opened this issue Jan 1, 2021 · 1 comment
Open

JPEG compression output silently fails #163

hfiguiere opened this issue Jan 1, 2021 · 1 comment

Comments

@hfiguiere
Copy link

If I set the Grayscale/Colour compression to JPEG, no output gets written and I get on the console:

file: JPEG compression support is not configured.

This happens because in that context (flatpak) libtiff is build without JPEG compression. (fixing it as we speak)

The bug here is that there is no error displayed to the user, nor fallback, things just don't work.

@hfiguiere
Copy link
Author

From a user standpoint I see two things:

  • pop an error saving the file with JPEG compression and it's not available; and fall back to the default (LZW?)
  • disable the option in the settings so that it can't be selected.

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