POV-Ray : Newsgroups : povray.advanced-users : Does PoV-Ray have a readable (by humans) info output? : Re: Does PoV-Ray have a readable (by humans) info output? Server Time
29 Jul 2024 04:32:44 EDT (-0400)
  Re: Does PoV-Ray have a readable (by humans) info output?  
From: Mark Weyer
Date: 10 Jan 2003 04:36:08
Message: <3E1E96A8.6B87FC31@frege.mathematik.uni-freiburg.de>
>   I think that the PPM format is ascii, IIRC.

PPM comes in two variants: Originally it used to be just ascii,
so that pictures could be sent via email in the ancient days (or
something like that). Then people started to get annoyed by file
sizes of 12 bytes per pixel (for 8 bit depth) and the ,,packed''
variant was added. There only the header is pure ascii.

To my knowledge Povray outputs only packed ppm. So you would
have to convert that into unpacked.

If using Linux you should do
  man ppm
  man pnmtoplainpnm
  apropos ppm
  apropos pnm
for further information.

  Mark


Post a reply to this message

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