POV-Ray : Newsgroups : povray.newusers : Images are pixelated Server Time
21 Dec 2024 22:28:01 EST (-0500)
  Images are pixelated (Message 3 to 12 of 12)  
<<< Previous 2 Messages Goto Initial 10 Messages
From: Alain Martel
Subject: Re: Images are pixelated
Date: 17 Dec 2024 07:13:01
Message: <67616acd$1@news.povray.org>
Le 2024-12-16 à 22:51, gulino a écrit :
> Hello, the images are pixelated for some reason
> How I correct this? I am using povray 3.7

How did you manage to get that pixelation ? Did you double the size of 
the image after rendering ?

You should do :
1) Render directly at the desired resolution.
1.1) Some will render at double resolution then scale down by one half.
2) Use antialiasing. The presets do include some antialiased options.

The usual antialiasing use +a0.3 +am1 +r3. That's acceptable in high 
contrast scenes.
In most cases, it's better to use more aggressive settings, like :
+a0.1 +am2 +r3
You may want to go farther, and use +a0.05 all the way down to +a0.001.

Using +am1 will often cause some glitches at the edges of the render 
blocks. +am2 is much better as it never cause any glitches in those areas.


Post a reply to this message

From: gulino
Subject: Re: Images are pixelated
Date: 17 Dec 2024 08:35:00
Message: <web.67617d4ede28e8e4264ac0beab67afd2@news.povray.org>
> From: antoine
where exactly do I put this? I tried to write +a0.01 +am2 +r3 in the .pov file
but it gave an error

> From: Alain Martel
I didn't do anything, I downloaded povray yesterday and it was already like this
when I tested the example models. The resolution is 512 x 384, is this normal?
Can I change this?


Post a reply to this message

From: Bald Eagle
Subject: Re: Images are pixelated
Date: 17 Dec 2024 09:50:00
Message: <web.67618e78de28e8e4471fd7cd25979125@news.povray.org>
"gulino" <nomail@nomail> wrote:
> > From: antoine
> where exactly do I put this? I tried to write +a0.01 +am2 +r3 in the .pov file
> but it gave an error
>
> > From: Alain Martel
> I didn't do anything, I downloaded povray yesterday and it was already like this
> when I tested the example models. The resolution is 512 x 384, is this normal?
> Can I change this?

if it's on Windows, you have the drop-down menu to select the resolution and
stock anti-aliasing settings.

you also have the "command line" section at the top of the editor to input any
render control settings.

Linux users can chime in, or you can check out the instructions on
wiki.povray.org

https://wiki.povray.org/content/Reference:Tracing_Options#Anti-Aliasing_Options

- BE


Post a reply to this message

From: jr
Subject: Re: Images are pixelated
Date: 17 Dec 2024 10:05:00
Message: <web.676192e2de28e8e4b2e841a6cde94f1@news.povray.org>
hi,

"Bald Eagle" <cre### [at] netscapenet> wrote:
> "gulino" <nomail@nomail> wrote:
> > > From: antoine
> > where exactly do I put this? I tried to write +a0.01 +am2 +r3 in the .pov file
> > but it gave an error
> >
> > > From: Alain Martel
> > I didn't do anything, I downloaded povray yesterday and it was already like this
> > when I tested the example models. The resolution is 512 x 384, is this normal?
> > Can I change this?

<https://wiki.povray.org/content/Documentation:Tutorial_Section_2.2#Setting_POV-Ray_Options>

the 'povray.ini' file, for instance, is a "good place" to set your preferred
default resolution, and other stuff.


regards, jr.


Post a reply to this message

From: Alain Martel
Subject: Re: Images are pixelated
Date: 17 Dec 2024 10:08:25
Message: <676193e9$1@news.povray.org>
Le 2024-12-17 à 08:31, gulino a écrit :
> 
>> From: antoine
> where exactly do I put this? I tried to write +a0.01 +am2 +r3 in the .pov file
> but it gave an error

Those are Command Line parameters.
You don't write «+a0.01 +am2 +r3» in the scene file itself. You write it 
in the «Command line» box located right from the resolution Drop list.

> 
>> From: Alain Martel
> I didn't do anything, I downloaded povray yesterday and it was already like this
> when I tested the example models. The resolution is 512 x 384, is this normal?
> Can I change this?
> 
That resolution, [512x384, No AA], is the one selected by default when 
you render your first scene. You can easily change it. Just click on it 
and select the resolution that you want to use.
The one just under is [512x384, AA 0.3]. The «AA 0.3» mean antialias 
enabled with threshold set at 0.3.
On Windows ? Look at the line just above the editor, all the way to the 
left. That's a drop list from where you can select carious resolutions 
and enable AA.
You can change it's content by editing the quickres.ini file. From the 
menu bar : Tools|Edit resolution INI file.


Post a reply to this message

From: gulino
Subject: Re: Images are pixelated
Date: 17 Dec 2024 10:30:00
Message: <web.676198f0de28e8e4264ac0beab67afd2@news.povray.org>
Ok problem solved, merci
I am using +a0.01 +am2 +r3 with 1028x768 No AA and looks good.


Post a reply to this message

From: Kenneth
Subject: Re: Images are pixelated
Date: 20 Dec 2024 12:45:00
Message: <web.6765ac77de28e8e4e83955656e066e29@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "gulino" <nomail@nomail> wrote:

> > I didn't do anything, I downloaded povray yesterday and it was already
> > like this when I tested the example models. The resolution is 512 x 384, is
> > this normal?
> > Can I change this?
>
> if it's on Windows, you have the drop-down menu to select the resolution and
> stock anti-aliasing settings.

Yes, and the drop-down menu has all of the various resolutions that are included
in a file called 'quickres.inc'. You can add to or change those default
resolutions by editing that file. If it is not already open in your POV-ray
editor window in the Windows GUI, go to the 'Tools' tab at the top and select
'Edit resolution INI file.' That will open quickres.ini. Then you can write-in
other resolutions.

For example, the following is, I think, one of the default resolution blocks
there:

[512x384]
Width=512
Height=384
Antialias=On
Antialias_Threshold=0.3

You can write a new one:

[1920X1080 widescreen]
Width=1920
Height=1080
;Antialias=On
;Antialias_Threshold=0.3

Then the drop-down resolution menu will include that for your later use. (The
semicolons can be used to commment-out those particular entries, just like using
double-slashes // for comments in a scene file.)

My own quickres.ini file is chock-full of customized entries!


Post a reply to this message

From: Alain Martel
Subject: Re: Images are pixelated
Date: 20 Dec 2024 13:50:52
Message: <6765bc8c$1@news.povray.org>
Le 2024-12-20 à 12:42, Kenneth a écrit :
> "Bald Eagle" <cre### [at] netscapenet> wrote:
>> "gulino" <nomail@nomail> wrote:
> 
>>> I didn't do anything, I downloaded povray yesterday and it was already
>>> like this when I tested the example models. The resolution is 512 x 384, is
>>> this normal?
>>> Can I change this?
>>
>> if it's on Windows, you have the drop-down menu to select the resolution and
>> stock anti-aliasing settings.
> 
> Yes, and the drop-down menu has all of the various resolutions that are included
> in a file called 'quickres.inc'. You can add to or change those default
> resolutions by editing that file. If it is not already open in your POV-ray
> editor window in the Windows GUI, go to the 'Tools' tab at the top and select
> 'Edit resolution INI file.' That will open quickres.ini. Then you can write-in
> other resolutions.
> 
> For example, the following is, I think, one of the default resolution blocks
> there:
> 
> [512x384]
> Width=512
> Height=384
> Antialias=On
> Antialias_Threshold=0.3
> 
> You can write a new one:
> 
> [1920X1080 widescreen]
> Width=1920
> Height=1080
> ;Antialias=On
> ;Antialias_Threshold=0.3
> 
> Then the drop-down resolution menu will include that for your later use. (The
> semicolons can be used to commment-out those particular entries, just like using
> double-slashes // for comments in a scene file.)
> 
> My own quickres.ini file is chock-full of customized entries!
> 
> 
> 
> 
Mine have at least double the number of entries of the default one, 
including wide screen, double screen, double wide, triple screen and 
triple wide options.


Post a reply to this message

From: Bald Eagle
Subject: Re: Images are pixelated
Date: 20 Dec 2024 14:35:00
Message: <web.6765c6b7de28e8e4327467e125979125@news.povray.org>
Alain Martel <kua### [at] videotronca> wrote:

> Mine have at least double the number of entries of the default one,
> including wide screen, double screen, double wide, triple screen and
> triple wide options.

Whoa.
"Double screen"?  "Triple screen"?  We can do that?!  :O


Post a reply to this message

From: Alain Martel
Subject: Re: Images are pixelated
Date: 21 Dec 2024 08:59:44
Message: <6766c9d0$1@news.povray.org>
Le 2024-12-20 à 14:34, Bald Eagle a écrit :
> Alain Martel <kua### [at] videotronca> wrote:
> 
>> Mine have at least double the number of entries of the default one,
>> including wide screen, double screen, double wide, triple screen and
>> triple wide options.
> 
> Whoa.
> "Double screen"?  "Triple screen"?  We can do that?!  :O
> 
4800 by 1200 (triple) and 5760 by 1080 (triple wide).
I actually rendered an RSOCP at 4800 by 1200.


Post a reply to this message

<<< Previous 2 Messages Goto Initial 10 Messages

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