Now that I’m going to be putting more photos up on the site here, I wanted to automate the workflow as much as possible. One of the things I wanted to do was add a copyright notice to the bottom of each photo. This isn’t as straightforward in a Photoshop action as it could be.
I found these two articles which got me on the right track. Adding the copyright info in the IPTC data in an action is very easy and something I’ve overlooked in the past. Positioning the copyright notice in the image was a bit more difficult.
I had problems using the Align Layers command because of the opacity of one of the layers I was trying to align. I initially had 2 layers, one that was solid black at 30% opacity with a text layer (white) above it at 65% opacity that I combined into a single layer in a file for the purpose of being opened and copied into the photo I am prepping to post on the site. When I used the Align Layers command, it moved the layer too far down and right. It ignored the 35% opacity outer box as a border.
As a hack, I just expanded the layer by a pixel along the right and bottom edges and added a line along those edges at 100% opacity. Now after positioning the layer using the Align Layers command, I just nudge it over and down a pixel to get that 1 pixel line out of the photo. If you know of a better solution than this, please share it in the comments.
Try this one: http://www.picture-shark.com/
Using a program like that means uncompressing and re-compressing JPEG images and losing quality. Also, why would I want to use a whole separate program when I can do it with one click of a button in photoshop?
You talk about putting a comment in each of your photos on your website. Have you looked into gimp? (either on Linux or Windows). I understand that it, like all good *nix programs, can do everything via the terminal/command line window, thus you could write the correct commands into a small scripts pretty easily.
just a suggestion. I haven’t done it myself, but would be interested in hearing if this suggestion pans out for you.
-Kevin
p.s. sorry for posting this in the wrong place. Can you believe I’ve never left a comment on a blog before?
Using GIMP would be an extra step since I’m already in Photoshop. I don’t have anything against GIMP, it is a nice program – but it isn’t Photoshop, yet.
I’m not sure if this will help- I am an amature at photshop. But I created a brush with my information and then used the airbrush to leave my mark…
HTH
I use the Imagemagick tools to add my comments/watermarks to my photography. Sure it would be an extra step, but you can easily have a directory full of images and use the –gravity southeast to put it in the lower right corner. My script is sort of a hack, but if you want it shoot me an email.
-D
I have it scripted as part of my output action. Thanks though. 🙂
I reckon you should give BreezeBrowser a go (www.breezesys.com).
Of course, it’s another step – but I use both, and have managed to work out an effective digital workflow.
HTH!
cheers,
Matt
PC-only solutions are rarely useful for me. 🙂
http://www.irfanview.com/ is a very nice and small program that’ll let you do batch watermarking of your work.
It’s less than a meg and best of all — free.
I mainly use it to resize my digital photos, beats doing it manually in photoshop, beats doing it via the actions in photoshop (they are slow), and beats doing it in Macromedia Fireworks (which – incidentally – discards the EXIF information)
Hope that helps,
— Vince.
I keep a word doc with signatures that I use. I will copy the one I want to use to the clipboard. Then when I am ready to add it I use the text tool and paste it in. I can then position it, size it and format it. Extra step but gives me full control.
I use Painshop Pro 8 and it writes it’s scripts in python. Sadly I’m not familiar with Photoshop’s scripting process but you should be able to tweak your scripts with in the scripts code to better modify yours.
I resize all of my images to the same width and height anyway so I created 2 © layers. One for landscape and the other for portrait. Both with my © info. I then created a batch script for each. Resize;Border;Apply layer;Merge;Save.
I don’t know if that even helps you but it may get some gears moving.
Great Site BTW! del.ico.us (*click)
The brush/stamp method seems to give me the most flexibility.
As I understand it, you have a text layer and you would like to position it on the lower right corner of the image offset by a given number of pixels from the bottom and the right edges. You can even have the standard text in a separate file if you like. This process can be automated via an action too. Here it goes:
1. Make sure you have a background layer, if you don’t, create a blank layer anywhere then from the menu “Layers/New Background from this layer” options create a background layer.
2. Put your text anywhere on the stack, even bring it from a separate file and drag it on to your image that you want to stamp
3. Select the background and the text layers only (click on the BG layer to target it, then Ctrl-click on the gray area of the text layer)
4. Go to “Layer/Align/Bottom” and then “Layer/Align/Right”; now the text is touching the edges
5. Target the text layer only by clicking on the layer icon
6. Make sure that you have the “Pick tool” (press V to do that)
7. Using the up and left arrow keys move the text a set number of pixels from the bottom and the right edges
All the steps allow easy action creation, if you are careful, you can SLOWLY repeat the steps after you explore it once or twice while the action recording is turned on.
Enjoy,
Cemal
Cemal,
Outstanding work. May God treat you well!
-JP
Thank you J Paul, your kind words, very kind words are much appreciated. By all means, stop by and leave comments on my site as well.
Cemal
[…] cemal ekin posted a very valuable comment on alex king’s blog, which lets me do exactly what i want: As I understand it, you have a text layer and you would like […]
I like to use the method Kristina suggested above. Create a brush with your signature/watermark in Photoshop and just pull it out when you need it.
Even quicker than creating an action.
If you use PS you should use PS Scripts.
These are extremely powerfull tools and you will find plenty of these free that will do that for you automatically. If you want to go one step further you can assing an action (and a corresponding keyboard shortcut) to the script.
That’s what I use and would definitelly recommend. Please google for Photoshop Scrip Add Signature.
The signature (or copyright notice for the sake of this exercise) will be an image that will be added onto a new layer.
I do not have the script I use here with me but if you are interested please let me know and I’ll send you a copy.