Mercurial > debian > resize-gd-debian
diff control @ 1:69dc44a72af3
updated
author | meillo@marmaro.de |
---|---|
date | Sun, 15 Jun 2008 16:36:56 +0200 |
parents | 5fa0beba15d8 |
children | d13cced55e31 |
line wrap: on
line diff
--- a/control Sat Jun 14 19:19:02 2008 +0200 +++ b/control Sun Jun 15 16:36:56 2008 +0200 @@ -8,7 +8,7 @@ Package: resize-gd Architecture: i386 -Depends: ${shlibs:Depends} +Depends: libgd2-noxpm-dev (>= 2.0.33) | libgd2-xpm-dev (>= 2.0.33) Description: resizes images using the gd-library The program has two modes: * aspect ratio of the images is preserved and only shrinking is done. Smaller @@ -19,9 +19,9 @@ All resizing is done in-place. . Only JPEG and PNG files are supported. The filetype is detected by the - filename suffix which has to be either ‘.jpg’ or ‘.png’ (in lowercase - letters). Unsupported files get skipped. + filename suffix which has to be `.jpg', `.jpeg' or `.png'. Unsupported files + get skipped. . - This program is meant to be a small(er) alternative to the mogrify -resize + This program is meant to be a small(er) alternative to the `mogrify -resize' command of ImageMagick. Mainly because ImageMagick has lots of dependencies, while the GD-Library has less.