view control @ 3:b153420a1169

added watch file
author user@debian-sid
date Sun, 15 Jun 2008 17:58:44 +0200
parents 69dc44a72af3
children d13cced55e31
line wrap: on
line source

Source: resize-gd
Section: graphics
Priority: extra
Maintainer: markus schnalke <meillo@marmaro.de>
Homepage: http://prog.marmaro.de/resize-gd
Build-Depends: debhelper (>= 5), libgd2-noxpm-dev | libgd2-xpm-dev
Standards-Version: 3.8.0

Package: resize-gd
Architecture: i386
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
   images remain unmodified.
 * the images are resized to match a specific size. The images probably get
   stretched and enlarged.
 .
 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 `.jpg', `.jpeg' or `.png'. Unsupported files
 get skipped.
 .
 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.