coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: jakewalk on June 24, 2006, 01:01:25 PM

Title: Antialiasing with GD1?
Post by: jakewalk on June 24, 2006, 01:01:25 PM
Hi,

on my host machine the following GD-Version is installed (extract from phpinfo):

GD Support: enabled
GD Version: 1.6.2 or higher
FreeType Support: enabled
FreeType Linkage: with freetype
T1Lib Support: enabled
JPG Support: enabled
PNG Support: enabled
WBMP Support: enabled

Imagemagick is not installed. Everything works fine, but the thumbnails look ugly, because they are generated without antialiasing. Is this a restriction of GD1 or can this be enabled somewhere?

Is it possible to generate the thumbnails manually and upload them (as a workaround)?

Regards,
jakewalk
Title: Re: Antialiasing with GD1?
Post by: Sami on June 24, 2006, 01:16:04 PM
- it's GD 1 restriction
- ask your host to enable gd 2 instead
- to create thumbnails manualy you should change core files.regular CPG wouldn't do that
Title: Re: Antialiasing with GD1?
Post by: Tranz on June 24, 2006, 03:43:34 PM
You can manually create thumbnails and prepend the filenames with thumb_ and upload them along with the originals. But it would be better to ask your host to switch to GD2 as bmossavari suggested.
Title: Re: Antialiasing with GD1?
Post by: jakewalk on June 30, 2006, 01:24:06 PM
Hi,

thanks for your replies. Because GD2 is not available for me I generate the thumbnails with the Irfan View batch function and upload them afterwards.

Regards,
jakewalk