https://github.com/snivilised/pixa
🧙 Directory tree based bulk image processor (Also serves as a working example of how to use traverse, pants, cobrass and arcadia)
https://github.com/snivilised/pixa
Last synced: about 1 year ago
JSON representation
🧙 Directory tree based bulk image processor (Also serves as a working example of how to use traverse, pants, cobrass and arcadia)
- Host: GitHub
- URL: https://github.com/snivilised/pixa
- Owner: snivilised
- License: mit
- Created: 2023-04-19T12:20:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T20:55:46.000Z (over 1 year ago)
- Last Synced: 2025-02-14T23:48:30.160Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 515 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧙 pixa: ___directory tree based bulk image processor___
[](https://commonflow.org)
[](https://git-scm.com/book/en/v2/Git-Branching-Rebasing)
[](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule)
[](https://pkg.go.dev/github.com/snivilised/pixa)
[](https://goreportcard.com/report/github.com/snivilised/pixa)
[](https://coveralls.io/github/snivilised/pixa?branch=master&kill_cache=1)
[](https://github.com/snivilised/pixa/actions/workflows/ci-workflow.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://www.conventionalcommits.org/)
## 🔰 Introduction
Pixa is a cli application that can navigate a directory tree processing images within a batch using an external program. The external program used is [ImageMagick](https://imagemagick.org/). The initial functionality provided by ___Pixa___ is quite rudimentary and is basically a wrapper around ___ImageMagick___.
The other rationale for this project is a demonstration of how to use golang projects [arcadia](https://github.com/snivilised/arcadia) and [cobrass](https://github.com/snivilised/cobrass).
## 📚 Usage
💤 tbd ...
