kumari Posted November 21, 2006 Share Posted November 21, 2006 Hi to everybody,I am facing a problem regarding cropping of remote images in php.My Requirement is as follows: the client would provide the image url, description, and content through a page. and the same information will be stored in database. While displaying all images i should take that url. and read it byte by byte and pass to a curl function where in it crops and echos.. the cropped version of image. When I am trying to do so, I am getting the output in the localhost. But the same is not working out on the server. please help me regarding this issue. Link to comment https://forums.phpfreaks.com/topic/27946-cropping-of-a-image-through-urls/ Share on other sites More sharing options...
Vikas Jayna Posted November 21, 2006 Share Posted November 21, 2006 Probably there is some configuration difference in the server and the local machine. Is the GD library installed on the server? Link to comment https://forums.phpfreaks.com/topic/27946-cropping-of-a-image-through-urls/#findComment-127835 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.