adding text to stack movie

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

adding text to stack movie

Younes Leysi
Hello everyone,

I am wondering if there is a way in ImageJ that we can add a text to an
image sequence, where we can choose the location and number of frames, like
what we have at time stamper plugin. I know that we can add a text to a
single frame, but can not be added to the number of frames we would like to
choose.

Any suggestion is highly appreciated in advance.

Kind regards,
Younes
Reply | Threaded
Open this post in threaded view
|

Re: adding text to stack movie

b holi
Younes,

Event_Stamper.class plugin will do the task. Read and download zip bundle
here:

<http://www.macbiophotonics.ca/imagej/annotating_images.htm#annotate_stamps>

Regards,
Bruce

On 7/31/07, Younes Leysi Derilou < [hidden email]> wrote:

>
> Hello everyone,
>
> I am wondering if there is a way in ImageJ that we can add a text to an
> image sequence, where we can choose the location and number of frames,
> like
> what we have at time stamper plugin. I know that we can add a text to a
> single frame, but can not be added to the number of frames we would like
> to
> choose.
>
> Any suggestion is highly appreciated in advance.
>
> Kind regards,
> Younes
>
Reply | Threaded
Open this post in threaded view
|

Re: adding text to stack movie

Younes Leysi
Hello Dear Bruce,

Thanks so much for your kind attention to my email. unfortunately that
plugin does not exist any more. I found  a way to write a text. simply I
write my text in the suffix of time stapmer and choose time interval equals
to zero. this works perfectly. I need to do the same for a draw
line/polygon, but can not be done for a stack. the link guide can not be
followed. any idea?

warmest regards,
Younes


On 8/2/07, b holi <[hidden email]> wrote:

>
> Younes,
>
> Event_Stamper.class plugin will do the task. Read and download zip bundle
> here:
>
> <
> http://www.macbiophotonics.ca/imagej/annotating_images.htm#annotate_stamps
> >
>
> Regards,
> Bruce
>
> On 7/31/07, Younes Leysi Derilou < [hidden email]> wrote:
> >
> > Hello everyone,
> >
> > I am wondering if there is a way in ImageJ that we can add a text to an
> > image sequence, where we can choose the location and number of frames,
> > like
> > what we have at time stamper plugin. I know that we can add a text to a
> > single frame, but can not be added to the number of frames we would like
> > to
> > choose.
> >
> > Any suggestion is highly appreciated in advance.
> >
> > Kind regards,
> > Younes
> >
>



--
Younes Leysi-Derilou
Chem Eng PhD Student
Laval University, QC, Canada
Phone: 418-656-2131 #6224 /16273
Cellphone: (418) 2626 726
Reply | Threaded
Open this post in threaded view
|

Re: adding text to stack movie

Wayne Rasband
You can do this by creating a line or polygon selection and running a  
simple macro. For example, this macro

    for (i=10; i<=20; i++) {
        setSlice(i);
        run("Draw");
    }

draws the current selection on slices 10 through 20.

-wayne

On Aug 3, 2007, at 9:55 AM, Younes Leysi Derilou wrote:

> Hello Dear Bruce,
>
> Thanks so much for your kind attention to my email. unfortunately that
> plugin does not exist any more. I found  a way to write a text. simply  
> I
> write my text in the suffix of time stapmer and choose time interval  
> equals
> to zero. this works perfectly. I need to do the same for a draw
> line/polygon, but can not be done for a stack. the link guide can not  
> be
> followed. any idea?
>
> warmest regards,
> Younes
>
>
> On 8/2/07, b holi <[hidden email]> wrote:
>>
>> Younes,
>>
>> Event_Stamper.class plugin will do the task. Read and download zip  
>> bundle
>> here:
>>
>> <
>> http://www.macbiophotonics.ca/imagej/ 
>> annotating_images.htm#annotate_stamps
>>>
>>
>> Regards,
>> Bruce
>>
>> On 7/31/07, Younes Leysi Derilou < [hidden email]> wrote:
>>>
>>> Hello everyone,
>>>
>>> I am wondering if there is a way in ImageJ that we can add a text to  
>>> an
>>> image sequence, where we can choose the location and number of  
>>> frames,
>>> like
>>> what we have at time stamper plugin. I know that we can add a text  
>>> to a
>>> single frame, but can not be added to the number of frames we would  
>>> like
>>> to
>>> choose.
>>>
>>> Any suggestion is highly appreciated in advance.
>>>
>>> Kind regards,
>>> Younes
>>>
>>
>
>
>
> --
> Younes Leysi-Derilou
> Chem Eng PhD Student
> Laval University, QC, Canada
> Phone: 418-656-2131 #6224 /16273
> Cellphone: (418) 2626 726
>