The version 2.1 of GoodFramePlus is now released. It allows you to add dynamic fields in the signature. For example, if you want to display the taken date on every photo, you just have to create an information with a signature including the dynamic field “Taken date” The avalable dynamic fields are :
- File name
- Date taken
- Constructor
- Model
- Aperture
- Exposure
- ISO
It is very simple to use this new functionnality : Create or modify an information Click the button : Select a dynamic field in the menu :
The code is automaticaly inserted in the signature text : For example for the field “File name”, the following code is inserted : <@FILE_NAME> For the taken date, the following code is inserted : <@DATE_TAKEN MM/dd/yy H:mm:ss> The text “MM/dd/yy H:mm:ss” represents the display date format. You can modify it. For example if you want to display the date without the time, just write “MM/dd/yy” Here is a list of the available format specifiers :
Format specifier | Description |
---|---|
“d” | The day of the month, from 1 through 31. |
“dd” | The day of the month, from 01 through 31. |
“ddd” | The abbreviated name of the day of the week. |
“dddd” | The full name of the day of the week. |
“h” | The hour, using a 12-hour clock from 1 to 12. |
“hh” | The hour, using a 12-hour clock from 01 to 12. |
“H” | The hour, using a 24-hour clock from 0 to 23. |
“HH” | The hour, using a 24-hour clock from 00 to 23. |
“m” | The minute, from 0 through 59. |
“mm” | The minute, from 00 through 59. |
“M” | The month, from 1 through 12. |
“MM” | The month, from 01 through 12. |
“MMM” | The abbreviated name of the month. |
“MMMM” | The full name of the month. |
“s” | The second, from 0 through 59. |
“ss” | The second, from 00 through 59. |
“t” | The first character of the AM/PM designator. |
“tt” | The AM/PM designator. |
“y” | The year, from 0 to 99. |
“yy” | The year, from 00 to 99. |
“yyy” | The year, with a minimum of three digits. |
“yyyy” | The year as a four-digit number. |
“yyyyy” | The year as a five-digit number. |
Some bugs have also been corrected. People who bought a License less than one year ago will receive this new version soon. You can test a demo version here or buy it here. |