Signed-off-by: jkoberg <jkoberg@owncloud.com>
For GeoGebra files we where still using the imaging package to decode the embedded png, but handed it of to vips for scaling, which can't work. Now we use vips for decoding the image as well.
* feat: add maximum image dimension to be processed by the thumbnailer * chore: make golangci-lint happy