POV-Ray : Newsgroups : povray.newusers : Can I save image output to jpeg or other format (not png, tga) Server Time
29 Jul 2024 00:27:40 EDT (-0400)
  Can I save image output to jpeg or other format (not png, tga) (Message 1 to 3 of 3)  
From: Miixer
Subject: Can I save image output to jpeg or other format (not png, tga)
Date: 16 Feb 2007 03:15:01
Message: <web.45d56763dd609ce510ab967b0@news.povray.org>
Hi, I'm new povray'user .

I want to save image to jpeg format, but I don't known

please help me !!

Thank a lot . ^_^


Post a reply to this message

From: Thomas de Groot
Subject: Re: Can I save image output to jpeg or other format (not png, tga)
Date: 16 Feb 2007 04:23:14
Message: <45d57802$1@news.povray.org>
"Miixer" <jto### [at] gmailcom> schreef in bericht 
news:web.45d56763dd609ce510ab967b0@news.povray.org...
> Hi, I'm new povray'user .
>
> I want to save image to jpeg format, but I don't known
>

You cannot. Not directly in POV-Ray (see documentation: par. 3.1.2.4.1 of 
the downloaded docs; par. 2.1.2.4.1 of the online docs). Best is to convert 
your output image through PSP or Gimp or whatever painting program you use.

Thomas


Post a reply to this message

From: Stephen
Subject: Re: Can I save image output to jpeg or other format (not png, tga)
Date: 16 Feb 2007 04:35:01
Message: <web.45d57926b3f0298ff1cb1e660@news.povray.org>
"Miixer" <jto### [at] gmailcom> wrote:
> Hi, I'm new povray'user .
>
> I want to save image to jpeg format, but I don't known
>
> please help me !!
>
> Thank a lot . ^_^


a lossy format) you can read about the options in the help file Section
3.1.2.4.1  Output File Type

The command line option is +Fx where x =
C  for Compressed Targa-24 format (RLE, run length encoded)
N  for PNG (portable network graphics) format
P  for Unix PPM format
S  for System-specific such as Mac Pict or Windows BMP
T  for Uncompressed Targa-24 format

Or you can add the line
Output_File_Type=x
to the povray.ini file found in Tools > Edit master povray.ini

Stephen


Post a reply to this message

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