I have image saved on my server and I want to crop this image with aspect ratio 5:3 using php (no extra library required). I have to generate different thumbnails of size 1024px, 960px, 500, 350px, 120px.
I am not getting how to calculate aspect ratio so thumbnails generated are of correct 5:3