|
Posted by Alan J. Flavell on April 6, 2005, 11:17 pm
Please log in for more thread options
On Thu, 31 Mar 2005, J. J. Cale wrote:
> > There are a number of automated tools for re-sampling images to
> > reduce their dimensions, perhaps you should investigate and use one
> > that is suitable for your server.
>
> How about a pointer. TIA
Folks, how about discussing images in the place where images are
on-topic? "HTML" (in the name of this group) stands for "hypertext
markup language", not for image manipulation.
(x-posted and f'ups set).
For automated image manipulations I've always found the library that's
now known as netpbm (now at http://netpbm.sourceforge.net/ ) to be a
valuable resource.
There are plenty of GUI tools intended for *manual* manipulation of
images, and some of them have various kinds of automation available,
but I've generally found a short pipeline built of netpbm tools to be
ideally scriptable (normally I'd do that from Perl, if you want to be
specific; but for simpler tasks a shell script is all that it takes).
have fun
|