> For the complete documentation index, see [llms.txt](https://book.denismakhortov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.denismakhortov.com/ru/guides/map-editor/map-editor-set-image.md).

# Установить изображение

Для того, чтобы создать карту, я очень рекомендую найти что-то, что вы возьмете за основу. (В данном случае будет использоваться карта британских островов. Скачать ее можно тут: <https://raw.githubusercontent.com/JAlHund/cold-path-map-editor/main/source.png>)\
Требования к изображению:\
1\) меньше 4096x4096\
2\) Границы должны быть залиты чистым черным (RGB: 0, 0, 0)\
3\) Сухопутные провинции чистым белым (RGB: 255, 255, 255)\
4\) Водные провинции должны быть залиты этим цветом (RGB: 180, 210, 236)

После того, как вы нашли подходящее изображение, закиньте его в нужную папку (подробнее разделе Обзор) и переименуйте в source.png\
Далее запустите редактор и выберите Map Creator.

Если загруженное изображение меньше 4096x4096, то оно появится в левом нижнем углу. В этом ничего страшного нет! Ограничения в игре выставятся нормально. Просто используемое пространство меньше максимального

Если вы хотите отредактировать карту, то нажмите Image Editor. В этом меню вы можете редактировать изображение, сохранять его (не саму карту, а именно изображение карты, модифицированное изображение, которые вы загрузили) с помощью кнопки Save или подгружать с помощью кнопки Load

Описание кнопок на скрине:

1. Инструмент: ничего (просмотр), карандаш, линия
2. Цвет: цвет сухопутных провинций, цвет границ, цвет воды
3. Размер карандаша

![](/files/-MYBOx-qJn-cRsq9X-ba)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://book.denismakhortov.com/ru/guides/map-editor/map-editor-set-image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
