Michael Schmid wrote:
> Hi Ben,
>
> what about
> setForegroundColor(255, 0, 0); //or whatever color you like
> run("Draw"); //draws the outline
Yeee Haaaa! That is so easy!
Thanks!
Ben
>
> Michael
> ________________________________________________________________________
> On Wed, 30 May 2007 14:52:24 -0400 Ben Tupper wrote:
>> Hello,
>>
>> I would like to "burn" an ROI onto an image, and then save the image,
>> using ImageJ's (amazing) macro language. The macro below can get pretty
>> close... but not quite what I am looking for. I would like to have just
>> the boundary drawn in the final image.
>