Display images in sequence!!
Posted: 2007-03-07T05:14:45-07:00
I have some .jpg images in one folder..I wanted to display all images sequencially with single command.I tried with command line:
But I got the error message as:
display:unable to open X server '[No such file or directory]'
How can I display those images sequencially using command line!!
Any help will be appreciated!!
With Regards,
Prakash Rai
Code: Select all
display -delay 50 *.jpg
display:unable to open X server '[No such file or directory]'
How can I display those images sequencially using command line!!
Any help will be appreciated!!
With Regards,
Prakash Rai