ImageResolution bug In Mathematica 6.0
- To: mathgroup at smc.vnet.net
- Subject: [mg85534] ImageResolution bug In Mathematica 6.0
- From: Pianiel <pdpdel at gmail.com>
- Date: Wed, 13 Feb 2008 04:23:33 -0500 (EST)
Dear Mathematica experts,
There is a bug in ImageResolution. In Mathematica 6.0 it seems that it
is not possible to increase the resolution when exporting a jpg or a
gif file. This function worked fine in previous versions of
Mathematica.
The following line:
Graph2 = Plot[x^2, {x, 0, 3}]
Export["Test.jpg", Graph2, ImageResolution -> 400]
gives a bad picture.
Does anyone have a workaround?
(The goal is not increase the size of the picture using ImageSize,
which makes the lines thiner...)
Thanks in advance!
Sincerely
Pianiel