debian/resize-gd-debian

annotate control @ 4:8d6c9c774531

merged
author user@debian-sid
date Sun, 15 Jun 2008 17:59:45 +0200
parents 69dc44a72af3
children
rev   line source
meillo@0 1 Source: resize-gd
meillo@0 2 Section: graphics
meillo@0 3 Priority: extra
meillo@0 4 Maintainer: markus schnalke <meillo@marmaro.de>
meillo@0 5 Homepage: http://prog.marmaro.de/resize-gd
meillo@0 6 Build-Depends: debhelper (>= 5), libgd2-noxpm-dev | libgd2-xpm-dev
meillo@0 7 Standards-Version: 3.8.0
meillo@0 8
meillo@0 9 Package: resize-gd
meillo@0 10 Architecture: i386
meillo@2 11 Depends: ${shlibs:Depends}
meillo@0 12 Description: resizes images using the gd-library
meillo@0 13 The program has two modes:
meillo@0 14 * aspect ratio of the images is preserved and only shrinking is done. Smaller
meillo@0 15 images remain unmodified.
meillo@0 16 * the images are resized to match a specific size. The images probably get
meillo@0 17 stretched and enlarged.
meillo@0 18 .
meillo@0 19 All resizing is done in-place.
meillo@0 20 .
meillo@0 21 Only JPEG and PNG files are supported. The filetype is detected by the
meillo@1 22 filename suffix which has to be `.jpg', `.jpeg' or `.png'. Unsupported files
meillo@1 23 get skipped.
meillo@0 24 .
meillo@1 25 This program is meant to be a small(er) alternative to the `mogrify -resize'
meillo@0 26 command of ImageMagick. Mainly because ImageMagick has lots of dependencies,
meillo@0 27 while the GD-Library has less.