Package Information
Downloads: 87 weekly / 87 monthly
Latest Version: 1.0.0
Author: Artur Meinzer
Documentation
n8n-nodes-convertimg
This is an n8n community node that lets you convert images between formats using the ConvertIMG API.
ConvertIMG converts images between HEIC, JPG, PNG, WebP, AVIF, and TIFF formats with configurable quality.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
You need a ConvertIMG API key. Sign up at convertimg.app, then generate your API key in the dashboard. See the API documentation for details.
Add the API key in n8n under Credentials > ConvertIMG API.
Operations
Convert Image
Convert an image from one format to another.
Supported input formats: JPG, PNG, WebP, GIF, AVIF, TIFF, HEIC, HEIF, SVG
Parameters:
- Output Format -- Target format: JPG, PNG, WebP, AVIF, or TIFF (default: JPG)
Options:
- Quality -- Output quality from 1 to 100 (default: 90). Higher = better quality, larger file.
- Remove Metadata -- Strip EXIF data from the output (default: enabled)
- Output Binary Field -- Name of the binary property for the result (default:
data)
Compatibility
Tested with n8n version 1.0+.
