We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This works:
vips icc_import input.jpg t1.v vips icc_export t1.v output.jpg
But this has a visible colour difference:
vips icc_import input.jpg t1.v --pcs xyz vips icc_export t1.v output.jpg
See libvips/php-vips#169