Login  Register

Re: Foreground image over Background image (placement)

Posted by ved sharma on Mar 29, 2014; 3:44am
URL: http://imagej.273.s1.nabble.com/Foreground-image-over-Background-image-placement-tp5007101p5007129.html

Hi Rainer,

How about using the built-in command, Insert...

newImage("BG", "8-bit white", 400, 300, 1);
newImage("FG", "8-bit black", 100, 50, 1);
run("Insert...", "source=FG destination=BG x=50 y=75");

Define x and y where you want to insert the FG image.

Ved

___________________________________
Ved Sharma, PhD
Department of Anatomy and Structural Biology
Albert Einstein College of Medicine
Bronx, New York

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html