Skip to content

Commit

Permalink
add encoding help entry for 'jpega'
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 2, 2023
1 parent 0137db7 commit 63b6400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/codecs/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ def get_encoding_help(encoding):
"png/L" : "Portable Network Graphics (lossy, 8bpp grayscale)",
"webp" : "WebP compression (supports lossless and lossy modes)",
"jpeg" : "JPEG lossy compression",
"jpega" : "JPEG lossy compression, with alpha channel",
"avif" : "AVIF",
"rgb" : "Raw RGB pixels, lossless,"
+f" compressed using {compressors_str} (24bpp or 32bpp for transparency)",
Expand Down

0 comments on commit 63b6400

Please sign in to comment.