summaryrefslogtreecommitdiffstats
path: root/tests/data/testimagelarge.svg
Commit message (Collapse)AuthorAgeFilesLines
* Svgo optimizationskjnldsv2016-09-271-2/+1
| | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-061-0/+2
providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests**