POV-Ray : Newsgroups : povray.general : Changing resolution... Server Time
10 Aug 2024 15:15:09 EDT (-0400)
  Changing resolution... (Message 1 to 8 of 8)  
From: Martin T  Thoma
Subject: Changing resolution...
Date: 21 Nov 1999 13:04:22
Message: <383833F1.5842@radiok2r.de>
Changing resolution...


Hello !

I'm using PoV-Ray for Windows 9x. You could set the resolution of the
rendered image in the ListBox (like "320x200 NoAA"). But there are only
some possebilitys, and I need a picture, which width is small, but which
is very high (like "100x400" or so...).

My questions:

1.) How can I choose another resolution then given in this list-box ?

2.) Is it possible to "save" the resolution in the PoV-Code ?

Regards

Martin

P.S.: Please mail your ideas, too. Thanks !


Post a reply to this message

From: Ken
Subject: Re: Changing resolution...
Date: 21 Nov 1999 13:33:18
Message: <38383A9C.B5BA49ED@pacbell.net>
"Martin T. Thoma" wrote:
> 
> Changing resolution...
> 
> Hello !
> 
> I'm using PoV-Ray for Windows 9x. You could set the resolution of the
> rendered image in the ListBox (like "320x200 NoAA"). But there are only
> some possebilitys, and I need a picture, which width is small, but which
> is very high (like "100x400" or so...).
> 
> My questions:
> 
> 1.) How can I choose another resolution then given in this list-box ?

  You can of course look up the proper command line switches in the docs
or for custom sizes like that you can add them to your quickres.ini file.
The format for adding custom sizes to the image size selection window is
pretty straight forward and you should have no problem understanding how
to modify it by looking at it's current contents. You will need to restart
the program for the contents of the window to change.

 
> 2.) Is it possible to "save" the resolution in the PoV-Code ?

  No it is not possible unless you have a seperate .ini file for your
scene file. Look in the docs for instruction on setting up a custom
.ini file and how to use them.

-- 
Ken Tyler -  1200+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Nieminen Juha
Subject: Re: Changing resolution...
Date: 21 Nov 1999 14:14:28
Message: <38384494@news.povray.org>
Martin T. Thoma <mar### [at] radiok2rde> wrote:
: 1.) How can I choose another resolution then given in this list-box ?

  You can either specify the resolution in the command line field in the
rendering settings menu this way:

-w400 -h200

or you can do it the hard way, by editing either the povray.ini-file or
the specific .ini-file for the current scene. If I remember correctly, the
lines were:

Width=400
Height=200

  (You can also type the short version in the .ini-file, though)

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Bill DeWitt
Subject: Re: Changing resolution...
Date: 21 Nov 1999 15:23:54
Message: <383854da@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote :
> You will need to restart
> the program for the contents of the window to change.
>

    You can save the .ini file then click on the "INI" button and choose
"set but don't render" and that refreshes the list box.


Post a reply to this message

From: Peter Popov
Subject: Re: Changing resolution...
Date: 21 Nov 1999 16:02:58
Message: <G104OF2GxiSC82mvAp5vdd7urfUb@4ax.com>
On Sun, 21 Nov 1999 19:03:29 +0100, "Martin T. Thoma"
<mar### [at] radiok2rde> wrote:

>Changing resolution...
>
>
>Hello !
>
>I'm using PoV-Ray for Windows 9x. You could set the resolution of the
>rendered image in the ListBox (like "320x200 NoAA"). But there are only
>some possebilitys, and I need a picture, which width is small, but which
>is very high (like "100x400" or so...).
>
>My questions:
>
>1.) How can I choose another resolution then given in this list-box ?
>
>2.) Is it possible to "save" the resolution in the PoV-Code ?
>
>Regards
>
>Martin
>
>P.S.: Please mail your ideas, too. Thanks !

Go to the Tools menu and select "Edit secondary INI file". There
you'll see the different preset resolutions in the order they appear
in the drop-down resolution menu. The format is:

[Name]
Width=100
Height=400
Antialias=on/off (choose which one)

For more INI settings read the docs, but this should give you a good
start. The other replies mentioned the quick solutions, but this has
the advantage that you save this resolution as a preset you can
quickly select later.

Have fun POVing!


Peter Popov
ICQ: 15002700


Post a reply to this message

From: omniVERSE
Subject: Re: Changing resolution...
Date: 21 Nov 1999 21:05:02
Message: <3838a4ce@news.povray.org>
To match the Ini with the 'camera' don't forget to use 'up y*4' 'right x*1'
(less the quotes) or any other ratio to go with the changed output
resolution.

Bob

Ken <tyl### [at] pacbellnet> wrote in message
news:38383A9C.B5BA49ED@pacbell.net...
>
>
> "Martin T. Thoma" wrote:
> >
> > Changing resolution...
> >
> > Hello !
> >
> > I'm using PoV-Ray for Windows 9x. You could set the resolution of the
> > rendered image in the ListBox (like "320x200 NoAA"). But there are only
> > some possebilitys, and I need a picture, which width is small, but which
> > is very high (like "100x400" or so...).
> >
> > My questions:
> >
> > 1.) How can I choose another resolution then given in this list-box ?
>
>   You can of course look up the proper command line switches in the docs
> or for custom sizes like that you can add them to your quickres.ini file.
> The format for adding custom sizes to the image size selection window is
> pretty straight forward and you should have no problem understanding how
> to modify it by looking at it's current contents. You will need to restart
> the program for the contents of the window to change.
>
>
> > 2.) Is it possible to "save" the resolution in the PoV-Code ?
>
>   No it is not possible unless you have a seperate .ini file for your
> scene file. Look in the docs for instruction on setting up a custom
> .ini file and how to use them.
>
> --
> Ken Tyler -  1200+ Povray, Graphics, 3D Rendering, and Raytracing Links:
> http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Ken
Subject: Re: Changing resolution...
Date: 21 Nov 1999 21:08:06
Message: <3838A532.2C8BA758@pacbell.net>
omniVERSE wrote:
> 
> To match the Ini with the 'camera' don't forget to use 'up y*4' 'right x*1'
> (less the quotes) or any other ratio to go with the changed output
> resolution.
> 
> Bob

I like the distortion I get sometimes when I specify non standard image sizes.

-- 
Ken Tyler -  1200+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Phil Clute
Subject: Re: Changing resolution...
Date: 22 Nov 1999 01:48:48
Message: <3838E71E.466C3142@tiac.net>
Peter Popov wrote:
> Go to the Tools menu and select "Edit secondary INI file". There
> you'll see the different preset resolutions in the order they appear
> in the drop-down resolution menu. The format is:
> 
> [Name]
> Width=100
> Height=400
> Antialias=on/off (choose which one)
>

Here's a little bit about aspect ratio:

The "secondary ini file" that Peter mentioned is set up for a 1.33:1
Academy ratio
which means if you have a frame that is 1 cm tall the width is 1.33cm .
In the case of Peter's example above you'll need to determine the
correct aspect ratio
Or you'll get a very squished looking image. So to figure it out just
divide
100/400 = 0.25:1 aspect ratio and then enter it in your right vector
like so:

camera {
  location <blah,blah,blah>
  up    <0,1,0>
  right  <0.25,0,0>
  look_at <blah,blah,blah>
}

I personally like 2.2:1 (70mm flat) and have several resolution sizes in
my Quickres.ini .
-- 
Phil
...coffee?...yes please! extra sugar,extra cream...Thank you.


Post a reply to this message

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