Skipjackrick Posted April 28, 2009 Share Posted April 28, 2009 Does anyone know if there is a thumbnail generator script out there that uses the URL for the image instead of the filename? Most of the scripts I find out there require the filename of the image. Well, in my database I store the actual URL to the image and not the filename. Just hoping maybe someone came across a different type of snippet before? Quote Link to comment https://forums.phpfreaks.com/topic/155992-php-thumbnail-generator-question-use-url-instead-of-filename/ Share on other sites More sharing options...
ignace Posted April 28, 2009 Share Posted April 28, 2009 This should do the trick http://mediumexposure.com/techblog/smart-image-resizing-while-preserving-transparency-php-and-gd-library The used functions in this function are remote file aware. Another one which could be used is http://shiftingpixel.com/2008/03/03/smart-image-resizer/ Quote Link to comment https://forums.phpfreaks.com/topic/155992-php-thumbnail-generator-question-use-url-instead-of-filename/#findComment-821294 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.