IntroductionThis application will extract the EXIF information of a JPEG image and copy it to the system clipboard. Usage: exif2clipboard.exe [optional parameters] file
Parameters:
-pre Pre-tags
Default: empty
-post Post-tags
Default: empty
-sep Separator text
Default: |
-pat Pattern of exif data
Can be any combination of the following:
M : Camera model
I : ISO
E : Exposure time
L : Focal length
F : Focal number
Default: MIELFInstallation of the contextual menu- From Windows Explorer, create a shortcut to exif2clipboard.exe. (right-click on exif2clipboard.exe and select “Create Shortcut”) - Edit the shortcut with your options (right-click on the shortcut, select “Properties”, and edit the Target field). By example c:\exif2clipboard.exe –pre [size=85] –post [/size] will copy [size=85]NIKON D300 | ISO 400 | 1/320 s | 300.0 mm | F3.2[/size] to the clipboard. - Open the folder “Send To” (start menu, “Run…” et “sendto” command) and move the shortcut to it.
|