Re: Controlling GIF size
- To: mathgroup at smc.vnet.net
- Subject: [mg19057] Re: Controlling GIF size
- From: dean at plane.math.ucdavis.edu (Dean Hickerson)
- Date: Thu, 5 Aug 1999 01:34:48 -0400
- Organization: University of California, Davis
- References: <7o495r$svq$1@mark.ucdavis.edu>
- Sender: owner-wri-mathgroup at wolfram.com
I wrote: > I'm trying to use Mathematica to create some GIF files, by the command > Display["filename",graphic,"gif"]. It works, but all of the resulting > GIFs are 288x288. Is there a way to change the size? I found the answer to my question: The ImageSize option can be used to specify the size. E.g.: Display["filename",graphic,"gif",ImageSize->{50,20}] specifies that the size of the GIF should be 20x50. Dean Hickerson dean at math.ucdavis.edu