Re: GD netpbm imagemagick what is better?
> I use a combination of the two for the images I generate on the fly on one
> of the sites I manage, as they are made large and then reduced.
1- You use solution 'on the fly' only if you have one or few images?
But that's advantage to use gd with imagemagick, respect to use only
the second?
> I use the GD library to open the source background image and write the text
> onto it, and then ImageMagick to scale it down to the correct size (yes,
> this may sound inefficient ie "why don't you just make it small to start
> with", but there are good reasons for doing it this way).
>
> Initially I had GD resizing the image but then ran a bunch of tests and
> ImageMagick is considerably faster at resizing than GD, at least for the
> images I was using anyway.
2- This is another solution for to use both.
Which are the advantages?
3- For only resize images into a new directory to use after for web
gallery, you use only imagemagick?
For all 3 solutions, where have you look codes?
|