Subject: Re: reducing images
To: admin@datazap.net <admin@datazap.net>
From: Michal Pasternak <michal@pasternak.w.lub.pl>
List: netbsd-help
Date: 02/18/2004 19:05:17
admin@datazap.net [Wed, Feb 18, 2004 at 09:49:09AM -0500]:
> I tried this, and it works great, but if I wanted to also use something
> like this from a web interface. Would there be a better option?

In PHP? Well, here you go:

	<? system("djpeg ..."); ?>
	
Now seriously: I've seen lot of installations of PHP program called Gallery,
but I don't know if it will fit your needs.