Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ratioH = $h / $objImg->getImageHeight();
- $ratioW = $w / $objImg->getImageWidth();
- $minRatio = min($ratioH, $ratioW);
- $newH = $objImg->getImageHeight() * $minRatio;
- $newW = $objImg->getImageWidth() * $minRatio;
Advertisement
Add Comment
Please, Sign In to add comment