rackcolo
04-26-2004, 09:51 PM
anyone know of any image compression utilities that I can run on my server for my clients? I know I can cut down their bandwidth if I get them this utility.
and since I am asking.....can this run on a directory and have an easy to use interface?
thanks
Corey Bryant
04-26-2004, 10:33 PM
You might check out:
http://www.aspupload.com/aspjpeg.html
http://www.chestysoft.com/imagefile/default.asp
Forse
04-27-2004, 01:48 PM
Originally posted by rackcolo
anyone know of any image compression utilities that I can run on my server for my clients? I know I can cut down their bandwidth if I get them this utility.
and since I am asking.....can this run on a directory and have an easy to use interface?
thanks
Just write a little in php/asp whatever which executes convert utility which is part of ImageMagick. That's how I do it and so far no issues (I convert a LOT of images) also it's superior in quality to gd1, but just as good as gd2 in php.
rackcolo
04-27-2004, 08:26 PM
any interest in sharing the code?
thanks