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 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. 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. Link to comment https://forums.phpfreaks.com/topic/133130-solved-image-thumbnailing-s/#findComment-692344 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.