From 5c5cfa28e039a4ad4c282cd9984501fb55571722 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sat, 10 Mar 2012 21:16:21 +1100 Subject: [PATCH] comments fix --- inc/config.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/inc/config.php b/inc/config.php index 3e976622..ba0ca93e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -402,15 +402,9 @@ // Display the file's original filename $config['show_filename']= true; - /** - Redraw the image using GD functions to strip any excess data (commonly ZIP archives) - WARNING: Currently strips animated GIFs too :( - - Note: Currently not implemented anymore. Will be added back at a later date. - **/ + // Redraw the image using GD functions to strip any excess data (commonly ZIP archives) + // WARNING: Currently strips animated GIFs too $config['redraw_image'] = false; - // Temporary fix for the animation-stripping bug - $config['redraw_gifs'] = false; // Redrawing configuration $config['jpeg_quality'] = 100;