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? 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/ 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
Archived
This topic is now archived and is closed to further replies.