There are various things you could do: (a) How about making a gif movie that you can view in a web browser? E.g., convert -loop 1000 -quality 100 FC*.tif movie.gif creates the file movie.gif with all your frames re-assembled.
Yes-indeedy!
bash-2.05b$ for ((N=2;N<10;N=$N+1)); do\ echo ./0$N*;\ convert -delay 20 -loop 1000 -quality 100 ./0$N*/*.tiff ../0$N-movie.gif;\ done
(after renaming files to make their numeric/alphabetic order the same, have names end with .tiff, etc.)
(b) To create MPEG, I guess you could use fink's mpegencode. But mpeg always has some loss of image information. And I recall that using mpegencode is not easy.
Yes, I'm anxious not to lose any information in these medical files, even though they ended up running to several megabytes apiece. Maybe I should try learning/using mpeg_encode to determine actual spced saved and image degradation, if any.
(c) Buy the full version of Quicktime Player - it's really worth the money with all the formats it can create.
Well, perhaps -- but I'm a terrible cheapskate (I think Quicktime Pro is $29??) and besides, I love Unix!
Many thanks,
Jonathan
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
