Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi All,

Does someone know a good web service to resize images in PHP.

Please Guide.

Thanks
Harish
Posted
Comments
ZurdoDev 11-Sep-13 7:21am    
I've used http://www.websupergoo.com/products.htm#ig before but it is not a webservice and is for asp.net. You'll probably get better results if you search for a 3rd party control instead of a web service.
Sergey Alexandrovich Kryukov 11-Sep-13 11:58am    
Web service?! If you want to literally kill your performance (which otherwise could be very good), go ahead... :-)
—SA

1 solution

Using a Web service for such a simple purpose is a bad idea. You can have a very good performance if you host it all on your server side. PHP binding with ImageMagick will be more than enough: http://php.net/manual/en/book.imagick.php[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900