POV-Ray : Newsgroups : povray.newusers : Unable to change the resolution of the rendered image : Re: Unable to change the resolution of the rendered image Server Time
28 Sep 2024 07:43:19 EDT (-0400)
  Re: Unable to change the resolution of the rendered image  
From: Alain
Date: 11 Mar 2012 14:08:37
Message: <4f5cea25@news.povray.org>

> clipka<ano### [at] anonymousorg>  wrote:
>> Am 08.03.2012 16:19, schrieb Silverlight2009:
>>> When I choose another resolution from the menu under the Windows version of the
>>> program, it doesn't take affect, the program still renderes in the 512x384 pixel
>>> resolution.
>>>
>>> What can be the problem?
>>
>> You might have explicitly specified "+w512 +h384" in the edit box right
>> next to the resolution dropdown?
>>
>> You might have explicitly specified a particular resolution via an INI file?
>
> Where should I search fot that INI files?
Usualy, in the same folder as the .pov file, and just next to it.
>
>

You may be trying to render the ini file itself.
What's the complete name of the file you try to render? If it ends with 
.ini, then you are rendering the ini file that, in turn, instruct 
POV-Ray to render a specific scene file (*.pov) using some specific 
parameters, like the resolution. Any resolution parameters present in 
the ini file will override your chosen resolution.
If you see something like this in the editor's window:

Input_File_Name=...*pov
Width=512
Height=384

You are rendering the ini file.




Alain


Post a reply to this message

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