» Forum Index » Problems and solutions » Topic: A question about Actions |
|
Posted on 14/06/06 07:41:46 AM |
Alareth
* Posts: 4 Reply ![]() |
A question about Actions
I've never made any of my own actions and I was wondering, can an action open a seperate image file, copy, paste and resize it in the current project? For example, I have a .psd of my signature and I want to be able to add, resize and place it in the lower right hand corner of my artwork with an action. That way it's in the same location and a uniform size across all my images. _________________ Ignorance can be fixed, stupidity lasts a lifetime. |
Posted on 14/06/06 08:37:22 AM |
Steve Caplin
Administrator Posts: 7047 Reply ![]() |
Re: A question about Actions
Yes, you can write an action to do all of that. But if your target images are not all the same size, there may be some difficulty placing the signature precisely in the lower right. That last step might have to be done by hand! Actions are easy to create - you just do the steps - and then easy to edit afterwards, since each step is clearly spelled out for you. |