|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dear All,
Can any of you advise me as to how I get rendered files out of Pov
Ray into a decent format i.e. Targa/Tiff? I've made some progress, but
the instructions are really confusing me. If you could explain what to
do in detail I'd really appreciate it.
Thanks,
Adam
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ok as detailed as you'll ever need:
code your scene (i am assuming you have done this), then click the little
render button. sit back and wait. patients wears out...., done. depending on
what version, what OS you can look in the folder you saved you pov file in
and find a tga,bmp (system specific) file
Adam Rostom wrote in message <367655ED.B5C880BB@bioch.ox.ac.uk>...
>Dear All,
> Can any of you advise me as to how I get rendered files out of Pov
>Ray into a decent format i.e. Targa/Tiff? I've made some progress, but
>the instructions are really confusing me. If you could explain what to
>do in detail I'd really appreciate it.
>
> Thanks,
>
> Adam
>
>
Post a reply to this message
|
|
| |
| |
|
|
From: Nieminen Mika
Subject: Re: HOW ON EARTH DO I GET FILES OUT OF POV RAY?
Date: 15 Dec 1998 08:07:23
Message: <36765f0b.0@news.povray.org>
|
|
|
| |
| |
|
|
Adam Rostom <ros### [at] biochoxacuk> wrote:
: Can any of you advise me as to how I get rendered files out of Pov
: Ray into a decent format i.e. Targa/Tiff? I've made some progress, but
: the instructions are really confusing me. If you could explain what to
: do in detail I'd really appreciate it.
http://iki.fi/warp/povVFAQ.html#savingimage
--
main(i){char*_="BdsyFBThhHFBThhHFRz]NFTITQF|DJIFHQhhF";while(i=
*_++)for(;i>1;printf("%s",i-70?i&1?"[]":" ":(i=0,"\n")),i/=2);} /*- Warp. -*/
Post a reply to this message
|
|
| |
| |
|
|
From: Andrew Cocker
Subject: Re: HOW ON EARTH DO I GET FILES OUT OF POV RAY?
Date: 15 Dec 1998 13:47:40
Message: <3676aecc.0@news.povray.org>
|
|
|
| |
| |
|
|
Hi Adam,
You need to use the switch +FT ( add it to your \renderer\povray.ini
file ).
This will cause POV to output .tga files.
See Output_File_Options in the documentation for more info.
Regards,
Andy C.
Adam Rostom wrote in message <367655ED.B5C880BB@bioch.ox.ac.uk>...
>Dear All,
> Can any of you advise me as to how I get rendered files out of Pov
>Ray into a decent format i.e. Targa/Tiff? I've made some progress, but
>the instructions are really confusing me. If you could explain what to
>do in detail I'd really appreciate it.
>
> Thanks,
>
> Adam
>
>
Post a reply to this message
|
|
| |
| |
|
|
From: Nieminen Mika
Subject: Re: HOW ON EARTH DO I GET FILES OUT OF POV RAY?
Date: 16 Dec 1998 05:36:12
Message: <36778d1c.0@news.povray.org>
|
|
|
| |
| |
|
|
Andrew Cocker <and### [at] acockerfreeservecouk> wrote:
: You need to use the switch +FT ( add it to your \renderer\povray.ini
: file ).
I have always thought that this is the default and that you don't have
to specify it.
And anyways, +FC is better.
--
main(i){char*_="BdsyFBThhHFBThhHFRz]NFTITQF|DJIFHQhhF";while(i=
*_++)for(;i>1;printf("%s",i-70?i&1?"[]":" ":(i=0,"\n")),i/=2);} /*- Warp. -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 16 Dec 1998 05:36:12 -0500, Nieminen Mika <war### [at] assaricctutfi> wrote:
>Andrew Cocker <and### [at] acockerfreeservecouk> wrote:
>: You need to use the switch +FT ( add it to your \renderer\povray.ini
>: file ).
>
> I have always thought that this is the default and that you don't have
>to specify it.
> And anyways, +FC is better.
It's no longer the default on the Windows platform. The default on that
platform is sys, or BMP. But yes, +FC is probably better, unless you have
a big hard drive and a slow computer. (For the benefit of the newusers,
+FT specifies uncompressed Targa format, and +FC specifies compressed
Targa format.)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here's a heads-up... for some silly reason my Corel Photo-Paint 7 chokes on
POV-generated compressed targas. So in my case, the uncompressed format is
better. Your mileage may vary.
Ron Parker wrote:
> On 16 Dec 1998 05:36:12 -0500, Nieminen Mika <war### [at] assaricctutfi> wrote:
> >Andrew Cocker <and### [at] acockerfreeservecouk> wrote:
> >: You need to use the switch +FT ( add it to your \renderer\povray.ini
> >: file ).
> >
> > I have always thought that this is the default and that you don't have
> >to specify it.
> > And anyways, +FC is better.
>
> It's no longer the default on the Windows platform. The default on that
> platform is sys, or BMP. But yes, +FC is probably better, unless you have
> a big hard drive and a slow computer. (For the benefit of the newusers,
> +FT specifies uncompressed Targa format, and +FC specifies compressed
> Targa format.)
--
george erhard
microsoft certified system engineer
http://home.pacbell.net/dcnblues
remove "nospam" from domain when replying
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |