DeanWhitehouse Posted November 17, 2008 Share Posted November 17, 2008 I know this is everyone's favorite topic So here it goes, i need to create a thumbnail code that will convert all my images to smaller versions and to PNG's. So far i have seen the getimagesize function in the manual that will get me the height and width of the image, but i can't find the function to actually create a new image from this one and then re-size it. I have also seen imagecreatefrompng(), but this will only work if the image i want to re-size is .png Quote Link to comment https://forums.phpfreaks.com/topic/133130-solved-image-thumbnailing-s/ Share on other sites More sharing options...
trq Posted November 17, 2008 Share Posted November 17, 2008 Have a look in the FAQ / Snippet repository. Quote Link to comment https://forums.phpfreaks.com/topic/133130-solved-image-thumbnailing-s/#findComment-692338 Share on other sites More sharing options...
DeanWhitehouse Posted November 17, 2008 Author Share Posted November 17, 2008 Thanks thorpe. Quote Link to comment https://forums.phpfreaks.com/topic/133130-solved-image-thumbnailing-s/#findComment-692344 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.