[dev] Re: [cvs] commit: ansel/lib Gallery.php

Mike Cochrane mike at graftonhall.co.nz
Sun Jul 13 20:02:17 PDT 2003


> ----- Message from chuck at horde.org ---------
>
> chuck       2003/07/13 17:58:56 PDT
>
>   Modified files:
>     lib                  Gallery.php
>   Log:
>   Use Image_Transform to do resizes so that we're not dependant on a PHP
>   install with GD support for PNG, Jpeg, Gif, etc.
>

I'm not keen on using Image_Transform. The GD driver doesn't work, returns a
PEAR_Error on resize and the ImageMagick driver doesn't work on windows as
System_Command is not close to win32 friendly.

I would prefer we either create our own library (or extend Horde_Image) or
require ImageMagick and call it directly (win32 version is available and works
fine).

Thoughts?

- Mike :-)



More information about the dev mailing list