Login  Register

Re: How to crop two images

Posted by Gabriel Landini on Aug 06, 2011; 8:35am
URL: http://imagej.273.s1.nabble.com/How-to-crop-two-images-tp3683607p3683608.html

On Friday 05 Aug 2011, Chunfang Zhang wrote:
> Just wondering if there is an easy way to crop two images (two fluorescent
> Western images from the same membrane) to the same size and area. Thank
> you.

At least 4 ways:
Convert the 2 images to a stack, crop the stack, then convert the stack to
images.
Or find the "Sync Windows" plugin to create the same ROI in both images and
crop each one
Or create a ROI in the first image, then click one the second image and use
Restore Selection to transfer the ROI from the 1st image.
Or specify the ROI in a short macro with makeRectangle(x, y, width, height),
crop and run the same macro on the 2nd image.

Cheers

G