POV-Ray : Newsgroups : povray.general : Bits_per_color : Re: Bits_per_color Server Time
29 Jul 2024 06:15:41 EDT (-0400)
  Re: Bits_per_color  
From: clipka
Date: 14 Aug 2012 08:57:54
Message: <502a4b52$1@news.povray.org>
Am 14.08.2012 12:58, schrieb Di:
> Hello Guys,
>
> I am using POV3.7. I am trying to display a bitmap file with 1 bitdepth, so i
> write the Command "Bits_per_color=1" in the "povray.ini". But it doesen't work,
> and still shows the bitdepth = 24.
>
> Does anybody known how can i solve this problem?

POV-Ray is comparatively limited in the combinations of bit depth and 
file formats it supports. The Bits_per_color setting is primarily there 
to allow >8 bits per color channel, or reduce the number of different 
colors to obtain higher compression rates (e.g. for PNG files).

Also note that Bits_per_color sets the number of bits per color channel 
(per pixel), not the total bits per pixel, so even a setting of 1 could 
only give you an RGB 3-bit-per-pixel file, rather than the 
1-bit-per-pixel format you're probably aiming for.

You'll need an external image manipulation tool to convert to a true B/W 
bitmap.


Post a reply to this message

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