Is there any PHP/GD function that can calculate this:
Input: image width, image height and an aspect ratio to honor. Output:
the width/height of the max centered crop that respects the given aspect ratio
(despite image original aspect ratio).
Example: image is 1000x500, a.r. is 1.25: max crop is 625x500. image is 100x110, max crop is: 80x110.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…