diff --git a/README.md b/README.md index dabaf699..da898f51 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![DOI](https://zenodo.org/badge/11846/arose/nglview.svg)](https://zenodo.org/badge/latestdoi/11846/arose/nglview) [![Build Status](https://travis-ci.org/arose/nglview.svg?branch=master)](https://travis-ci.org/arose/nglview) -![nglview](nglview.png) +![nglview](nglview.gif) An [IPython/Jupyter](http://jupyter.org/) widget to interactively view molecular structures and trajectories. Utilizes the embeddable [NGL Viewer](https://github.com/arose/ngl) for rendering. Support for showing data from the file-system, [RCSB PDB](http:www.rcsb.org), [simpletraj](https://github.com/arose/simpletraj) and from objects of analysis libraries [mdtraj](http://mdtraj.org/), [pytraj](http://amber-md.github.io/pytraj/latest/index.html), [mdanalysis](http://www.mdanalysis.org/). diff --git a/devtools/gif.py b/devtools/gif.py index 974b33fc..2690d4ab 100644 --- a/devtools/gif.py +++ b/devtools/gif.py @@ -1,4 +1,4 @@ from moviepy import editor x = editor.VideoFileClip('nglview.mov') -x.write_gif("nglview.gif", fps=8) +x.write_gif("nglview.gif", fps=8, opt='nq') diff --git a/nglview.gif b/nglview.gif index 5fdcfa6a..68893c72 100644 Binary files a/nglview.gif and b/nglview.gif differ