POV-Ray : Newsgroups : povray.general : BMP to TGA utilities? : Re: BMP to TGA utilities? Server Time
7 Aug 2024 05:17:15 EDT (-0400)
  Re: BMP to TGA utilities?  
From: PeterC
Date: 9 Jan 2002 21:38:07
Message: <3c38b1c8.4644069@localhost>
On Fri, 4 Jan 2002 11:40:47 -0700, "Tom Bates" <tho### [at] shawca>
wrote:

snippage

>Does anyone know of a utility that I can use to convert 700 bmp's into
>tga's?
>
>Thanks.
>
>Tom Bates.
>

Povray (on windows, anyway) can be used to do this.  Simply code up
a new scene that points an orthogrphic camera at a box that is in
turn image mapped.  Have the clock variable determine which input
file to use.  Don't use anti aliasing.  You might have to tune the
"assumed_gamma" setting to get the brightness/contrast of the
output to match the input.

hmmm

  #frame_to_read = concat("c:\old_pic", str(int(clock * num_of_frames,
0, 0)), ".bmp")

	Or something like that.


Post a reply to this message

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