
Hald CLUT files offer a straightforward way to apply color corrections to an image (read the Linux Photography book to learn more about Hald CLUT and its usage). Install ImageMagick on your system, and you can easily apply a Hald CLUT preset to an image file using the following command:
convert foo.JPG hald-9.png -hald-clut foo-modified.jpeg
But what if you have a handful of Hald CLUT files and you want to apply them all to a specific photo?