File: control

package info (click to toggle)
imgsizer 2.10-0.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: python: 181; xml: 148; makefile: 70
file content (21 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: imgsizer
Section: web
Priority: optional
Maintainer: Peter S Galbraith <psg@debian.org>
Build-Depends: debhelper
Standards-Version: 3.7.2
Homepage: http://www.catb.org/~esr/imgsizer/

Package: imgsizer
Architecture: all
Depends: imagemagick | file, imagemagick | libjpeg-progs, python3
Description: Adds 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 browsers 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.
 .
 The package needs either the imagemagick package or both the file and
 libjpeg-progs packages.