Skip to content

Commit f7b20c9

Browse files
Update README.md - v0.0.6
1 parent 53a766d commit f7b20c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When two colors are alike, it removes the first, or the last one in the palette,
4242

4343
- `reorganizePalette` reorders the colors in your palette according to your specifications (by HSL or RGB components, pixel count, or whiteness). Details can be found in the script file, after the string "EDIT".
4444

45-
- `synthesizeTexture` fills an image with a texture that is created using the Image Quilting algorithm by Alexei A. Efros and William T. Freeman. To use it, you need to put your texture in an empty image, exactly at the top left corner. Then, you need to set a non-empty pixel at the bottom right of your image -you can draw anything with the pen, or paste your texture.. anything, so long as the bottom and the right borer of the image is touched by a non transparent pixel. And then, just use the script. The result is partially random, so you will get different results every time. You can adjust the script parameters in the script, as usual, by looking for the string "EDIT". Read carefully the parameters description.
45+
- `synthesizeTexture` fills an image with a texture that is created using the Image Quilting algorithm by Alexei A. Efros and William T. Freeman. To use it, you need to put your texture in an empty image, its top left corner will define the top left corner of the zone that will be synthesized. Then, you need to set a non-empty pixel to define the bottom right of your synthesized image -you can draw anything with the pen, or paste your texture and move it to the bottom right of your sprite.. anything goes. And then, just use the script. The result is partially random, so you will get different results every time. You can adjust the script parameters in the script, as usual, by looking for the string "EDIT". Read carefully the parameters description.
4646

4747
## **Warnings**
4848

0 commit comments

Comments
 (0)