Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:01:38.000Z (2 months ago)
- Last Synced: 2024-09-14T06:36:12.407Z (2 months ago)
- Language: Go
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧙 pixa: ___directory tree based bulk image processor___
[![A B](https://img.shields.io/badge/branching-commonflow-informational?style=flat)](https://commonflow.org)
[![A B](https://img.shields.io/badge/merge-rebase-informational?style=flat)](https://git-scm.com/book/en/v2/Git-Branching-Rebasing)
[![A B](https://img.shields.io/badge/branch%20history-linear-blue?style=flat)](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule)
[![Go Reference](https://pkg.go.dev/badge/github.com/snivilised/pixa.svg)](https://pkg.go.dev/github.com/snivilised/pixa)
[![Go report](https://goreportcard.com/badge/github.com/snivilised/pixa)](https://goreportcard.com/report/github.com/snivilised/pixa)
[![Coverage Status](https://coveralls.io/repos/github/snivilised/pixa/badge.svg?branch=master)](https://coveralls.io/github/snivilised/pixa?branch=master&kill_cache=1)
[![Pixa Continuous Integration](https://github.com/snivilised/pixa/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/snivilised/pixa/actions/workflows/ci-workflow.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![A B](https://img.shields.io/badge/commit-conventional-commits?style=flat)](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 ...