Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Scaling IMG

  • Subject: Re: Scaling IMG
  • From: Hywel Jenkins <hyweljenkins@hotmail.com>
  • Date: Thu, 21 Apr 2005 19:44:53 +0100
  • Newsgroups: alt.html
  • References: <d47all$2oe9$1@godfrey.mcc.ac.uk>
  • User-agent: MicroPlanet-Gravity/2.60.2060
  • Xref: news.mcc.ac.uk alt.html:286191
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

  • References:
    • Scaling IMG
      • From: Roy Schestowitz <newsgroups@schestowitz.com>
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index