beyzad Posted December 20, 2007 Share Posted December 20, 2007 Hi dears. I need a function that create a thumbnail image from an uploaded image ( or exist, NP ) . i searched many sites, even this forum. but i can't find my answer anywhere. All that i need is a function that create a custom sized thumbnail from any image format ( gif, png, jpeg, Etc. ) can anyone help me please?? :'( Quote Link to comment https://forums.phpfreaks.com/topic/82467-solved-thumbnail-generator-from-all-format/ Share on other sites More sharing options...
~n[EO]n~ Posted December 20, 2007 Share Posted December 20, 2007 Google Search Result Others http://www.phpit.net/article/image-manipulation-php-gd-part2/ http://www.sitepoint.com/article/image-resizing-php Quote Link to comment https://forums.phpfreaks.com/topic/82467-solved-thumbnail-generator-from-all-format/#findComment-419251 Share on other sites More sharing options...
cooldude832 Posted December 20, 2007 Share Posted December 20, 2007 yeah no one is going to give you it, you need to make it. This is where to start Learn the GD library in php Then your system needs to do this. First user uploads an image From the uploaded image store purtenient data on it (Name, Date, Uploaded, etc.) in Mysql Inlcude in here its extension and its renamed number Then when a user searches for an image take the sql data and rework to its location from there use the image get size and resize it with the width/height tags to an img tag Quote Link to comment https://forums.phpfreaks.com/topic/82467-solved-thumbnail-generator-from-all-format/#findComment-419260 Share on other sites More sharing options...
beyzad Posted December 20, 2007 Author Share Posted December 20, 2007 Thanks to Neon and cooldude832. I found that in neon's Google result. that might help me. Dear neon: You always helped me. i like you. Best Regards. Quote Link to comment https://forums.phpfreaks.com/topic/82467-solved-thumbnail-generator-from-all-format/#findComment-419262 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.