🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

n8n-nodes-convert-image

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
n

n8n-nodes-convert-image

n8n node for converting image formats between JPG, PNG, BMP, TIFF, etc. Supports both base64 and file inputs/outputs

0.0.2
latest
63

Supply Chain Security

100

Vulnerability

79

Quality

81

Maintenance

100

License

Version published
Weekly downloads
188
-10.9%
Maintainers
0
Weekly downloads
 
Created
Issues
2

Banner image

n8n-nodes-convert-image

Custom n8n node for converting images to different formats (JPG, PNG, BMP, TIFF, GIF).
Handles both base64 and file inputs, outputs base64 or file data, and allows setting image quality.

Features

  • Convert images between common formats
  • Input as file or base64
  • Output as file or base64
  • Adjustable quality for JPG output

Prerequisites

  • n8n (version 1.0.0 or later)
  • Node.js 16 or newer

Installation

npm install n8n-nodes-convert-image

Usage

  • Provide the input file or base64 data.
  • Select the target format and output type.
  • For JPEG, define the desired quality (0-100).
  • The node returns the converted image in the chosen format.

Example

  • Add the “Image Format Converter” node to your workflow.
  • Pass your image as base64 or file data.
  • Set the output format to “PNG”, for example.
  • Define output as “file” or “base64”.
  • The result will be a converted image in the desired format.

License

MIT

FAQs

Package last updated on 14 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts