POV-Ray : Newsgroups : povray.general : BMP to TGA utilities? Server Time
7 Aug 2024 03:17:44 EDT (-0400)
  BMP to TGA utilities? (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Warp
Subject: Re: BMP to TGA utilities?
Date: 6 Jan 2002 13:48:40
Message: <3c389c07@news.povray.org>
Ron Parker <ron### [at] povrayorg> wrote:
: I'm pretty sold on the mpeg2enc that comes with the Linux mjpeg tools.

  It's just incredible how *fast* that program is.

  Besides that, it also has network distribution support...

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

From: PeterC
Subject: Re: BMP to TGA utilities?
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

<<< Previous 10 Messages Goto Initial 10 Messages

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