-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support for PIK, GPR and others #3962
Comments
It is a decoding-only example of FLIF by using libflif or libflif_dec through ctypes. |
@multiSnow thanks for keeping the record, would hope the FLIF group can get their acts together. Could you decompose the software to pinpoint what is wrong with global variables? |
It is already reported in FLIF-hub/FLIF#517 and seems to be fixed by FLIF-hub/FLIF#531, but still not merged. |
Status report? |
This issue should IMHO be closed to reduce junk and clutter in the topic lists. |
https://github.com/FLIF-hub/FLIF
https://github.com/cloudinary/fuif
Unless someone says otherwise, I'm going to take this to mean that adding support for those formats is no longer necessary. |
SSDV and FRG don't seem to be popular formats by any means. Is there a particular reason you would like support for them? |
He states the reason in the first line of the issue opener: I understand this as "because they exist". 😖 I got a possible crazy idea for the format enhancement issues: Why not make a (sort of) permanent issue for this? New and known unsupported formats could be listed/categorized there with a "state of things". Would surely reduce the clutter and workload in the issues somewhat.
|
https://github.com/google/pik now states
and
https://en.wikipedia.org/wiki/JPEG_XL and https://www.phoronix.com/news/Chrome-Deprecating-JPEG-XL refer to PIK only as a "proposal". So it's possible that this format never actually reached a point where it was intended to be used. https://github.com/gopro/gpr states
Given that, it seems sensible to group that format in with #6482 |
If I understand correctly, SSDV is a subset of the JPEG format - meaning that SSDV images can already be read by Pillow. It isn't clear if the request here was for reading or saving. It might seem reasonable to want Pillow to be able to open a lesser-known format for "completeness", as images can come from any source, but if the request is for saving, a stronger guarantee that it would be used would be helpful. Closing. The GPR request can live on in #6842 |
I would recommend prioritizing FLIF, FUIF, PIK and GPR, the others are there for completeness sake.
- FLIF ("Perfect" format) https://github.com/FLIF-hub/FLIF- FUIF (JPEG backwards compatible format) https://github.com/cloudinary/fuifThe text was updated successfully, but these errors were encountered: