On 6/14/08, markus schnalke <[EMAIL PROTECTED]> wrote: > After I stepped over GD-lib (which has less dependencies, but still > provides ready-to-use functions), I started to write a tool with it. > See: http://prog.marmaro.de/resize-gd >
gd is _not_ a small lib and --probably it's just me but-- i have some prejudice against "and is now maintained by [..] under the umbrella of PHP.net" (i've yet to see nice code from them) also gd only does very simple resampling (!= image resize) imlib2 of enlightment (mentioned earlier) is smaller, faster with nicer code (at least the simple scaling part) (actually i'd rather use imagemagick than a hack on top of gd)
