action move to lower-right?

611 views4 repliesLast post: 9/11/2005
I'm wondering if there is any way to actually set a move action to a textlayers lowerright corner to be offset -2 pixels in both and y and x axle.

what I want to do it have a watermarking in the lower right corner of my images. is it possible, and do I need like a formula like this

x - tlx - 2
y - tly - 2

where x and y is the height and width of the image and tly and tlx is the width and height of the textlayer. and 2 is the offset from the edge.

hopeful for help
Bennie
#1
wrote:
I'm wondering if there is any way to actually set a move action to a textlayers lowerright corner to be offset -2 pixels in both and y and x axle.

what I want to do it have a watermarking in the lower right corner of my images. is it possible, and do I need like a formula like this
x - tlx - 2
y - tly - 2

where x and y is the height and width of the image and tly and tlx is the width and height of the textlayer. and 2 is the offset from the edge.

hopeful for help
Bennie
Use Select All, Layer>Align to Selection. You can align to the lower right and then using the Move tool click twice with the left arrow key and twice with the up arrow key. Thus can be done in an action.

--
Comic book sketches and artwork:
http://www.sover.net/~hannigan/edjh.html
Comics art for sale:
http://www.sover.net/~hannigan/batsale.html
#2
"edjh" wrote in message
wrote:
I'm wondering if there is any way to actually set a move action to a textlayers lowerright corner to be offset -2 pixels in both and y and x axle.
[...]
Use Select All, Layer>Align to Selection. You can align to the lower right and then using the Move tool click twice with the left arrow key and twice with the up arrow key. Thus can be done in an action.

That's downright Cool! No scripting needed.
#3
Lorem Ipsum wrote:
"edjh" wrote in message

wrote:

I'm wondering if there is any way to actually set a move action to a textlayers lowerright corner to be offset -2 pixels in both and y and x axle.
[...]

Use Select All, Layer>Align to Selection. You can align to the lower right and then using the Move tool click twice with the left arrow key and twice with the up arrow key. Thus can be done in an action.

That's downright Cool! No scripting needed.
I would inset more than two pixels though.

--
Comic book sketches and artwork:
http://www.sover.net/~hannigan/edjh.html
Comics art for sale:
http://www.sover.net/~hannigan/batsale.html
#4
don't worry, there will be a border later on :)
#5