> Sure can:
>
> $im = imagecreatefromgif('/path/to/image.gif');
> imagejpeg($im, '/path/to/converted.jpg');
Thank you sooo much! I was completly sure that due to the
lizence claims it was not possible with gd > 1.6
This solves lots of my problems.
Have a great day,
merlin
Curt Zi
* Thus wrote Merlin ([EMAIL PROTECTED]):
> h. I see your point.
>
> Imagemagick does not need to rebuild the configure, but the pear extension:
>
> 5) cd /usr/src/php/ext/imagick
> 6) phpize
Ahh.. that explains it all :)
>
> I need to be able to convert gifs to jpegs. GD cant do thsi, r
h. I see your point.
Imagemagick does not need to rebuild the configure, but the pear extension:
5) cd /usr/src/php/ext/imagick
6) phpize
7) cd /usr/src/php
8) rm ./configure
9) ./buildconf
10) run configure as you normally would and add --with-imagick
If Imagemagick is installed in a non
* Thus wrote Merlin ([EMAIL PROTECTED]):
> Hi there,
>
> I am having trouble to install imagemagick. It requires to
>
> 8) rm ./configure
> 9) ./buildconf
You shouldn't be removing the configure script, and remaking one.
If this is the case I would suggest doing a rm -fR imagemagick/
then build
Hi there,
I am having trouble to install imagemagick. It requires to
8) rm ./configure
9) ./buildconf
the proble is, that somehow libtool will not install. It requires
automake and I have installed this (see below), but does not change
anything.
OUtput:
SARATOGA:/home/sw # rpm --install automa
5 matches
Mail list logo