TheFilmGod Posted August 1, 2007 Share Posted August 1, 2007 Is there a way to take the height of an image and depending on the height find the width that corresponds to it by a ratio and cut out any extra width? Then take that image and resize it to a desired width/height, that is the same ratio. So this imsage: 0000000000000000000 0 o o o ooooooooooooooooooo Specified ratio: 10 pixels x 4 pixels So php would make this image occur: xxxxx 0000000000 xxxxxx xxxxx o o xxxxxx xxxdx o o xxxxxx xxxxx oooooooooo xxxxxx The x's represent the image part that was cut out. While the frame represents the cropped area. Then take that image and resize it: ooooo ooooo That is what I want php to do. Is that possible? Link to comment https://forums.phpfreaks.com/topic/62949-gd-image-php/ Share on other sites More sharing options...
AndyB Posted August 1, 2007 Share Posted August 1, 2007 Yes, php can do it. So can you with this http://ca.php.net/manual/en/function.imagecopyresized.php Link to comment https://forums.phpfreaks.com/topic/62949-gd-image-php/#findComment-313443 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.