POV-Ray : Newsgroups : povray.windows : How does one get POVray to output JPEGs, JPGs or PNGs instead of BMPs? : Re: How does one get POVray to output JPEGs, JPGs or PNGs instead of BMPs? Server Time
3 Jul 2024 00:34:29 EDT (-0400)
  Re: How does one get POVray to output JPEGs, JPGs or PNGs instead of BMPs?  
From: Mike Williams
Date: 27 Feb 2003 00:50:15
Message: <20QFhFAebaX+Ew9Y@econym.demon.co.uk>
Wasn't it Paul H who wrote:
>OK... I've read the docs... I've searched these newgroups... I know my mate
>with POVray on a Linux box can do it... can anyone tell me how to get the
>output file from POVray to be a PNG?
>
>Section 5.2.2 of the docs imply you use a line like
>
>Output_File_Type=+FN

There are two ways to set the option, one is to use "Output_File_Type="
and the other is to use "+F", but you're trying to use both at once. So
either use
        Output_File_Type=N
or
        +FN

>
>But where? Apparently not in the .POV file. Or the pvengine.ini file. 'Cos
>I've tried those.
>
>The docs are excellent, but tend to assume you know what they mean a bit
>(nowhere near as poor as Microsoft ones thank goodness).

If you just want it for an individual render, type it in the command box
at the top of the GUI window.

If you want it to apply to all the renders from now on, click 
Tools->Edit_master_POVRAY.INI and type it in there.


Note, however, that it won't output JPEGs, or any other lossy format.
This is to protect you from the possibility of performing an extremely
long render and then finding that the output was ruined by jpeg
compression artefacts.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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