How aspect ratio is computed
w:h is reduced by GCD. For a target width, height = target × h / w. Pixel rounding may shift by 1 px.
Tools
No signup required
Çözünürlük oranı ve yeni yükseklik.
Oran sadeleştirilir; hedef genişliğe göre yükseklik oranlanır.
1920×1080 → 16:9.
Simplify a width×height aspect ratio and compute a new height for a target width. Handy for video, photos, and UI. Informational only.
w:h is reduced by GCD. For a target width, height = target × h / w. Pixel rounding may shift by 1 px.
Swapping portrait/landscape or treating letterbox scale as a crop are common errors. Mind platform safe areas.
Sources: GCD / basic maths · Video and UI guidelines
No. Works without an account.
Informational only; verify official sources.