Re: Exporting formulae as GIFs
- To: mathgroup at smc.vnet.net
- Subject: [mg22791] Re: Exporting formulae as GIFs
- From: paulh at wolfram.com (P.J. Hinton)
- Date: Sat, 25 Mar 2000 03:58:29 -0500 (EST)
- Organization: "Wolfram Research, Inc."
- References: <8bfepj$iec@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <8bfepj$iec at smc.vnet.net>, "Atul Sharma" <atulksharma at yahoo.com> writes: > When I stumbled across this in the archive, I was delighted. Unfortunately, > I had no luck using it. > And since I have no idea what this code is doing (or why the number of > seconds since Jan. 1, 1901 would even be called as part of a window size > routine!!), I thought I would ask if anyone else had better luck with it? Or > whether the problem of GIF formulae being cut off after the first 4" had > another solution. Since this is the presumably the same method used for the > dynamic display of formulae at the Integrator web site, surely there is a > solution. If you are wanting to export individual formulae, you can use an function call like this: Export[<destination filename>, ToBoxes[<your expresion here>], "GIF"] as is documented in: http://documents.wolfram.com/v4/MainBook/1_11/S1.11.5.html -- P.J. Hinton Mathematica Programming Group paulh at wolfram.com Wolfram Research, Inc. Disclaimer: Opinions expressed herein are those of the author alone.