Skip to content

Optimize creation of thumbnails

Stefan Brüns requested to merge bruns/kio-extras:thumbnail_opt into master

The thumbnail creation does some extra work which is often not necessary:

  • Mimetype/plugin checks if the thumbnail already exists
  • Creation of normal thumbnails if a large one exists
  • The topleft tile is overdrawn several times
Edited by Stefan Brüns

Merge request reports