POV-Ray : Newsgroups : povray.competition : Detail Image : Re: Detail Image Server Time
24 Apr 2024 00:53:29 EDT (-0400)
  Re: Detail Image  
From: Nicolas Calimet
Date: 10 Oct 2004 11:45:08
Message: <41695904$1@news.povray.org>
> I rendered the image like this +w6400 +h4800 +SR0.44 +ER0.64 +SC0.55
> +EC0.75 and in BMP format is very big, it's 87'9 Mb. Is it normal?

6400 x 4800 pixels (30 Mpix image)  x  3 bytes (24 bit image)  =  92160000 bytes
which corresponds to the 87.9 MB you have (the BMP header adds a few more bytes).

	I'd suggest you save your images using a lossless compression format
such as PNG or TIFF.  Just use the POV-Ray +FN flag (for PNG) while rendering,
or convert the BMP to e.g. PNG using your favorite image editor.

	- NC

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