dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
437 stars 91 forks source link

cairoimagegrid: improve performance #46

Closed rrrapha closed 6 years ago

rrrapha commented 6 years ago

Scale the image once per frame, then copy the pixels to the destination. This is much faster than repeating the scaling for every tile.