changing quality setting for image resize?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
fneumeier
Posts: 4
Joined: Sun Nov 13, 2005 5:25 pm

changing quality setting for image resize?

Post by fneumeier »

Hi,

does anyone know a way to change the quality settings for the resizing of pictures? It's probably just one little change somewhere in the code, but I can't find it.

The actual settings do produce rather large files (more than 100 k for a 500x350 px image), which is just too much for small bandwidth users ...

Thanks
Franz
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Resizing is done with the GD library or ImageMagick. Check out function_images.inc.php. It's got all the code, but it uses generic versions that don't include quality. (So far as I know, only the imagejpeg supports a quality variable anyway.)
Post Reply