All models
Media utilitiesv1.0.0

Convert Image Format

Re-encode an image as PNG, JPEG, WebP, or AVIF (sharp)

3 inputsIMAGE
Convert Image Format input
Convert Image Format output

Converted to WebP

Run the node

IMAGE
TEXT
1 – 100INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins image-format-convert and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("image-format-convert", {
  image: { ref: "https://..." },
  format: { value: "png" },
  quality: { value: 80 },
});

Schema

Inputs

image*IMAGE
formatTEXT
png · jpeg · webp · avif
png
qualityINT80

Outputs

imageIMAGE