Replies: 3 comments 2 replies
-
does this code works with any other format that Pillow natively supports? |
Beta Was this translation helpful? Give feedback.
-
Should i open an issue? like i said, definitely seems like one of those edge cases that likely wasn't in the original scope of the package. |
Beta Was this translation helpful? Give feedback.
-
As I would prefer to implement it as an option as suggested here with the help of But in your example you have bytes as input and not an PIL image... |
Beta Was this translation helpful? Give feedback.
-
The following is an encoder i wrote to take advantage of the multi layer support avif has. Normally when using this code to encode data by itself in the first layer, it can encode and decode perfectly without any issue. as soon as you try and encode data and place it in a layer, it seems to ignore the lossless encoding i specified for those layers. I dont think its an issue with the package as much as a user error but it is one of those edge cases that might now have been accounted for. Any help would be appreciated.
Encoder:
Decoder:
Beta Was this translation helpful? Give feedback.
All reactions