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

https://github.com/nodebb/nodebb-plugin-imagemagick

ImageMagick parsing of avatars and other uploaded image assets
https://github.com/nodebb/nodebb-plugin-imagemagick

Last synced: 3 months ago
JSON representation

ImageMagick parsing of avatars and other uploaded image assets

Awesome Lists containing this project

README

          

# ImageMagick Parsing

This plugin replaces image parsing functionality built into NodeBB with ImageMagick, running on the host machine.

## Why replace?

NodeBB uses a js-only alternative, which may be slower, or less featureful. Additionally, animated gifs are supported with ImageMagick, while they are not supported in the bundled version.

## Requirements

* NodeBB v3.7.0 or a suitably recent version

## Setup

* None, just install and activate.