gowall
A tool to convert a Wallpaper's color scheme / palette, OCR with VLM's Traditional & Hybrid, Image Compression ,color palette extraction, image upsacling with Adversarial Networks and more image processing features.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- feature_request.yml
- release.yml
- catppuccin.png
- custom.png
- everforest.png
- go-sticker-overlay-small.png
- invert.png
- preview.png
- bg.go
- color.go
- compress.go
- convert.go
- draw.go
- effects.go
- extract.go
- gif.go
- invert.go
- list.go
- ocr.go
- pixelate.go
- resize.go
- root.go
- stack.go
- upscale.go
- config.go
- constants.go
- create_dirs.go
- env.go
- wallpaper.go
- bria-rmbg.go
- kmeans.go
- strategy.go
- u2net.go
- color.go
- formats.go
- parse.go
- print.go
- utilities.go
- clut.go
- rbf.go
- color.go
- cube.go
- median.go
- queue.go
- colorthief.go
- lossy.go
- lossy.go
- lossless.go
- pngquant.go
- setup.go
- lossy.go
- bria-rmbg.go
- normalize.go
- predict.go
- u2net.go
- model.go
- session.go
- setup.go
- compression.go
- convert.go
- draw.go
- effects.go
- extract.go
- gif.go
- gradient.go
- image.go
- invert.go
- pixelate.go
- removeBg.go
- replace.go
- resize.go
- stack.go
- themes.go
- upscale.go
- conversions.go
- image_io.go
- load.go
- save.go
- logger.go
- pdf.go
- batch.go
- docling.go
- docling_client.go
- gemini.go
- mistral.go
- ollama.go
- openai.go
- options.go
- pipeline.go
- progress.go
- prompt.go
- provider.go
- rate_limiter.go
- stages.go
- tesseract.go
- types.go
- image.go
- setup.go
- checks.go
- terminal.go
- checks.go
- constants.go
- error.go
- filesystem.go
- spinner.go
- url.go
- .gitignore
- go.mod
- go.sum
- LICENSE
- main.go
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/Achno/gowall
Downloads the entire project code from GitHub to your computer.
cd gowall
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbrew install gowall
Installs the pre-built package via Homebrew β no source build required.
scoop install main/zig # or just go to the website and download zig if you don't want to use a package manager
Installs directly via Scoop (Windows).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go build
Compiles the Go program into an executable.
go build -v
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
