Re: Viewing multiple .png files simultaneously



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

.



Relevant Pages

  • Re: Viewing multiple .png files simultaneously
    ... only additional thing I would like to do is specify the amount of time ... I didn't see that capability associated with the "display" ... kill "$!" ...
    (comp.os.linux.development.apps)
  • Re: [opensuse] Help Killling Process
    ... will not die nor will it display anything. ... YouTube uses to display all its video. ... command to identify a process id and another one to kill a process. ... Kill is the command that sends signals to processes. ...
    (SuSE)
  • Re: spam
    ... The long subject lines interfere with the display. ... I can use a "proper" newsreader and just kill the thread. ... "proper" newsreaders can kill a thread, then why do my posts bother ... talk about filters on their newsreaders. ...
    (comp.arch.embedded)
  • Re: [SLE] Remote login to SuSE box
    ... I am not an expert, nor in ssh, nor in X but after ... when you use -query you're logging into a display manager on the remote ... If that doesn't kill the X ...
    (SuSE)
  • Re: os.system call problem
    ... os.system(displayblah blah) to call display. ... I have to kill terminal to quit them all. ... How can I migrate back to my python program after I kill the display ...
    (comp.lang.python)