From 09888ae7879eec4e1bad77132fbbd1e56c267dd5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 17 Feb 2025 07:15:30 +0100 Subject: [PATCH] Fix typos discovered by codespell % `codespell` ``` ./README.md:13: pallete ==> palette ./README.md:137: Singe ==> Single ./README.md:221: Pallete ==> Palette ./README.md:223: pallete ==> palette ./utils/error.go:26: seperated ==> separated ./internal/image/image.go:219: impliments ==> implements ./internal/image/removeBg.go:12: impliments ==> implements ./internal/image/removeBg.go:166: stabalized ==> stabilized ./cmd/extract.go:23: pallete ==> palette ./cmd/extract.go:23: specificed ==> specified ./cmd/extract.go:24: pallete ==> palette ./config/config.go:39: cant ==> can't ./config/config.go:47: doesnt ==> doesn't, does not ``` --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66dc06d..9da2a55 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # Overview :framed_picture: -Gowall is a tool to convert an image ( specifically a wallpaper ) to any color-scheme / pallete you like! +Gowall is a tool to convert an image ( specifically a wallpaper ) to any color-scheme / palette you like! It also offers a bunch of image processing features (image to pixel art, Image upscaling, color palette extraction...) ## Docs @@ -134,7 +134,7 @@ Notes 🗒️ : # Usage :gear: -1. `Singe conversion` +1. `Single conversion` ```bash gowall convert path/to/img.png -t @@ -218,9 +218,9 @@ Notes 🗒️ :
-8. `Pallete extraction` ( Like pywal ) +8. `Palette extraction` ( Like pywal ) - You can extract the color pallete of an image as shown below : + You can extract the color palette of an image as shown below : ```bash gowall extract /path/to/img.png -c 6