corillo181 Posted May 31, 2006 Share Posted May 31, 2006 can any body tell me where to find a tutorial about creating thumbnail from original pictures, but that i dont have to make a new folder for the thumbnails..i seen a few tutorial and they talka bout creating 2 gallery.. one for the original size and one for thumbnails..but i seen website that when you upload a picture it simply dot hise..originalname.jpgthn_original.jpgso it's not in a different directory it's just add the thn to turn it in to a thumbnail.. Link to comment https://forums.phpfreaks.com/topic/10854-thumbnails/ Share on other sites More sharing options...
poirot Posted May 31, 2006 Share Posted May 31, 2006 You can use PHP's GD functions to generate thumbnails on-the-fly.[a href=\"http://www.php.net/imagecopyresampled\" target=\"_blank\"]imagecopyresampled[/a] -- Copy and resize part of an image with resampling[a href=\"http://www.php.net/imagecopyresized\" target=\"_blank\"]imagecopyresized[/a] -- Copy and resize part of an image Link to comment https://forums.phpfreaks.com/topic/10854-thumbnails/#findComment-40674 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.