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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user