cs1h Posted September 24, 2008 Share Posted September 24, 2008 Hi, Does anyone know of a script that uses GD library and PHP to convert images. I have one that works with JPG's but not other formats. I need one that works with JPG's, GIF's, PNG's, basically as many types as possible. Can any help me or point me in the right direction? Thanks, Colin Link to comment https://forums.phpfreaks.com/topic/125607-solved-image-resizing/ Share on other sites More sharing options...
Andy-H Posted September 24, 2008 Share Posted September 24, 2008 You can set the max size in CSS img.example { max-width: 60px; max-height: 60px; } Link to comment https://forums.phpfreaks.com/topic/125607-solved-image-resizing/#findComment-649408 Share on other sites More sharing options...
F1Fan Posted September 24, 2008 Share Posted September 24, 2008 I use (and LOVE) phpThumb. http://phpthumb.sourceforge.net/ Link to comment https://forums.phpfreaks.com/topic/125607-solved-image-resizing/#findComment-649414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.