mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 22:31:43 +03:00
Clarify docstring
This commit is contained in:
parent
f00bf63fed
commit
a4c0fd7546
@ -267,7 +267,7 @@ Additional characters must use code tagged characters, which are not yet support
|
||||
return output
|
||||
|
||||
def extract_textures(image_path: str):
|
||||
"""Removes the border around glyphs in an image, saves a new image without the border, and converts the image into FIGlet format font files."""
|
||||
"""Removes the border around glyphs in an image, creates a new image without the border, and converts the image into FIGlet format font files."""
|
||||
|
||||
# Open the image
|
||||
image = Image.open(image_path)
|
||||
|
Loading…
Reference in New Issue
Block a user