POV-Ray : Newsgroups : povray.windows : Add additional data embedded in [supported] output graphics files : Re: Add additional data embedded in [supported] output graphics files Server Time
26 Apr 2024 18:39:59 EDT (-0400)
  Re: Add additional data embedded in [supported] output graphics files  
From: Bald Eagle
Date: 28 Feb 2016 23:20:01
Message: <web.56d3c5c583ac36f15e7df57c0@news.povray.org>
Mike Horvath <mik### [at] gmailcom> wrote:

>
http://news.povray.org/povray.advanced-users/thread/%3C54d7aa78$1@news.povray.org%3E/

Aha!   I see great minds think alike   :)

> It's a "least common denominator" kind of a thing. Some formats don't
> support a lot of metadata, therefore the other formats should also be
> limited to this small amount.
>
> Mike

I was thinking that POV-Ray must have things that it does based upon which file
format it writes to.
Doesn't seem to hard to filter what you can and cannot write out, or how much,
based upon what output format is specified.

#if (format = allowed)
     go hog wild
#else
     #if (format = somewhat)
          write whatever data will fit
     #else
          tactfully tell user most of the data got sh*tcannned
          "Please switch to format A, B, or C to include all desired data"
     #end
#end




What about rigging up some kinda post-processing thing?
Can POV-Ray spit out variables to a 3rd party program that POV-Ray executes on
completion of the render?
I dunno much about things like that   :O


Post a reply to this message

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