|
[Date Index]
[Thread Index]
[Author Index]
Re: Converting Animations to QuickTime Movies Using iView MediaPro
- To: mathgroup at smc.vnet.net
- Subject: [mg39529] Re: Converting Animations to QuickTime Movies Using iView MediaPro
- From: Paul Abbott <paul at physics.uwa.edu.au>
- Date: Fri, 21 Feb 2003 04:08:41 -0500 (EST)
- Organization: The University of Western Australia
- References: <b32a39$b39$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <b32a39$b39$1 at smc.vnet.net>,
AES/newspost <siegman at stanford.edu> wrote:
> Export["Image "<>ToString[k], g[k], "JPEG"],
> ...
>
> (Anyone know how to modify the ToString[k] coding above so that k = 1,
> 2, 3 will appear with prepended zeros, i.e. as 01, 02, 03?)
Export["Image "<>"0"<>ToString[k] ?
Cheers,
Paul
--
Paul Abbott Phone: +61 8 9380 2734
School of Physics, M013 Fax: +61 8 9380 1014
The University of Western Australia (CRICOS Provider No 00126G)
35 Stirling Highway
Crawley WA 6009 mailto:paul at physics.uwa.edu.au
AUSTRALIA http://physics.uwa.edu.au/~paul
Prev by Date:
TimeConstrained & Power cause segmentation fault
Next by Date:
Re: Changing style in Plot
Previous by thread:
TimeConstrained & Power cause segmentation fault
Next by thread:
Re: Solving Alphametics with Mathematica
|