|
From: <llo...@ya...> - 2017-01-05 03:10:08
|
I've had good results with gifsicle in recent SaVi, producing coverage map animations such as the one on http://savi.sourceforge.net/about/ using ppm2gif (part of the netpbm utilities) to generate a bunch of gif files that are stitched together by gifsicle would appear to be one approach worth exploring. In geomview, (snapshot focus filename.ppm) gets you a ppm file. Lloyd Wood http://savi.sf.net ________________________________ From: Larry Piet <lp...@co...> To: geo...@li... Sent: Friday, 23 December 2016, 21:32 Subject: Re: [geomview-users] Geomview : gif from multiple files On Thu, 22 Dec 2016 15:07:12 +0000 Pierre Elis <pie...@ho...> wrote: > > Is it possible ? > You could convert all OFF images to PPM format using Geomview's "Save" --> "Save as PPM" command. (There are three different commands.) I'm not sure if this could be scripted from within Geomview. Then, the PPM series could be converted to GIF using ImageMagick or some other conversion software like gifsicle ( http://www.lcdf.org/gifsicle ). |