Question About Tag for original image (Pentax K-x)

Started by mblanc, March 14, 2012, 08:20:03 PM

Previous topic - Next topic

mblanc

Hello,

Is there a tag (I am using a Pentax K-x) to identify the original image that a file from?  In other words, if I start with a raw image, then develop it to a jpeg, and then apply filters, cropping, etc to the jpeg, I have three or more images, all from the same shutter click.  Is there any way to tie these three together?

Thanks

Phil Harvey

If your developing software preserves the MakerNote information, then you could use the ShutterCount tag to do this.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

mblanc

Thanks, Phil - that is perfect.  And thanks for developing this tool.

mblanc

Phil, I have a follow-up question.  I know you can use a name wildcard to run the tool against multiple files - but can you match by tag instead of name - ie run against all files where ShutterCount = 1234?

Thanks again

Phil Harvey

Yes.  Add -if "$shuttercount == 1234" to the command.

(note: use double quotes as above in Windows, or single quotes in Mac/Linux)

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).