forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Joachim Müller on May 02, 2004, 11:25:33 pm

Title: What's the difference between GD1 and GD2?
Post by: Joachim Müller on May 02, 2004, 11:25:33 pm
GD2 will create pictures with better quality (intermediate and thumbnails). Here's an example taken from w-nailer: about resizing (http://www.vddh.com/wnailer/index.php?pag=res&pic=1#comp)
(Original pic size: 1024 x 768 pixels):
(http://coppermine.sourceforge.net/images/128x96gd1.jpg)
GD 1.8.4:
ImageCreate
ImageCopyResized
128 x 96 pixels
(http://coppermine.sourceforge.net/images/128x96gd2.jpg)
GD 2.0.1:
ImageCreateTrueColor
ImageCopyResampled
128 x 96 pixels
Upgrading GD lib when coppermine is already installed will therefor not affect the pictures which are already created, but only new ones. You can not upgrade nor install GD lib unless you're running your own webserver - only your webhost can!