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