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 @@