POV-Ray : Newsgroups : povray.newusers : Changing the render output file type Server Time
14 May 2024 14:13:56 EDT (-0400)
  Changing the render output file type (Message 1 to 3 of 3)  
From: gharryh
Subject: Changing the render output file type
Date: 10 Jun 2013 14:00:01
Message: <web.51b613f04278e9d9520168c30@news.povray.org>
By default the rendered output file is of the BMP type.
Where can i chage it to be of the JPG type.

Harry


Post a reply to this message

From: Stephen
Subject: Re: Changing the render output file type
Date: 10 Jun 2013 15:34:29
Message: <51b62a45$1@news.povray.org>
On 10/06/2013 6:59 PM, gharryh wrote:
> By default the rendered output file is of the BMP type.
> Where can i chage it to be of the JPG type.
>

Hi Harry.

If you are using an INI file to start your render. Add the line:

Output_File_Type=n

If you run it from a command line use +Fn

See the help 3.2.4 File Output Options


-- 
Regards
     Stephen


Post a reply to this message

From: Alain
Subject: Re: Changing the render output file type
Date: 10 Jun 2013 17:40:07
Message: <51b647b7$1@news.povray.org>

> By default the rendered output file is of the BMP type.
> Where can i chage it to be of the JPG type.
>
> Harry
>
>

If you start using version 3.7, it now default to PNG.
Version 3.7 is available in the "beta" download page, but at Relase 
candidate 7, it's very stable and robust. It offers tons of advantages 
starting by the ability of using all your cores when rendering an image.

Switching to version 3.7 is very highly recomended.

You can change the file type in the master Pov_ray ini file by adding 
+fn (for PNG)
+fj (for jpeg with chroma subsampling OFF, but not recomended as it's a 
lossy format)
+fc (compressed TGA / Targa)
+fe (openEXR high dynamic range) version 3.7 only
+fh (radiance high dynamic range) version 3.7 only
+fp (PPM)
+ft (uncompressed TGA)

Those switches can also be used on the command line. In the Windows 
version, it's the text line next to the resolutions sellector.

It's recomended to render in a non-lossy format, such as PNG, and 
convert the resulting image to another format using some external 
conversion tool if needed or wanted.



Alain


Post a reply to this message

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