I was looking for a way to make my images a better quality, because the default compression is very heavy. While searching the forums I found two topics about changing the quality of images while using Imagemagick, but I cannot find information on how to change the quality when using GD.
Has anyone had this problem? How did you solve it?
Setting image quality when using GD
-
Pixelchaos
- Posts: 17
- Joined: Wed 25. Aug 2004, 14:04
- Contact:
-
Pappnase
hello
look into your conf.inc.php beginnign from line 58
if it's possible chnage the settings to GD2
then better image Qual is possible.
and at line 69
you can setup the quality
look into your conf.inc.php beginnign from line 58
if it's possible chnage the settings to GD2
then better image Qual is possible.
Code: Select all
$phpwcms["compress_page"] = 3; //wenn 1 = Seite komprimieren, 0 = Kompresion aus
$phpwcms["imagick"] = 0; //if 0 = GD, 1 = ImageMagick convert, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = ""; //Path to ImageMagick
$phpwcms["use_gd2"] = 1; //if 0 = GD1, 1 = GD2you can setup the quality
Code: Select all
$phpwcms["jpg_quality"] = 75; //JPG Quality Range 25-100-
Pixelchaos
- Posts: 17
- Joined: Wed 25. Aug 2004, 14:04
- Contact:
I use version 1.1 RC4, but my conf.inc.php doesn't have this line:
The line is also not present at another location in the document. The document only has 70 lines in total.
Code: Select all
$phpwcms["jpg_quality"] = 75; //JPG Quality Range 25-100-
Pixelchaos
- Posts: 17
- Joined: Wed 25. Aug 2004, 14:04
- Contact:
-
Pixelchaos
- Posts: 17
- Joined: Wed 25. Aug 2004, 14:04
- Contact: