Exact Pixel Aspect Ratio
Reduce whole pixel dimensions to an exact width-to-height ratio, preserving portrait or landscape orientation for real layout comparisons.
Use this result well
- Inputs that matter
- Width (pixels), Height (pixels)
- Output to expect
- Reduced aspect ratio
- Check the units and required inputs before comparing results.
- Keep the assumptions with a copied result so you can reproduce the calculation later.
Related Tools
Tools you might need next
Reproduce reviewed square-pixel active-image geometry for a documented target canvas using an explicit Fit/Pad or Fill/Crop mode and rounding rule.
Calculate wing aspect ratio from span and wing area. Free online tool with instant browser-based results — no account needed.
Calculate crop dimensions when converting image aspect ratios. Free aspect ratio crop calculator for camera exposure, lens settings, and print sizing.
Reference & details
How it works
Updated September 2026
How it works
Updated September 2026Exact ratio of whole pixel dimensions
Reduce two positive whole pixel dimensions to an exact ratio. Keep orientation explicit and check camera or layout behavior in the actual application. An exact integer ratio; no display class is inferred. Fractional pixel dimensions are rejected instead of silently rounded. A ratio alone does not establish a field of view or safe area. Portrait and landscape inputs remain distinct.
Reduced width = width ÷ gcd(width, height); reduced height = height ÷ gcd(width, height)Updated: September 2026
Example Scenarios
An arithmetic illustration using the values shown. Replace them with measurements or assumptions for your own scope.
→ 16:9
FAQ
About Exact Pixel Aspect Ratio
Reduce two positive whole pixel dimensions to an exact ratio. Keep orientation explicit and check camera or layout behavior in the actual application.