Slate - Overview
August 29, 2020 ยท View on GitHub
Contents
User Interface
Project Types
Images
Slate supports editing bitmap images directly. This project type has no layer support.
Layered Images
A layered image project can contain several images, each of which is stored as a layer. The highest layer in the list is drawn on top of the layers below it. This type of project can be exported as one or more images.
Tilesets
Tileset projects have a tileset bitmap image that can be edited by first painting tiles onto the grid, and then editing those tiles. An accompanying project file is created to save the contents of the grid. The tileset image is edited directly (i.e overwritten when the project is saved).
Comparison of Project Types
The following table lists features and which project types support them.
| Feature | Images (.png) | Layered Images (.slp) | Tilesets (.stp) |
|---|---|---|---|
| Animation | :white_check_mark: 1 | :white_check_mark: | :x: |
| Grid | :x: | :x: | :white_check_mark: |
| Guides | :white_check_mark: 1 | :white_check_mark: | :white_check_mark: |
| Layers | :x: | :white_check_mark: | :x: |
| Notes | :white_check_mark: | :white_check_mark: | :x: |
| Resize Image | :white_check_mark: | :white_check_mark: | :x: |
| Selection Tool | :white_check_mark: | :white_check_mark: | :x: |
| Swatches | :white_check_mark: 1 | :white_check_mark: | :white_check_mark: |
| Textured Fill Tool | :white_check_mark: | :white_check_mark: | :x: |
| Tilesets | :x: | :x: | :white_check_mark: |
1 - Data for this feature cannot be saved as there is no project file to save to.