From: Rolf H. <rh...@fl...> - 2014-10-16 13:11:25
|
On 10/16/2014 04:43 AM, Robert Hanson wrote: > http://chemapps.stolaf.edu/jmol/zip/jmol-14.3.8_2014.10.15.zip > > Definitely better. No more stray lines if the background is transparent, > which is what counts. > > Do give this a try, Rolf. > I tried it and here are the results in comparison: capture: http://www.fli-leibniz.de/~rhuehne/jmol/bupropion-capture-antialias_off.gif PNGT->Gimp: http://www.fli-leibniz.de/~rhuehne/jmol/bupropion-movie-antialias_off.gif The Gimp movie still looks considerably better (smoother, less dotted) than the improved Jmol movie. For 'capture' I used the following commands after setting the window size to get the image resolution of 1362x617 pixel: --------------------- background yellow; set antialiasImages off; animation mode loop animation fps 7 ndegrees = 2 nFrames = 180 capture "bupropion-capture-antialias_off.gif" 1000 transparent; for (var i = 1; i<= nFrames; i++) { rotate x @ndegrees; refresh; } capture; -------------------- For PNGT export I used the following commands: --------------------- set antialiasImages off; exportAnimation("bupropion-movie","1362", "617", "180", "rotate axisangle {1 0 0} 2", "yellow") --------------------- And in Gimp I manually applied indexing to 255 colors using the Floyd-Steinberg dithering option with reduced color bleeding. During export as GIF I set the delay to 140ms and the disposal method to 'one frame per layer (replace)'. Regards, Rolf -- Rolf Huehne Postdoc Leibniz Institute for Age Research - Fritz Lipmann Institute (FLI) Beutenbergstrasse 11 07745 Jena, Germany Phone: +49 3641 65 6205 Fax: +49 3641 65 6210 E-Mail: rh...@fl... Website: http://www.fli-leibniz.de Scientific Director: Prof. Dr. K. Lenhard Rudolph Head of Administration: Dr. Daniele Barthel Chairman of Board of Trustees: Dennys Klein VAT No: DE 153 925 464 Register of Associations: No. 230296, Amtsgericht Jena Tax Number: 162/141/08228 |