Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);