Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/just-paja/imagemagick-scenery
Stream your image transformations using scenes defined via imagemagick parameters
https://github.com/just-paja/imagemagick-scenery
Last synced: 16 days ago
JSON representation
Stream your image transformations using scenes defined via imagemagick parameters
- Host: GitHub
- URL: https://github.com/just-paja/imagemagick-scenery
- Owner: just-paja
- License: gpl-3.0
- Created: 2021-03-08T14:39:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T16:18:07.000Z (over 3 years ago)
- Last Synced: 2024-10-16T11:02:14.147Z (about 1 month ago)
- Language: JavaScript
- Size: 489 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imagemagick-scenery
Stream your image transformations using scenes defined via imagemagick parameters
## Requirements
This library requires Imagemagick to be present on your machine.
## Installation
```shell
npm install --save imagemagick-scenery
```## Usage
```javascript
const { transformImage } = require('imagemagick-scenery')
```See [examples](./examples)