POV-Ray : Newsgroups : povray.newusers : trouble using povray through php : Re: trouble using povray through php Server Time
19 Apr 2024 20:21:31 EDT (-0400)
  Re: trouble using povray through php  
From: clipka
Date: 11 Jul 2018 09:05:02
Message: <5b46007e$1@news.povray.org>
Am 11.07.2018 um 14:52 schrieb imkael:
> Hello, all.
> 
> Sorry if the subjet was allready treated I haven't seen one answer. I'm trying
> to use povray to generate .png with editable parameters on a web page. I made a
> formular sheet and generate .pov files. after this generation i execute a
> command like :" /usr/bin/povray +I"example.pov" +FN +W1600 +H1200
> +O"/home/emilien/most-3-d-customizer/files/example.png" +Q9 +AM2 +A0.5 "
> 
> 
> povray starts  with all parameter that seems correct and finish by
> 
> ==== [Parsing...] ==========================================================
> Error opening terminal: unknown.

Adding the `-D` command-line parameter might help. Without this
parameter, POV-Ray will try to display a preview, which - depending on
the settings with which it was compiled - might require POV-Ray to run
in a terminal session.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.