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