|
1 | 1 | Preview Images of the [Custom-Improve Branch](https://github.com/t-wy/Wplace-BlueMarble-Userscripts/tree/custom-improve) of the This Fork: |
2 | 2 |
|
3 | | -| Template | Overlay | Pixel Info | |
4 | | -|-|-|-| |
5 | | -|  |  |  | |
| 3 | +| Template | Overlay | |
| 4 | +|-|-| |
| 5 | +|  |  | |
| 6 | + |
| 7 | +| Pixel Info | Map Export (From the Share Dialog) | |
| 8 | +|-|-| |
| 9 | +|  |  |
6 | 10 |
|
7 | 11 | More Information Regarding this Fork **[Here](#regarding-this-fork)**. |
8 | 12 |
|
@@ -117,7 +121,12 @@ To use it, copy the content and paste it in the URL field when creating a bookma |
117 | 121 | <li>Different options to change the display order of the colors, including (un)painted count, hue, and luminance.</li> |
118 | 122 | <li>Progress bar behind each color in the list that shows the relative progress</li> |
119 | 123 | <li>Allow different coordinate formats (`a, b, c, d`, `a b c d`, and `Tl X: a, Tl Y: b, Px X: c, Px Y: d`) to be pasted to the first coordinate textbox.</li> |
120 | | - <li>Allow downloading artworks (in exact size) from the map via the Share Button by two coordinates of opposite corners (One from the textboxes, another from the pixel you pick from the map when clicking the "Share" button)</li> |
| 124 | + <li>Allow downloading artworks (in exact size) from the map via the Share Button by two coordinates of opposite corners (One from the textboxes, another from the pixel you pick from the map before clicking the "Share" button)</li> |
| 125 | + <li>Memory-saving Mode: Create ImageBitmap only when the templates are processed, and release them immediately afterwards to prevent using up all available memory.</li> |
| 126 | + <li>Allow setting the anchor for the coordinates specified for the template to be placed. (By default the coordinates are the top-left corner of the template)</li> |
| 127 | + <li>Support displaying the locations of Event Items. (Need to provide a JSON data provider (e.g. <a href="https://wplace.samuelscheit.com/tiles/pumpkin.json">Wplace Archive pumpkin.json</a>) for this feature to work)</li> |
| 128 | + <li>Allow only show the pixels of the currently selected color in Wplace automatically.</li> |
| 129 | + <li>Try to refresh the tiles when selected colors / templates changes as soon as possible.</li> |
121 | 130 | </ul> |
122 | 131 | </p> |
123 | 132 |
|
|
0 commit comments