Hello Nadim,
Nadime wrote:
> Can I resize transparent PNGs and GIFs with the class?
I haven't tested it yet but I guess it -should- work. Best way to find out is
to use the class and let me know if you succeeded with resizing transparent
images or not. I will modify parts of the class this week
Good Morning praveen,
you will need both Imagick
http://www.imagemagick.org/script/api.php#php (points to the
documentation about how to use Imagick with PHP)
and the PEAR extension class (PECL):
http://pecl.php.net/package/imagick
There is an alternative to Imagick already shipping with PHP
Hi List,
I have PHP 5.28 with apache 2.2
How can i use images in PHP, i want to create a site where user will
create their profiles.
i heard something about Imagick class, but no idea how to use it,
I mean do in need to install something extra(some extension or what).
because when i wri