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
- Host: GitHub
- URL: https://github.com/nodebb/nodebb-plugin-imagemagick
- Owner: NodeBB
- License: mit
- Created: 2015-06-04T14:54:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T14:50:15.000Z (over 1 year ago)
- Last Synced: 2025-09-21T20:03:02.682Z (3 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 10
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.