From cf315558183614bb54c1729c7ce7b8fd696704ac Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 22 Jul 2011 19:45:45 +1000 Subject: [PATCH] comment --- inc/config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/config.php b/inc/config.php index 8af70c9f..4b03c3b7 100644 --- a/inc/config.php +++ b/inc/config.php @@ -238,9 +238,13 @@ $config['max_height'] = &$config['max_width']; // 1:1 // Reject a post if its image is already in active content $config['image_reject_repost'] = 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. **/ $config['redraw_image'] = false; // Redrawing configuration