annotate control @ 1:69dc44a72af3
updated
author |
meillo@marmaro.de |
date |
Sun, 15 Jun 2008 16:36:56 +0200 |
parents |
5fa0beba15d8 |
children |
d13cced55e31 |
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@1
|
11 Depends: libgd2-noxpm-dev (>= 2.0.33) | libgd2-xpm-dev (>= 2.0.33)
|
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.
|