POV-Ray : Newsgroups : povray.windows : Totally lost Server Time
28 Jul 2024 14:31:54 EDT (-0400)
  Totally lost (Message 1 to 5 of 5)  
From: k
Subject: Totally lost
Date: 4 May 1998 09:02:56
Message: <354DBC80.24E3E61A@msn.com>
Forgive me, but I have searched and read til my eyes and brain were
weary....but I cant figure out for the life of me how to save files in a
format like gif or jpeg.
I read about switches and such...but I am lost.
Does anyone have instructions for us that are instructionally
challenged?


Post a reply to this message

From: yang444
Subject: Re: Totally lost
Date: 4 May 1998 13:23:52
Message: <354DF9A8.EBBA7F92@pacbell.net>
k wrote:

> ....but I cant figure out for the life of me how to save files in a
> format like gif or jpeg.

I believe that you can only save files in the formats specified in section
6.2.2.3.1 of the doc.
jpeg and gif aren't among them.

I prefer to have my files in PNG format.
To do this, I changed povray.ini to read:

    Output_File_Type=N
    Output_File_Name=pov.png

Want to learn more about the PNG format?
Go to:  http://www.cdrom.com/pub/png/

--
Alan


Post a reply to this message

From: k
Subject: Re: Totally lost
Date: 4 May 1998 09:34:24
Message: <354DC3E0.4ADE5450@msn.com>
MY HERO!!!

Simple...to the point.  I love it.
Many thanks

yan### [at] pacbellnet wrote:

> k wrote:
>
> > ....but I cant figure out for the life of me how to save files in a
> > format like gif or jpeg.
>
> I believe that you can only save files in the formats specified in section
> 6.2.2.3.1 of the doc.
> jpeg and gif aren't among them.
>
> I prefer to have my files in PNG format.
> To do this, I changed povray.ini to read:
>
>     Output_File_Type=N
>     Output_File_Name=pov.png
>
> Want to learn more about the PNG format?
> Go to:  http://www.cdrom.com/pub/png/
>
> --
> Alan


Post a reply to this message

From: k
Subject: Re: Totally lost
Date: 4 May 1998 16:10:36
Message: <354E20BB.A45B2757@msn.com>
Well......thought I understood.  I still cant save file in .png.  ARGH!


yan### [at] pacbellnet wrote:

> k wrote:
>
> > ....but I cant figure out for the life of me how to save files in a
> > format like gif or jpeg.
>
> I believe that you can only save files in the formats specified in section
> 6.2.2.3.1 of the doc.
> jpeg and gif aren't among them.
>
> I prefer to have my files in PNG format.
> To do this, I changed povray.ini to read:
>
>     Output_File_Type=N
>     Output_File_Name=pov.png
>
> Want to learn more about the PNG format?
> Go to:  http://www.cdrom.com/pub/png/
>
> --
> Alan


Post a reply to this message

From: Johannes Hubert
Subject: Re: Totally lost
Date: 5 May 1998 05:26:00
Message: <6imm0p$70l$1@oz.aussie.org>
k <21e### [at] msncom> wrote in message <354E20BB.A45B2757@msn.com>...
>Well......thought I understood.  I still cant save file in .png.  ARGH!


In POV-Ray you don't *save* a file in *any* image format:

With the "Save/Save As" commands of the "File" menu you *save* a file in the
POV-Ray scene-description language (which is always text-format).

But if you render a scene, it is not only rendered to the screen, but the
image is also stored on the disk, usually in the same folder the scenefile
(POV-file) is stored in, with the same name (except for the extension) as
you POV-file (if you didn't change any settings).
And this stored file is an image-file. By default in TGA format, but with
the switches (as described in other answers to your posts) you can also save
to PNG, BMP etc.

Johannes.


Post a reply to this message

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