4images

Publicado en: Tecnología

Para que le thumbnail o imagen previa del foro de imagenes 4 Images tenga mejor calidad, hay que editar en includes/constants.php la siguiente línea:

// If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1.
// Your thumbnails will be created with better quality
define('CONVERT_IS_GD2', 0);

Cambiando el 0 por un 1, para que quede:

define('CONVERT_IS_GD2', 1);

SaludoX