इस टूल में कोई समस्या है?

«पहलू अनुपात कैलकुलेटर ऑनलाइन» के बारे में

यह टूल तीन मानों में से दो दिए गए चौड़ाई, ऊँचाई या आस्पेक्ट रेशियो की गणना करता है। कोई दो दर्ज करें और तीसरा गणना किया जाता है। यह सामान्य नामित अनुपातों (16:9, 4:3, 21:9, 1:1, 9:16) को भी पहचानता है।

आस्पेक्ट रेशियो तब महत्वपूर्ण होता है जब छवियों, वीडियो या स्क्रीन को बिना विकृति के अलग आकार में प्रस्तुत किया जाना चाहिए। 1920×1080 फ्रेम को 800px चौड़ा करने पर 800×450 बनना चाहिए।

वेब लेआउट, फोटो संपादन, वीडियो उत्पादन और स्क्रीन साइजिंग के लिए इसका उपयोग करें।

इस टूल का उपयोग कैसे करें

How to compute the missing dimension at a target aspect ratio

  1. Source dimensions

    "Original width" and "Original height" are the source size in pixels (or any unit, as long as both match). Use them to define the ratio that must be preserved.

  2. Target width

    "Target width" is the new width you want to fit. The tool will scale height proportionally. To target a height instead, swap width and height in all three fields — the math is symmetric.

  3. Press Run

    Result returns targetHeight = Math.round(targetWidth × originalHeight / originalWidth). Result is rounded to the nearest integer pixel; sub-pixel precision isn't preserved.

  4. Common ratio examples

    16:9 → from 1920×1080, target 1280 gives height 720. 4:3 → from 800×600, target 1024 gives 768. 1:1 → width and height are always equal.