1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-13 18:40:49 +01:00

comments fix

This commit is contained in:
Michael Save 2012-03-10 21:16:21 +11:00
parent de17bdb317
commit 5c5cfa28e0

View File

@ -402,15 +402,9 @@
// Display the file's original filename // Display the file's original filename
$config['show_filename']= true; $config['show_filename']= true;
/** // Redraw the image using GD functions to strip any excess data (commonly ZIP archives)
Redraw the image using GD functions to strip any excess data (commonly ZIP archives) // WARNING: Currently strips animated GIFs too
WARNING: Currently strips animated GIFs too :(
Note: Currently not implemented anymore. Will be added back at a later date.
**/
$config['redraw_image'] = false; $config['redraw_image'] = false;
// Temporary fix for the animation-stripping bug
$config['redraw_gifs'] = false;
// Redrawing configuration // Redrawing configuration
$config['jpeg_quality'] = 100; $config['jpeg_quality'] = 100;