poppeman / Pictus

A simple image viewer and thumbnail shell extension
MIT License
100 stars 14 forks source link

Separate resampling for animated images (GIF, PNG) #73

Open FawayTT opened 7 years ago

FawayTT commented 7 years ago

I would like to request the setting, that will set what resampler will be used, when viewing animated images. Lanczos3 looks the best on static images, but on animated images is very resource-intensive, which leads to choppy, slow animation. That's why I would want to set (for example) bilinear resampler for animated images and lanzcos3 for static images.