GD 2.X versus Image Magick GD 2.X versus Image Magick
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

GD 2.X versus Image Magick

Started by Mikaelft, September 13, 2008, 01:28:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mikaelft

What's best of GD 2.X and image Magick?

Fabricio Ferrero

You are asking for an opinion, not support. There is a forum for this kind of questions.

General discussion (no support!)
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

Mikaelft

I was thinking more of memory usage and functions like the gallery need to look best.

Fabricio Ferrero

Just as advice: I would google it in your place to get a detailed answer. And, you could save work to the supporters.  ;)

http://www.google.com.ar/search?hl=en&q=GD+vs+ImageMagick&meta=
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

Joachim Müller

Quote from: Joachim Müller on September 12, 2008, 09:21:18 AMThe difference between ImageMagick and GD mainly lie in the number of image file types that it supports: ImageMagick can cope with a number of files that GD can't cope with. However, those image file types are nearly irrelevant on web pages. Both GD2 as well as ImageMagick can cope with jpeg, png and gif, which are the most important image file types on the internet. The additional file types that ImageMagick can cope with (like tif or bmp) result in much bigger file sizes, so they usually are not an option on the web.