Skip to content

Improve thumbnail creation

mesonium requested to merge mesonium/gajim:thumbnail-creation-drop-pixbuf into master

Commit 1:

Before we've created thumbnail twice, first with Pillow and then with Pixbuf, overwriting Pillow's output.
Pixbuf is deprecated and Pillow works good enough, so simply drop pixbuf thumbnail generation.

Commit 2:

Only use first frame for thumbnail

Merge request reports

Loading