From: Arham Amouie (erham65t_at_REMOVE_yahoo.com)
Date: Mon Apr 10 2017 - 15:24:09 CDT

Thanks.
      From: Eric Smoll <ericsmoll_at_gmail.com>
 To: Arham Amouie <erham65t_at_yahoo.com>
 Sent: Tuesday, April 11, 2017 12:48 AM
 Subject: Re: vmd-l: how to have an array of snapshots in an image file?
   
I use the ImageMagick montage tool. For example:

montage *.png -background none -tile 4x2 -geometry +5+5 PNG32:out.png

Best,
Eric

On Mon, Apr 10, 2017 at 1:55 PM, Arham Amouie <erham65t_at_remove_yahoo.com> wrote:

Hi. I would like to make a 1xn array of snapshots in one image file. Are there commands in VMD script suitable for this purpose, or should I use external tools?