Re: Viewing multiple .png files simultaneously
- From: Josef Moellers <josef.moellers@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 20 Sep 2007 08:48:41 +0200
Chris F.A. Johnson wrote:
On 2007-09-19, Josef Moellers wrote:
Chris F.A. Johnson wrote:
On 2007-09-19, philbo30 wrote:
...
ImageMagick is just the tool I was looking for; it works great. The
only additional thing I would like to do is specify the amount of time
that the image displays. As an example, I want it to display for 60
seconds. I didn't see that capability associated with the "display"
application, but then again I didn't look that much either. Ideas?
display ... &
sleep 5
kill "$!"
<pedantic>
make that
display ... &
sleep 60
kill $!
</pedantic>
What if IFS is not the default? E.g.:
I was aiming at the requirement "I want it to display for 60 seconds".
Josef
--
These are my personal views and not those of Fujitsu Siemens Computers!
Josef Möllers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize (T. Pratchett)
Company Details: http://www.fujitsu-siemens.com/imprint.html
.
- References:
- Re: Viewing multiple .png files simultaneously
- From: Floyd L. Davidson
- Re: Viewing multiple .png files simultaneously
- From: Roger Leigh
- Re: Viewing multiple .png files simultaneously
- From: philbo30
- Re: Viewing multiple .png files simultaneously
- From: Chris F.A. Johnson
- Re: Viewing multiple .png files simultaneously
- From: Josef Moellers
- Re: Viewing multiple .png files simultaneously
- From: Chris F.A. Johnson
- Re: Viewing multiple .png files simultaneously
- Prev by Date: Re: write() only sends 16 chars to serial port?
- Next by Date: svgalib and redirecting stdout
- Previous by thread: Re: Viewing multiple .png files simultaneously
- Next by thread: Re: Viewing multiple .png files simultaneously
- Index(es):
Relevant Pages
|