ImageMagick parsing of avatars and other uploaded image assets
Find a file
Barış Soner Uşaklı 511ea067cb
Merge pull request #11 from fraunos/update
Fix/Update for new IM versions
2024-06-02 10:50:15 -04:00
.gitattributes init 2014-06-04 16:08:24 -04:00
.gitignore init 2014-06-04 16:08:24 -04:00
.jshintrc closes #4 2016-09-14 20:57:49 +03:00
.npmignore init 2014-06-04 16:08:24 -04:00
library.js update 2024-06-02 14:05:35 +02:00
LICENSE updated structure, added MIT license, moved ACP js to its own separate file 2015-03-13 14:05:43 -04:00
package.json update 2024-06-02 14:05:35 +02:00
plugin.json update 2024-06-02 14:05:35 +02:00
README.md readme 2024-06-02 14:08:04 +02:00

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.