On 01/28/2015 03:03 PM, Brenton Horne wrote:
> Hi,
>
> As I now have seen how PyMOL can create high-quality PNG files using
> POV-ray I was eager to see what I could do using Jmol. I exported a
> structure to POV-ray using /File->Export->Render in POV-Ray/ but now I'm
> stuck as I've just got a .pov file and no idea of how I can turn this
> into a PNG as I have no experience with the POV-ray command line or any
> other form of this software. Is there any way of exporting POV-Ray
> structures in PNG in Jmol via the command line or even the drop-down menus?
>
Jmol usually writes two files: a '.pov' file and a '.ini' file (e.g.: 
example.pov example.pov.ini).

An example '.ini' file is shown below. It contains already all necessary 
configuration options for creating a PNG format image file.
If you like, you can adapt the options in a text editor before running 
POV-ray like this:

povray example.pov.ini

----- .ini example --------------------
; Created by: Jmol 14.3.10_2014.11.27  2014-11-26 18:09
; Creation date: Wed, 28 Jan 2015 15:10:48 +0100
; File created: /home/waldorf/rhuehne/test/povray_test.pov (507662 bytes)


; Jmol state: (embedded in input file)
Input_File_Name=povray_test.pov
Output_to_File=true
Output_File_Type=N
Output_File_Name=povray_test.pov.png
Width=2160
Height=1592
Antialias=true
Antialias_Threshold=0.1
Display=true
Pause_When_Done=true
Warning_Level=5
Verbose=false
---------------------------------------

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:  rhue...@fli-leibniz.de
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


------------------------------------------------------------------------------
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/
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to