Hi,
I need to resize uploaded gifs using php. From what I have read elsewhere it seems the best method is to use the php_imlib library.
Is this true?
So I am trying to set up imlib2 which is a pre-requisite for php_imlib... But that requires a version of freetype less than 2. But I can't install an older version of freetype because it seems like most of the rest of my system is dependant on it.
Does anyone know if the php_imlib works OK with imlib 1.9... the website ( http://mmcc.cx/php_imlib/downloads.php ) seems to suggest not...
What do I do?