mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-imagemagick.git
synced 2025-10-03 07:51:21 +08:00
ImageMagick parsing of avatars and other uploaded image assets
|
||
---|---|---|
.gitattributes | ||
.gitignore | ||
.jshintrc | ||
.npmignore | ||
library.js | ||
LICENSE | ||
package.json | ||
plugin.json | ||
README.md |
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.