diff sat/plugins/plugin_comp_file_sharing_management.py @ 3329:15612c0fb421

plugin XEP-0264: updated size to get values closest to standard one: - sizes used for thumbnails are now matching common resolutions. - added BIG and FULL_SCREEN sizes - sort thumbnails by sizes when parsing them.
author Goffi <goffi@goffi.org>
date Thu, 13 Aug 2020 23:45:59 +0200
parents 04a7d77ed86f
children be6d91572633
line wrap: on
line diff
--- a/sat/plugins/plugin_comp_file_sharing_management.py	Mon Aug 03 08:45:49 2020 +0200
+++ b/sat/plugins/plugin_comp_file_sharing_management.py	Thu Aug 13 23:45:59 2020 +0200
@@ -404,7 +404,7 @@
             if media_type == 'image':
                 thumbnails = []
 
-                for max_thumb_size in (self._t.SIZE_SMALL, self._t.SIZE_MEDIUM):
+                for max_thumb_size in self._t.SIZES:
                     try:
                         thumb_size, thumb_id = yield self._t.generateThumbnail(
                             file_path,