On Dec 11, 2013, at 12:21 PM, Paul Schilliger <pschilliger@sunrise.ch> wrote:
Is there a way to quickly check a batch of JPG images for possible profile mismatch or JPG format and other EXIF compatibility issues?
I'm pretty sure that you could set up a custom search in Adobe Bridge or similar applications. But the approach that I'd take would be to whip up a short batch script with Argyll's cctiff utility to convert anything and everything to the preferred profile. Assuming the image has an embedded profile, you can feed the image itself to cctiff for input, and specify your preferred profile for the output; that way, you don't have to know or care what profile the original is using. If you're not familiar with it, you can get Argyll for free from here: http://www.argyllcms.com/ Cheers, b&