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 Quote 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. Quote 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. Quote 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.. Quote Link to comment https://forums.phpfreaks.com/topic/54943-image-resize-possibility/#findComment-271726 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.