In article <d47all$2oe9$1@godfrey.mcc.ac.uk>, newsgroups@schestowitz.com
says...
> I have been been searching the Web, trying to find a way of resizing images
> while retaining the original aspect ratio. I know I can use 'height' and
> 'width', but finding out the necessary values for many images is laborious.
> Is there an equivalent (with or without CSS) to 'scale' in LaTeX? For
> example <img scale="80%" src="myimage" />?
>
> Thanks in advance,
Do it with the appropriate software. Here's why: if you image is
600x600 pixels and weighs 200k, "scaling" it in HTML or CSS will simply
result in the download of a 600x600 pixel, 200k image being displayed
poorly. The poor sucker at the end of the line still has to download
the image at full size.
--
Hywel
|
|