4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: ParaNike on February 18, 2003, 05:33:19 PM

Title: Thumbnails sind grau!
Post by: ParaNike on February 18, 2003, 05:33:19 PM
Hallo,
ich habe das Problem, dass wenn ich Thumbnails mit der GD Bibliothek erstelle die immer so komisch grau werden. Das sieht gar nicht schön aus, was mache ich da falsch?

Link als Beispiel:
http://beta.digitaldreamer.de/4images/
Title: Thumbnails sind grau!
Post by: Jan on February 18, 2003, 08:32:28 PM
includes/constants.php:
Code: [Select]
define('CONVERT_IS_GD2', 0);
zu
Code: [Select]
define('CONVERT_IS_GD2', 1);
ändern.

Jan