Can someone tell me please how to automate the addition of a date-taken stamp on photo prints?
Many Thanks,
Martin
How to: Date Stamp on Photo Prints - Pro Photo X2
Moderator: Kathy_9
-
Radim
- Posts: 712
- Joined: Mon Nov 01, 2010 5:54 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 4GB
- Monitor/Display Make & Model: 27 inch
Re: How to: Date Stamp on Photo Prints - Pro Photo X2
There is a script in PSP X2 for that - its name is something like "Add Title EXIF" (...sorry I have Czech lang only in PSP X2). It adds all EXIF data. Edit script at your wish.
You can look here too - http://pixelnook.vapho.com/CreatorInformation.htm
You can look here too - http://pixelnook.vapho.com/CreatorInformation.htm
Re: How to: Date Stamp on Photo Prints - Pro Photo X2
Thanks for you quick reply, Radim. I will have to study scripting.
Where might I find this particular script you refer to, please?
Martin
Where might I find this particular script you refer to, please?
Martin
-
LeviFiction
- Advisor
- Posts: 6831
- Joined: Thu Oct 02, 2008 1:07 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Alienware M17xR4
- processor: Intel Core i7-3630QM CPU - 2_40GH
- ram: 6 GB
- Video Card: NVIDIA GeForce GTX 660M
- sound_card: Sound Blaster Recon3Di
- Hard_Drive_Capacity: 500GB
- Corel programs: PSP: 8-2023
- Location: USA
Re: How to: Date Stamp on Photo Prints - Pro Photo X2
I believe he's referring to the script "EXIFCaptioning" as he said he was interpreting the title from Czech.
If you aren't familiar with scripts in general, like how to use them, then you need to go up to your View menu and select toolbars - Script. This will open up the script toolbar and you can select the script from the drop down box. To use it hit the Play button, to edit it hit the Edit button (it's the paper with a quill next to it).
When editing, if the options are organized by Corel a dialog for allowing you to edit small settings comes up. If not it will open it in the editor you specify. By default it's the notepad.
If you get the dialog with the small settings you can also open this script in Notepad by hitting the "Text Editor" button at the bottom.
Scripts are written in the Python programming language. Python makes spacing very important so learning the basics of python is a very good idea. Also, visit this article by Corel on downloading the guides for scripting in Paint Shop Pro specifically.
http://corel.custhelp.com/app/answers/d ... _id/757730
The command names, different things you need to know about script format. All of it can be found by downloading these help files.
I know it's a lot but once you get going it turns out it's pretty easy.
EXIF Captioning - at the moment - uses camera model, aperture, and capture time. So to change it for what you want you have to remove some lines of code and change a small bit of the math. Nothing too major.
If you aren't familiar with scripts in general, like how to use them, then you need to go up to your View menu and select toolbars - Script. This will open up the script toolbar and you can select the script from the drop down box. To use it hit the Play button, to edit it hit the Edit button (it's the paper with a quill next to it).
When editing, if the options are organized by Corel a dialog for allowing you to edit small settings comes up. If not it will open it in the editor you specify. By default it's the notepad.
If you get the dialog with the small settings you can also open this script in Notepad by hitting the "Text Editor" button at the bottom.
Scripts are written in the Python programming language. Python makes spacing very important so learning the basics of python is a very good idea. Also, visit this article by Corel on downloading the guides for scripting in Paint Shop Pro specifically.
http://corel.custhelp.com/app/answers/d ... _id/757730
The command names, different things you need to know about script format. All of it can be found by downloading these help files.
I know it's a lot but once you get going it turns out it's pretty easy.
EXIF Captioning - at the moment - uses camera model, aperture, and capture time. So to change it for what you want you have to remove some lines of code and change a small bit of the math. Nothing too major.
https://levifiction.wordpress.com/
