From ca9f0ea0c8006ead021aa96bacac93ecddb75546 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 20 Feb 2005 10:16:56 +0000 Subject: [PATCH] Updated to use >=GD2 if available (better images) svn path=/trunk/boinc/; revision=5481 --- checkin_notes | 9 +++++++++ html/inc/image.inc | 37 ++++++++++++++++++++----------------- 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/checkin_notes b/checkin_notes index 6c60a3b722..2298e27de2 100755 --- a/checkin_notes +++ b/checkin_notes @@ -25047,3 +25047,12 @@ David 19 Feb 2005 html/user/ (various files) + +Janus 20 Feb 2005 + - Made the image resize script GD2-aware. It will automatically use >=GD2 + if this is available on the webserver. + This will make avatars (and whatever uses the script) look much better. + + html/inc/ + image.inc + diff --git a/html/inc/image.inc b/html/inc/image.inc index 4f870347f7..3f19c40481 100644 --- a/html/inc/image.inc +++ b/html/inc/image.inc @@ -1,14 +1,12 @@