You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transformations.md
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,23 @@
1
1
# Transformations
2
2
3
-
Aseprite supports flipping, resizing, cropping, trimming, and rotating the image. You can apply any operation to the canvas, sprite, or selection. Any transformation applicable to a sprite or selection can be applied to multiple layers, frames or cels at the same time.
3
+
Aseprite supports flipping, resizing, cropping, trimming, and rotating
4
+
the image. You can apply any operation to the canvas, sprite, or
5
+
selection. Any transformation applicable to a sprite or selection can
6
+
be applied to multiple layers, frames or cels at the same time.
4
7
5
8
## Transforming Canvas
6
9
7
-
You can apply all fundamental transformation to the canvas using options under the *Sprite* menu:
10
+
You can apply all fundamental transformation to the canvas using
11
+
options under the *Sprite* menu:
8
12
9
13
*[Flip canvas](flip-canvas.md)
10
14
*[Resize, Crop or Trim canvas](canvas.md)
11
15
*[Rotate canvas](rotate-canvas.md)
12
16
13
17
## Transforming Sprite or Selection
14
18
15
-
A sprite or a selection can be transformed using options mostly found under the *Edit* menu, or by using the selection handles:
19
+
A sprite or a selection can be transformed using options mostly found
20
+
under the *Edit* menu, or by using the selection handles:
16
21
17
22
*[Flip sprite or selection](flip.md)
18
23
*[Move complete layer/cel](move-tool.md) or [move selection](move-selection.md)
@@ -21,9 +26,15 @@ A sprite or a selection can be transformed using options mostly found under the
21
26
22
27
## Transforming Multiple Layers, Frames or Cels
23
28
24
-
Transformations will be applied to every layer, frame, and cel selected on the [timeline](timeline.md). If there's no selection on the timeline, transformations will be applied only to the active cel.
29
+
Transformations will be applied to every layer, frame, and cel
30
+
selected on the [timeline](timeline.md). If there's no selection on
31
+
the timeline, transformations will be applied only to the active cel.
25
32
26
-
> Note: When transforming multiple layers, frames, or cels using the selections handles, the transformation will be shown in real time only for the active cel. The transformation will be applied to all other cels after committing the change by clicking outside the selection.
33
+
> Note: When transforming multiple layers, frames, or cels using the
34
+
> selections handles, the transformation will be shown in real time
35
+
> only for the active cel. The transformation will be applied to all
36
+
> other cels after committing the change by clicking outside the
0 commit comments