prakash Posted June 10, 2007 Share Posted June 10, 2007 Is it possible to resize remotely hosted images and display it on pages without saving resized image. Is it possible with GD or ImageMagick or something else. Let me know details. thanks Link to comment https://forums.phpfreaks.com/topic/54943-image-resize-possibility/ Share on other sites More sharing options...
chigley Posted June 10, 2007 Share Posted June 10, 2007 You can make it in GD with the image URL passed through a GET variable, to save you from saving the image when done. Link to comment https://forums.phpfreaks.com/topic/54943-image-resize-possibility/#findComment-271720 Share on other sites More sharing options...
prakash Posted June 10, 2007 Author Share Posted June 10, 2007 good to hear that GD have the possibility for it. It will be easier for me if you can post the code with an example. Link to comment https://forums.phpfreaks.com/topic/54943-image-resize-possibility/#findComment-271724 Share on other sites More sharing options...
chigley Posted June 10, 2007 Share Posted June 10, 2007 imagecopyresized() is a good start, but that saves the image.. Link to comment https://forums.phpfreaks.com/topic/54943-image-resize-possibility/#findComment-271726 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.