POV-Ray : Newsgroups : povray.unix : kpovmodeler + povray 3.7 : Re: kpovmodeler + povray 3.7 Server Time
28 Apr 2024 23:59:56 EDT (-0400)
  Re: kpovmodeler + povray 3.7  
From: Le Forgeron
Date: 6 Apr 2011 10:21:08
Message: <4d9c76d4$1@news.povray.org>
Le 06/04/2011 16:08, John Coppens a écrit :
> Hello people...
> 
> The SVN version of kpovmodeler compiles well, but isn't really
> compatible anymore with 3.7 (only recognizes 3.1 and 3.5). In
> particular, the +QR option is not recognized by the newer povray.
> I'm no great C++ programmer, and even less knowledgeable about Qt,
> so I solved the options issue by gluing bothe KPM and povray together
> with a small Tcl script which removes unwanted options (see below).
> 
> That works fine, but the TGA image generated by povray, and sent to
> stdout, is not recognized by KPM. I tried to write it to disk, and
> only Gimp actually reads it (GQview, Geeqie, and other don't).
> 
> Is the TGA generated by povray some special variant?

I think, and I might be wrong, that the default file format for 3.7 on
unix is PNG, not TGA anymore.

(and to have edited the TGA file format lately (was before RC1, IIRC, to
add comments),... well it's Truevision Targa, and the version of format
evolved from very old 1 to 2.0 specification of 1991.

http://www.dca.fee.unicamp.br/~martino/disciplinas/ea978/tgaffs.pdf

And there is 2 TGA formats output for povray (the uncompressed one, and
the compressed one. (+FC vs +FT)

If you have imagemagick installed, ask "identify output.file" what it
think about the rendered image.


-- 
Software is like dirt - it costs time and money to change it and move it
around.

Just because you can't see it, it doesn't weigh anything,
and you can't drill a hole in it and stick a rivet into it doesn't mean
it's free.


Post a reply to this message

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