Skip to content

Commit 45f1480

Browse files
committed
Updated links and updated remote to organization repo
1 parent 341e9dc commit 45f1480

37 files changed

+194
-194
lines changed

automation-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ This script utilizes the following API functions:
5353

5454
**SEE ALSO**
5555

56-
* [Automation script examples](https://github.com/jbunke/se-script-examples/tree/main/scripts/automation)
56+
* [Automation script examples](https://github.com/stipple-effect/script-examples/tree/main/scripts/automation)

brush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`< Tools`](./tools.md)
44

5-
**Icon:** ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/brush.png)
5+
**Icon:** ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/brush.png)
66

77
**Hotkey:** <kbd>B</kbd>
88

color-actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Color actions** are algorithmic operations that operate over every pixel in a given [scope](./scope.md) of the current [project](./project.md).
66

7-
## ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/palettize.png) Palettization
7+
## ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/palettize.png) Palettization
88

99
[*API function*](../api/project.md#palettize)
1010

@@ -14,15 +14,15 @@ Maps every non-transparent pixel in scope to the nearest RGBA color included in
1414

1515
![](./assets/graphics/palettization.gif)
1616

17-
## ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/contents_to_palette.png) Extract canvas colors to palette
17+
## ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/contents_to_palette.png) Extract canvas colors to palette
1818

1919
[*API function*](../api/project.md#extract_to_pal)
2020

2121
**Shortcut:** <kbd>Shift</kbd> + <kbd>D</kbd>
2222

2323
Adds every unique non-transparent color found on pixels in scope to the currently selected palette.
2424

25-
## ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/hsv_shift.png) HSV adjustment
25+
## ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/hsv_shift.png) HSV adjustment
2626

2727
[*API function*](../api/project.md#hsv_shift)
2828

@@ -34,7 +34,7 @@ Adjusts the colors of the pixels in scope by a user-determined hue shift, satura
3434

3535
* [HSV color model](./color.md#hsv)
3636

37-
## ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/color_script.png) Run a color script
37+
## ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/color_script.png) Run a color script
3838

3939
[*API function*](../api/project.md#color_script)
4040

color-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`< Tools`](./tools.md)
44

5-
**Icon:** ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/color_picker.png)
5+
**Icon:** ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/color_picker.png)
66

77
**Hotkey:** <kbd>C</kbd>
88

color-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`< Scripting`](./scripting.md)
44

5-
**Color scripts** are used to define the behaviour of the [script brush](./script-brush.md) ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/script_brush.png) tool and the ["run a color script"](./color-actions.md#run-a-color-script) ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/color_script.png) color action. They describe a **color to color transformation**.
5+
**Color scripts** are used to define the behaviour of the [script brush](./script-brush.md) ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/script_brush.png) tool and the ["run a color script"](./color-actions.md#run-a-color-script) ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/color_script.png) color action. They describe a **color to color transformation**.
66

77
**Note:**
88

@@ -61,4 +61,4 @@ However, it makes use of the `rgba(int r, int g, int b, int alpha) -> color` fun
6161

6262
**SEE ALSO**
6363

64-
* [Color script examples](https://github.com/jbunke/se-script-examples/tree/main/scripts/color)
64+
* [Color script examples](https://github.com/stipple-effect/script-examples/tree/main/scripts/color)

eraser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`< Tools`](./tools.md)
44

5-
**Icon:** ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/eraser.png)
5+
**Icon:** ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/eraser.png)
66

77
**Hotkey:** <kbd>E</kbd>
88

fill-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`< Tools`](./tools.md)
44

5-
**Icon:** ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/fill.png)
5+
**Icon:** ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/fill.png)
66

77
**Hotkey:** <kbd>F</kbd>
88

fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ The ASCII character set is must be provided by user-defined fonts. Additional ch
5151

5252
## Uploading fonts
5353

54-
Fonts can be uploaded while using the [text tool](./text-tool.md) with <kbd>Shift</kbd> + <kbd>T</kbd>, or by clicking on ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/new_font.png) in the [tool options bar](./interface.md#tool-options).
54+
Fonts can be uploaded while using the [text tool](./text-tool.md) with <kbd>Shift</kbd> + <kbd>T</kbd>, or by clicking on ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/new_font.png) in the [tool options bar](./interface.md#tool-options).

frame.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,74 +23,74 @@ Frames with relative durations other than 1.0x will display an asterisk (*) foll
2323
## Playback modes
2424

2525
*Stipple Effect* supports the following playback modes:
26-
* ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/forwards.png) Forwards
27-
* ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/backwards.png) Backwards
28-
* ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/loop.png) Loop
29-
* ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/pong.png) Ping-pong - playback direction changes when the first and last frames are reached
26+
* ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/forwards.png) Forwards
27+
* ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/backwards.png) Backwards
28+
* ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/loop.png) Loop
29+
* ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/pong.png) Ping-pong - playback direction changes when the first and last frames are reached
3030

3131
**Note:**
3232

3333
These playback modes are merely internal. When projects are [exported](./save.md) as GIFs or videos, their frames are sequenced in ascending numerical order.
3434

3535
## Frame actions
3636

37-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/new_frame.png) Add new frame
37+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/new_frame.png) Add new frame
3838

3939
[*API function*](../api/project.md#add_frame)
4040

4141
**Shortcut:** <kbd>Ctrl</kbd> + <kbd>F</kbd>
4242

4343
Adds a new frame to the project directly after the current active frame. The new frame becomes the new active frame.
4444

45-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/duplicate_frame.png) Duplicate frame
45+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/duplicate_frame.png) Duplicate frame
4646

4747
[*API function*](../api/project.md#duplicate_frame)
4848

4949
**Shortcut:** <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd>
5050

5151
Duplicates the current active frame of project and inserts the duplicate directly after the initial frame. The duplicate frame becomes the new active frame.
5252

53-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/remove_frame.png) Remove frame
53+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/remove_frame.png) Remove frame
5454

5555
[*API function*](../api/project.md#remove_frame)
5656

5757
**Shortcut:** <kbd>Ctrl</kbd> + <kbd>Backspace</kbd>
5858

5959
Removes the current active frame of the project. If the frame to be removed is the first frame, the active frame becomes the new first frame after the removal. Otherwise, the new active frame is the frame that preceded the frame that was removed.
6060

61-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/move_frame_back.png) Move frame back
61+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/move_frame_back.png) Move frame back
6262

6363
[*API function*](../api/project.md#move_frame_back)
6464

6565
**Shortcut:** <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + *Left Arrow Key*
6666

6767
Swaps the active frame of the project with the preceding frame.
6868

69-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/move_frame_forward.png) Move frame forward
69+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/move_frame_forward.png) Move frame forward
7070

7171
[*API function*](../api/project.md#move_frame_forward)
7272

7373
**Shortcut:** <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + *Right Arrow Key*
7474

7575
Swaps the active frame of the project with the following frame.
7676

77-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/frame_properties.png) Frame properties menu
77+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/frame_properties.png) Frame properties menu
7878

7979
**Shortcut:** <kbd>Shift</kbd> + <kbd>F</kbd>
8080

8181
Opens the frame properties menu. This menu allows users to configure a frame's relative duration.
8282

8383
## Playback actions
8484

85-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/to_first_frame.png) To first frame - <kbd>Ctrl</kbd> + *Left Arrow Key*
85+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/to_first_frame.png) To first frame - <kbd>Ctrl</kbd> + *Left Arrow Key*
8686

87-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/previous.png) Previous frame - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd>
87+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/previous.png) Previous frame - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd>
8888

89-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/play.png) Play / ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/stop.png) Stop - <kbd>Space</kbd>
89+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/play.png) Play / ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/stop.png) Stop - <kbd>Space</kbd>
9090

91-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/next.png) Next frame - <kbd>Ctrl</kbd> + <kbd>Space</kbd>
91+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/next.png) Next frame - <kbd>Ctrl</kbd> + <kbd>Space</kbd>
9292

93-
### ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/to_last_frame.png) To last frame - <kbd>Ctrl</kbd> + *Right Arrow Key*
93+
### ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/to_last_frame.png) To last frame - <kbd>Ctrl</kbd> + *Right Arrow Key*
9494

9595
### Cycle playback mode - <kbd>Ctrl</kbd> + <kbd>Enter</kbd>
9696

gradient-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`< Tools`](./tools.md)
44

5-
**Icon:** ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/gradient_tool.png)
5+
**Icon:** ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/gradient_tool.png)
66

77
**Hotkey:** <kbd>G</kbd>
88

hand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[`< Tools`](./tools.md)
44

5-
**Icon:** ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/hand.png)
5+
**Icon:** ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/hand.png)
66

77
**Hotkey:** <kbd>H</kbd>
88

interface.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,18 @@ The [frames](./frame.md) of the current project are displayed along the top of t
9191

9292
The playback controls are:
9393

94-
* to first frame ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/to_first_frame.png)
95-
* previous frame ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/previous.png)
96-
* play ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/play.png) / stop ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/stop.png)
97-
* next frame ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/next.png)
98-
* to last frame ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/to_last_frame.png)
94+
* to first frame ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/to_first_frame.png)
95+
* previous frame ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/previous.png)
96+
* play ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/play.png) / stop ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/stop.png)
97+
* next frame ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/next.png)
98+
* to last frame ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/to_last_frame.png)
9999

100100
There are several playback modes that can be cycled through:
101101

102-
* play forwards ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/forwards.png)
103-
* play backwards ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/backwards.png)
104-
* loop ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/loop.png)
105-
* ping-pong ![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/icons/pong.png) (changes directions when it reaches the beginning or end of the animation)
102+
* play forwards ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/forwards.png)
103+
* play backwards ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/backwards.png)
104+
* loop ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/loop.png)
105+
* ping-pong ![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/icons/pong.png) (changes directions when it reaches the beginning or end of the animation)
106106

107107
Users can also set the playback speed, ranging from 1 frame per second to 24 FPS.
108108

@@ -115,8 +115,8 @@ A cel can be selected by clicking on its button. A two-dimensional range of cels
115115
Cel buttons have different icons depending on their cel's contents:
116116

117117
* An empty cel (cel with no non-transparent pixel data) is blank
118-
* A cel with pixel data on a linked layer (![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/misc/linked_stencil.png))
119-
* A cel with pixel data on an unlinked layer (![](https://raw.githubusercontent.com/jbunke/stipple-effect/master/res/misc/populated_stencil.png))
118+
* A cel with pixel data on a linked layer (![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/misc/linked_stencil.png))
119+
* A cel with pixel data on an unlinked layer (![](https://raw.githubusercontent.com/stipple-effect/stipple-effect/master/res/misc/populated_stencil.png))
120120

121121
## Colors
122122

0 commit comments

Comments
 (0)