annotate control @ 0:5fa0beba15d8
inital commit
author |
meillo@marmaro.de |
date |
Sat, 14 Jun 2008 19:19:02 +0200 |
parents |
|
children |
69dc44a72af3 |
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@0
|
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@0
|
22 filename suffix which has to be either ‘.jpg’ or ‘.png’ (in lowercase
|
meillo@0
|
23 letters). Unsupported files get skipped.
|
meillo@0
|
24 .
|
meillo@0
|
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.
|