FlyingIsFun1217 Posted April 20, 2008 Share Posted April 20, 2008 Hey, me again! Well, I'd like to be able to essentially take pictures in the current script directory, get all images, and make little thumbnails with a max height/width that can be used within a <img src""> html tag. What should I look into? I've seem some functions that are supposed to do something like this, but most only create and save smaller images to the server, something I would love to avoid. Thanks again! FlyingIsFun1217 Quote Link to comment https://forums.phpfreaks.com/topic/102015-solved-create-picture-thumbnails/ Share on other sites More sharing options...
dptr1988 Posted April 20, 2008 Share Posted April 20, 2008 Generating thumbnails is such a CPU intensive process, that you want to save the thumbnails in some sort of cache. Don't try to avoid it. Quote Link to comment https://forums.phpfreaks.com/topic/102015-solved-create-picture-thumbnails/#findComment-522184 Share on other sites More sharing options...
FlyingIsFun1217 Posted April 22, 2008 Author Share Posted April 22, 2008 Alright, makes sense now. Guess I'll just have to figure out a way of checking to see if the thumb cache needs to be rebuilt. Thanks! FlyingIsFun1217 Quote Link to comment https://forums.phpfreaks.com/topic/102015-solved-create-picture-thumbnails/#findComment-523513 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.