Re: [PHP-WIN] Using Images in PHP]

2009-06-15 Thread Sascha Meyer
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

Re: [PHP-WIN] Using Images in PHP]

2009-06-14 Thread Sascha Meyer
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