Composing a new image made of "slices" of other images

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Composing a new image made of "slices" of other images

rrmarino
Hello Everyone

I would kindly appreciate if any help could be given:

I have a set of , for instance, 10 images and I want to make a new image composed of 10 "slices" from these images: First slice (a 400x200 rectangle) from the first image, a second slice from the second image and so on.

A macro to get the slices and put them in separate files beginning with xy coordinates in the file name has been sucessfully done. <b>But I need help now on the "constructing process", I cant make copy and paste work it always pastes on the center or doesnt paste at all.

Thanks very much

Rodrigo


 
Reply | Threaded
Open this post in threaded view
|

Re: Composing a new image made of "slices" of other images

rrmarino
I am doing everything on Macro Mode :)

Thanks