Source: imgsizer
Maintainer: Lars Wirzenius <liw@iki.fi>
Section: web
Priority: optional
Standards-Version: 2.0.0.0

Package: imgsizer
Architecture: any
Depends: perl, imagemagick
Description: Add WIDTH and HEIGHT attributes to IMG tags in HTML files.
 The imgsizer script automates away the tedious task of creating and
 updating the extension HEIGHT and WIDTH parameters in HTML IMG tags.
 These parameters help many browsers (including Netscape) to multi-thread
 image loading, instead of having to load images in strict sequence in
 order to have each one's dimensions available so the next can be placed.
 This generally allows text on the remainder of the page to load much
 faster.
