4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Justin on February 11, 2003, 08:22:20 AM
-
I am having a problem with the GD image resizing. I have php with GD2 installed. I use the image resizing functions in php in my own application without any quality loss. However, in 4images, when I choose to resize and image or a thumbnail, there is a major loss of image quality. The image does get resized, but it is extremely faded and blotchy. I have the quality setting upto 100 for bot thumbnails and images. I love this gallery tool you have and hope there is a fix for this without having to install another image manipulator. Please advise :-)
-
Please read those two first:
http://www.4homepages.de/forum/viewtopic.php?t=3914
http://www.4homepages.de/forum/viewforum.php?f=14
and then here is the fix:
open /includes/constants.php finddefine('CONVERT_IS_GD2', 0);
change it to
define('CONVERT_IS_GD2', 1);
-
.