Find the aspect ratio and orientation of an image from its pixel dimensions.
The aspect ratio is the width divided by the height, and a value near 1 is square while larger values are landscape and smaller are portrait. Aspect ratio decides how an image fits prints, social feeds and screens, so cropping to the intended format helps avoid surprises.
Aspect Ratio
Aspect ratio = width / height, reduced to common forms
Aspect ratio = width / height, reduced to common forms The aspect ratio is the width divided by the height, and a value near 1 is square while larger values are landscape and smaller are portrait.
Aspect ratio decides how an image fits prints, social feeds and screens, so cropping to the intended format helps avoid surprises.
This calculator takes 2 inputs: Pixel width, Pixel height. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.