Skip to content

Commit

Permalink
don't use Pillow for webp #3837
Browse files Browse the repository at this point in the history
somehow the images decoded seem to have 'studio' range
  • Loading branch information
totaam committed Jun 19, 2024
1 parent a9a67a6 commit 1067774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/pillow/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

log = Logger("encoder", "pillow")

ENCODE_FORMATS = os.environ.get("XPRA_PILLOW_ENCODE_FORMATS", "png,png/L,png/P,jpeg,webp").split(",")
ENCODE_FORMATS = os.environ.get("XPRA_PILLOW_ENCODE_FORMATS", "png,png/L,png/P,jpeg").split(",")

Image.init()

Expand Down

0 comments on commit 1067774

Please sign in to comment.