On Fri, 13 Jun 2008 10:43:46 +0200
markus schnalke <[EMAIL PROTECTED]> wrote:

> Hoi community,
> 
> I feel the need for a image resize program that matches the
> Unix and suckless philosophy.
> Currently I'm using ImageMagick, which is just fine, if it is already
> installed. But I was shocked, when I had to install it on a clean
> system: I has that many dependencies!
> The only thing I wanted was a program to resize images and I had to
> install about 80 megabyte!
> 
> Does anyone know a small program that can resize JPEG and PNG images?
> 
> 
> meillo

I'm not sure if this fits the suckless philosophy but why not use Python and 
the PIL(Python Imaging Library). Since python is installed as standard in 
almost all distributions all you have to do is include the Python Image Library 
modules in the same directory as your code.

http://www.pythonware.com/products/pil/

Reply via email to