Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurenn/medusa
A command tool to stack images from URL's
https://github.com/kurenn/medusa
cli elixir image-processing imagemagick
Last synced: 9 days ago
JSON representation
A command tool to stack images from URL's
- Host: GitHub
- URL: https://github.com/kurenn/medusa
- Owner: kurenn
- License: mit
- Created: 2017-03-04T18:40:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T17:34:07.000Z (over 7 years ago)
- Last Synced: 2024-12-01T02:41:33.931Z (2 months ago)
- Topics: cli, elixir, image-processing, imagemagick
- Language: Elixir
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![Medusa](medusa.jpg)
## Overview
`medusa` is a command line interface use to stack multiple images from URL's. It uses `imagemagick` to process the images.
## Table of contents
- [Prerquisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Prerequisites
medusa is distributed and run as a Docker image. You don't need to install elixir or anything else but [Docker](https://docker.io).
## Installation
```console
% docker pull icalialabs/medusa:latest
```## Usage
Before using medusa make sure you have the images url's
1: Standard (Non-development)
```console
docker run --rm \
icalialabs/medusa:latest \
mix medusa stack \
https://s3.amazonaws.com/bucketname/bg.png \
https://s3.amazonaws.com/bucketname/area-int.png
```
The terminal will stream a base64 string into the STDOUT representing the one stacked image.## Contributing
Please submit all pull requests against a separate branch.
Thanks!
## Copyright
See [LICENSE]()