From: Emilio X. E. <emi...@gm...> - 2015-01-05 14:03:37
|
Hi Brenton >From the PyMOL command line the PNG file creation/saving command is: PyMOL> png filename, width, height, dpi, ray=1 Notice that ray equals 1 to create a ray-traced image. The dpi option can be set to your desired resolution in dots-per-inch and the width and height options use the units pixels. If only width or height is provided, the aspect ratio of the viewing window is retained. Please see http://www.pymolwiki.org/index.php/Png for more information. For example: PyMOL> png dimer.png, width=4000, dpi=300, ray=1 To save png files with transparent backgrounds: PyMOL> set opaque_background, off PyMOL> png dimer.png, width=4000, dpi=300, ray=1 Emilio On Mon, Jan 5, 2015 at 2:39 AM, Brenton Horne <bre...@ym...> wrote: > Hi, > > I'd like to know if it is possible to save PNG images of a structure > that have a higher resolution (in terms of pixels, e.g., 4000 px wide as > opposed to my usual of 1146 px wide). I ask this because I know that > Accelrys DS Visualizer (if you're unfamiliar with this software it's > another software capable of displaying 3D structures of biomolecules) > can write PNG files of higher resolution than screen resolution and > these images are often clearer when I upload them to my Wiki and I'm > wondering if PyMOL is capable of producing similarly higher resolution > images than screen resolution. If I'm not clear in my question, please > do ask me to clarify. > > Thanks for your time, > Brenton > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > PyMOL-users mailing list (PyM...@li...) > Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users > Archives: http://www.mail-archive.com/pym...@li... |