For you Photoshop scripters (javascript) out there, I've written a script that copy merges an image area and pastes it into another document. The thing that bothers me is the fact that the image that is pasted is pasted to the middle of the screen and not to the selection coordinates.
So the first image is say 2000px by 2000px and I use my script to copy merge an area of 500px by 500px and then paste that to another document that is 500px by 500px. The only problem is the pasted image is plopped down into the smack middle of the document so if the copied area has some transparent pixels sometimes it isn't pasted to the correct location.
Photoshop has a function called Paste In Place which you can get to by Edit>Paste Special>Paste In Place which of course solves that problem the issue for me is I need to know the javascript code for Paste In Place so it can do that from my script.
Anyone know?