Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)