Re: HOW BEST for figs: Mathematica -> Textures -> PDF ?
- To: mathgroup at smc.vnet.net
- Subject: [mg18413] Re: HOW BEST for figs: Mathematica -> Textures -> PDF ?
- From: Dan Truong <dtruong at irisa.fr>
- Date: Wed, 7 Jul 1999 00:11:09 -0400
- Organization: IRISA, FRANCE
- References: <7lcf4b$1k9@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
IMHO if it's only a problem of resolution, you just have to
check the optional parameters of Display[] and use something
like this:
Display[filename<>".gif",gr,"GIF",ImageResolution->70,
ImageSize->850];
Regards,
Dan-
---
In[1577]:=
Options[Display]
Out[1577]=
{CharacterEncoding,ImageOffset->Automatic,
ImageResolution->Automatic,ImageRotated->False,
ImageSize->Automatic}
In[1578]:=
?ImageResolution
"ImageResolution is an option for Display and DisplayString which
specifies \
at what resolution bitmap images should be rendered."
In[1579]:=
?ImageSize
"ImageSize is an option for Display and other graphics functions, as
well as \
for Cell, which specifies the absolute size of an image to render."