> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/image-editor-basics.md).

# Image editor basics

The Channable Image Editor lets you create and edit templates for product images.

A template has a [canvas](#work-on-the-canvas) (the background you work on) and objects for text, images, and shapes. Each object appears as a layer in **Layers**, where you control its stacking order.

## Work on the canvas

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

The canvas is the blank area where you build your template.

Before you start adding objects to your template, you might want to make the following changes to your canvas, using the **Settings** tab:

| Setting                                                                                                                                                                           | Description                                          | Details                                                                         |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------- |
| [Size](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/adjust-the-size-and-background-of-an-image.md)                                      | Defines the template's final output dimensions.      | Choose from a list of pre-set sizes, or enter your own.                         |
| [Background Color](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/adjust-the-size-and-background-of-an-image.md#configure-the-background) | Sets the solid or gradient color behind all objects. | Select a color with the **Color Picker** or enter a hex code.                   |
| [Grid settings](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/use-the-grid-and-snap-to-grid.md)                                          | Aligns objects on the canvas.                        | Turn the grid display on and off, and customize it for easier use when editing. |

### Canvas controls and tools

These controls sit on the right side of the canvas.

| Icon/Control                                                                                                                      | Description                                                                                                                                                                                                               |
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Zoom In/Out (Dropdown)</strong><br><br><img src="/files/K4EVNIpfOxSnEXakmVp0" alt="" data-size="original"></p>         | <p>Change the viewing size of the canvas.<br></p><p>Use the dropdown to zoom in and out by percentage</p><p>OR Scroll using your mouse to zoom in and out.</p>                                                            |
| <p><strong>Center (Target icon)</strong></p><p><br><img src="/files/IRjZL46VOUtakINPdBmN" alt=""></p>                             | Center the canvas on your screen.                                                                                                                                                                                         |
| <p><strong>Select object (Arrow icon)</strong><br><br><img src="/files/2t6GzPGoIacxfw4S4A9L" alt=""></p>                          | Select and move individual objects on the canvas.                                                                                                                                                                         |
| <p><strong>Move/pan (Hand icon)</strong></p><p><br><img src="/files/4r7FJSglK6BYvzAOBoJo" alt=""></p>                             | Move the entire canvas view around.                                                                                                                                                                                       |
| <p><strong>Undo/redo (Circular forward and back arrows)</strong><br><br><img src="/files/PfImjakT7sAJN9XpfyeM" alt=""></p>        | Undo or Redo your last action.                                                                                                                                                                                            |
| <p><strong>Preview template on items (Forward and back arrows)</strong><br><br><img src="/files/ERBD1waczJclYHC6SXbb" alt=""></p> | See [how the template changes](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/preview-your-template.md#preview-directly-in-the-image-editor) as you cycle through imported items. |

### Layer types

Objects add images, shapes, and text to the canvas. Each object appears as a layer in **Layers**. Use **Layers** to control their stacking order. New layers can have default names such as `obj_1` or `obj_2`. Rename them when needed.

Image and text objects can use static content or a project field. An image object that uses a project field is a dynamic image. Text that includes a project field is dynamic text.

{% hint style="warning" %}
**Important:** Use a project field that exists in every project where you use the template.
{% endhint %}

Use the **Text**, **Image**, and **Shape** buttons at the top of the canvas to add new objects to your template.

<figure><img src="/files/6tgbZRFN2YcAOzenw4Xn" alt=""><figcaption></figcaption></figure>

You can create three types of objects:

* Text object: For static text or text from product fields, such as titles.
* Image object: For static images or product images from an image field.
* Shape object: For static shapes like boxes, lines, and arrows.

Learn how to [manage and design layers](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/manage-layers.md).

Learn how to [add text](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/add-text.md) or [add shapes](/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/add-shapes.md).

### Manage the template

Use the controls in the top-right corner to manage the template itself.

* Save: Save the current changes to your template.
* Cog Icon (Settings): Access options to Delete or Duplicate the template.
* Usage Tab: See where in your projects the current template is being used.<br>

  <figure><img src="/files/9c4f66dfbf782b8effe54c454909844a9c40e34b" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/image-editor-basics.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.
