Hi,

In previous conversations in this group I requested animated transparent GIF functionalities which was built into a new release Jmol 14.3.8 and I just downloaded 14.3.9 and found it doesn't do transparent GIFs with this code:

   background yellow;
   set antialiasImages off;
   animation mode loop
   animation fps 25
   ndegrees = 2
   nFrames  = 180
   capture "bupropion-capture-antialias_off.gif" 1000 transparent;
   for (var i  = 1; i<= nFrames; i++) {
        rotate y @ndegrees;
        refresh;
   }
   capture;

Rather the GIFs are animated with a yellow background. Is this deliberate or an accidental bug? I haven't tried the more stable recent release yet but I thought while I was writing this email I may as well ask about the stable release.

Thanks for your time,
Brenton
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to