Add support for the Little CMS fast float plugin

On a sample of JPEGs, it improved loading speed from ~0.26s to ~0.15s.

Unfortunately, it isn't normally installed.
This commit is contained in:
2023-06-04 15:20:03 +02:00
parent 1c61fcc5bc
commit 338ae69121
4 changed files with 36 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ option('tools', type : 'feature', value : 'disabled',
option('lcms2', type : 'feature', value : 'auto',
description : 'Build with Little CMS colour management')
option('lcms2fastfloat', type : 'feature', value : 'auto',
description : 'Build with Little CMS fast float plugin support')
option('libjpegqs', type : 'feature', value : 'auto',
description : 'Build with JPEG Quant Smooth integration')
option('libraw', type : 'feature', value : 'auto',