-
Notifications
You must be signed in to change notification settings - Fork 13
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
DPI value? #30
Comments
Ok, actually I was a bit shocked to learn that JXL doesn't bother to provide even the required infrastructure, see:
Not sure how to proceed, since this means I can't use JXL for easy creation of PDF... |
I think in this case the best solution would be to use Exif tags however doing that in jxlpy is not yet supported. |
Ok, thanks - I was afraid that this might be the outcome... Should I keep this issue open as a remainder? |
I don't have plans on abandoning this project, maybe just removing the Pillow plugin if it would already be in the upstream. High bit depths are not well supported in Pillow so using jxlpy would still make sense for that case, also there's JPEG lossless recompression feature although it's also not yet supported here. I would encourage to still use Pillow plugin if you only need decoding support of 8 bit images since it's better written and doesn't have Cython dependency. I will close the issue for now, feel free to reopen if you ever need to :) |
Usually Pillow plugins provide some metadata in the
info
,dpi
for example - this value is missing forjxlpy
. Is there another way to get this information?The text was updated successfully, but these errors were encountered: