Improve thumbnail scaling and alignment

Stretch thumbnails by up to half a pixel so that they align nicely.

Make use of pixman's sRGB mode.
This commit is contained in:
2021-11-03 12:05:43 +01:00
parent d6ac386dbd
commit dbc500ae9f
3 changed files with 48 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ dependencies = [
dependency('gtk+-3.0'),
dependency('libturbojpeg'),
dependency('libpng', version : '>=1.5.4'),
dependency('pixman-1'),
libraw,
meson.get_compiler('c').find_library('m', required : false),
]