|
[Date Index]
[Thread Index]
[Author Index]
Re: HELP: How to increase the resolution of .GIF images when importing to HTML ?
> From veltman@ecn.nl.nospam Mon Jan 12 13:28:10 1998
> Date: Mon, 12 Jan 1998 04:10:09 -0500
> From: "Arie" <veltman@ecn.nl.nospam>
To: mathgroup@smc.vnet.net
> To: mathgroup@smc.vnet.net
> Subject: [mg10426] [mg10378] HELP: How to increase the resolution of .GIF images when
importing to HTML ?
>
> Well, the question is in the title:
>
> When I SaveSpecial to a HTML file, the formulas are saved as .GIF images
> with an incredibly low resolution. How can I increase this resolution?
>
> arie veltman
>
Hi arie,
set the option ImageResolution of the Display[] function to the desired
value before You use the Menu-Item.
Write in a new notebook
SetOptions[Display,ImageResolution->2400]
switch to the notebook to export it with very large images and use the
Export Special | HTML item from the menu
Hope that helps
Jens
Prev by Date:
Re: ListPlot
Next by Date:
Re: Why doesn't this work ?
Prev by thread:
Re: HELP: How to increase the resolution of .GIF images when importing to HTML ?
Next by thread:
Re: HELP: How to increase the resolution of .GIF images when importing to HTML ?
|