Package Information
Released: 5/16/2025
Downloads: 7,336 weekly / 9,544 monthly
Latest Version: 0.1.7
Author: Din Bracha
Available Nodes
Documentation

n8n-nodes-mallabe-images
This is an n8n community node for Mallabe Images.
It allows you to manipulate images using different operations.
For more information, refer to the Mallabe website.
Current supported operations:
- Resize Image
- Compress Image
- Get Image Metadata
- Crop Image
- Rotate Image
- Flip / Flop Image
- Greyscale Image
- Join 2 Images
License
Development
Running Locally (Summary)
- Install n8n globally using https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/
- Run
nvm useto use the correct node version in the node folder. - Run
pnpm installin the node folder. - Run
pnpm link --globalto register as package. - Run
pnpm run buildwhenever you make changes to the node. - Run
cd ~/.n8n - Stop n8n if it was already running.
- Run
pnpm link --global n8n-nodes-mallabe-imagesin n8ncustomfolder. - Run
n8n start
Note: if you like to watch the development instead of rebuilding every time, use npm run dev.