Skip to main content

๐Ÿ–ผ๏ธ Image Magick v7.0.8-3

Best Tool to manipulate images.

Credits
  • BlassGO: Developer of this plugin.
  • ayaromenok: Developer of Static ImageMagick.
note

You can design your own plugins. Check this.

Installationโ€‹

  1. Download the plugin here.
  2. Add image-magick file in your META-INF/addons.
  3. Import it:
    import_module "$addons/image-magick"
  4. Enjoy your new command magick.
    magick convert input.jpg -resize 300x200 output_resized.jpg
    tip

    You can check the documentation of ImageMagick here.