# 이미지 다운로드 시, 이미지 해상도를 수정할 수 있나요?

이커머스 웹 사이트에서는 썸네일 (작은 이미지), 원본 (큰 이미지) 등 다양한 해상도의 이미지를 사용합니다. 그런데 이 때 다운로드받은 이미지의 해상도가 낮으면 더 세세한 부분까지 수정 및 추가 작업을 하기 어려울 수 있어요. 하지만 걱정마세요! 리스틀리에서 한 가지 팁을 알려드릴게요.\
대부분의 경우, URL 주소값을 조금씩 변경하면 해상도의 크기를 조절할 수 있습니다. 주소에 옵션 값을 달리해 여러 해상도의 이미지를 제공하는 경우가 대부분이기 때문인데요. 물론 URL 주소에서 이미지 크기를 변경하는 옵션은 웹 사이트마다 다르고, 임의로 정해지는 부분이라 특별한 패턴이나 매뉴얼은 없습니다.\
하지만 이미지 데이터 주소 값을 추출한 후, 아래 노란색으로 표시된 것처럼 공통적으로 변화하는 부분의 숫자값을 조정하면 해상도를 높이거나 줄일 수 있습니다. 아래 이미지는 예시이며, 직접 이미지 URL을 변경해 보시면서 해상도를 조정해보시기를 권해드립니다.

<figure><img src="/files/MpDP4zdqcDxFKUtPBEl4" alt=""><figcaption></figcaption></figure>


---

# 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://help.listly.io/docs/ko/support/faq/features/undefined-11.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.
