in reply to GD loss of quality

If installing Image::Magick is problematic I'd probably just use the imagemagick command line tools:
system("convert -resize 800x600 /tmp/input.jsp /tmp/output.jpg") and d +ie "Error converting: $?";

Replies are listed 'Best First'.
Re^2: GD loss of quality
by the_slycer (Chaplain) on Apr 19, 2005 at 18:24 UTC
    Again, the point is to get away from creating and/or using actual files, trying to do as much "in memory" as possible..