I recently had occasion to create contact sheets using Faststone Image Viewer (an excellent utility). Whilst playing around with options I discovered that Faststone supports the use of JPEG Comments for labelling images on the contact sheet instead of the normal default of image file name.
My first port of call was Opus' SetAttr META but after reading the Opus Help file it doesn't look like there is currently support for adding/editing image (JPEG) comments. Did I miss something?
For anyone else who is interested, an alternative is to use ExifTool (another excellent utility). Here is sample button code:
@nodeselect
cd {alias|homeroot}\utilities\exiftool
exiftool "-comment={dlgstring}" {F}
Regards, AB
Update
Aargh! On closer inspection, it would seem that Faststone allows the user to add/edit JPEG Comments directly. Just select an image and press I or click View --> Image Properties. I'd still like to see Opus SetAttr support but at least there is a very simple alternative.