|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ImageResolution
ImageResolution
is an option for Export, Rasterize, and related functions that specifies at what resolution bitmap images should be rendered.
DetailsDetails
- ImageResolution->r specifies that a bitmap should be rendered at a resolution of r dpi.
- ImageResolution is relevant only for bitmap graphics formats such as "TIFF", and not for resolution-independent formats such as "EPS".
- The default setting ImageResolution->Automatic typically uses a resolution of 72 dpi for bitmap graphics formats.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Set different image resolution in dpi:
| In[1]:= |
| Out[1]= | ![]() |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

