Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danikaze/manga-processor
Small utility to process and fix images via node.js
https://github.com/danikaze/manga-processor
Last synced: about 1 month ago
JSON representation
Small utility to process and fix images via node.js
- Host: GitHub
- URL: https://github.com/danikaze/manga-processor
- Owner: danikaze
- Created: 2023-01-02T03:21:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T14:57:43.000Z (10 months ago)
- Last Synced: 2024-03-15T15:05:48.738Z (10 months ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manga (image) Processor
Small utility based on node.js to process comics (images).
## Usage
This package is a simple cli and not UI-friendly... it's supposed to be run from code (UIs are welcome)
Just install the development dependencies via
```
npm install
```And then just set up the configuration for the desired images and run it with:
```
npm start
```## Configuration
Edit the [config.ts] file to set up the desired processing options for your files before executing `npm start`.
Doucmentation for each `ProcessAction` is available in the type definition file: [config.d.ts](./src/config.d.ts);