SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
From: Thomas A Watson3/7/2008 6:17:08 PM
   of 484
 
Using convert to create animated gifs.
convert -adjoin list-of-files a-filename-name-for-output.gif

an example, this converts jpg files and adjoins them to an animated gif.
[ 643 ] > pwd
/hde3/WATMAN_ROOT/BULK/global_warming/movie/test3/320x240
[ 644 ] > ls goes_enam-2008_01_23_*.jpg | wc -l
48
the above ls filter gives 48 jpg files.
use `evalute` syntax for input file list.

convert -adjoin `ls goes_enam-2008_01_23_*.jpg` goes_enam-2008_01_23-48f.gif

This is a link to an animated gif using this method.
toms.homeip.net
This is an example.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext