# --ar (Aspect Ratio)

```
Use https://beta.quickqr.art/app/jobs/64dbafe64717fd6e9c19fda1
```

<figure><img src="/files/7YFgAuqVNY818TvZwuxd" alt=""><figcaption><p>Using --ar, --pos, --qrratio to better control the output of your QR Code Art</p></figcaption></figure>

| Demo                             | Prompt                                                                                                                                                                                                                                                                                                                                                                         |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ![](/files/I5Tw5nLqsxO6R9d55JL5) | underwater coral reef colorful fishes and marine life --v 4real --qrw 3 --qrpattern s1 <mark style="color:green;">**--ar 1:1 --pos bottom-left --qrratio 0.7**</mark> --seed 4827920112812996                                                                                                                                                                                  |
| ![](/files/AzFYVP84P6Xja3wBlHr8) | underwater coral reef colorful fishes and marine life --qrw 3 --qrpattern rd2 <mark style="color:green;">**--ar 16:9 --pos center-right --qrratio 1**</mark> --seed 7457460135304644                                                                                                                                                                                           |
| ![](/files/iQwPGn788NHk1UssX9d9) | A cute and adorable baby white fox with a big fluffy tail,holding a pink flower lay on a cloud in paradise,big eyes,Peach blossom,stream,enchanting,immortal,fluffy,Different positions,shiny mane,Petals,fairyism,unreal engine, and Octane Render --qrw 2.5 --qrpattern rd1 <mark style="color:green;">**--ar 9:16 --pos bottom --qrratio 1**</mark> --seed 3007013563489196 |
| ![](/files/QGtQI5xuOjWlfZp6crpQ) | best quality, masterpiece, depth of field, beautiful woman, dress, trees, flowers, sky, water --v 4dream --qrw 2 --qrratio 0.8 <mark style="color:green;">**--pos bottom --qrratio 1**</mark> --qrpattern rd1 <mark style="color:green;">**--ar 1:1**</mark> --seed 6921288578289592 --enhance face                                                                            |

## 1. **Purpose:**

The purpose of the --ar parameter is to provide users with the ability to modify the aspect ratio of QR Art, thereby altering its appearance to suit various design requirements and artistic preferences.

## 2. **Usage:**

The --ar parameter is used within the context of generating QR Art. By specifying the aspect ratio value, users can influence how the QR Art are scaled horizontally and vertically, resulting in a QR Art with different visual proportions.

## 3. Syntax:

The syntax for using the --ar parameter in QR Art generation is as follows:

<figure><img src="/files/iq8OUbHUeXQ7DsdMT230" alt=""><figcaption><p>Use aspect_ratio option</p></figcaption></figure>

<figure><img src="/files/atevFlwg30Z41cxXpF5G" alt=""><figcaption><p>Use Aspect ratio by selecting Options in the Discord bot command /quickqrart</p></figcaption></figure>

or

<figure><img src="/files/43ROwwMfvOakadzORiO4" alt=""><figcaption><p>Use --ar in the prompt</p></figcaption></figure>

<figure><img src="/files/6meRAaaLNjqFAAMquecc" alt=""><figcaption><p>Use --ar --pos --qrratio in prompt</p></figcaption></figure>

## 4. List Aspect Ratio:

*By default, Aspect ratio is 1:1 (--ar 1:1)*

<table><thead><tr><th width="148" align="center">Aspect Ratio</th><th width="110" align="center">width (px)</th><th width="117" align="center">height (px)</th><th width="141" align="center">--ar value</th><th align="center">Result</th></tr></thead><tbody><tr><td align="center">1:1</td><td align="center">768</td><td align="center">768</td><td align="center">--ar 1:1</td><td align="center"><img src="/files/DUWfF2EAJ0fk5LwKmU6S" alt=""></td></tr><tr><td align="center">16:9</td><td align="center">1008</td><td align="center">576</td><td align="center">--ar 16:9</td><td align="center"><img src="/files/lu0XNLW5z45T1NJm0rEU" alt=""></td></tr><tr><td align="center">9:16</td><td align="center">576</td><td align="center">1008</td><td align="center">--ar 9:16</td><td align="center"><img src="/files/6coThYBO75DPosLIDbus" alt=""></td></tr><tr><td align="center">4:3</td><td align="center">864</td><td align="center">672</td><td align="center">--ar 4:3</td><td align="center"><img src="/files/DPg5ml3eUHTIU1xil89M" alt=""></td></tr><tr><td align="center">3:4</td><td align="center">672</td><td align="center">864</td><td align="center">--ar 3:4</td><td align="center"><img src="/files/BBzmNGgImVmMOpzgcYYl" alt=""></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.quickqr.art/user-guide/parameter-list/ar-aspect-ratio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
