For the complete documentation index, see llms.txt. This page is also available as Markdown.

Image

Overview of the Image integration.

The following documentation is for Image v1.14.1.

Overview

This integration provides automation capabilities for Image, enabling streamlined workflows and enhanced productivity. Connect your processes with Image to automate routine tasks and improve operational efficiency.

Setup

The following integrations need to be connected to your Kognitos workspace:

  • Image

Steps

Follow these steps to connect the integration in Kognitos:

1

Using the left navigation menu, go to Integrations → Explore Integrations.

2

Find

Search for the integration and click on it.

3

Connect

Click on Connect to add a connection to the integration.

4

Configure

Add a name for the connection. You'll be prompted for authentication details if needed. Then, click on Connect.

Actions

The following actions are available in the Image integration:

1. Convert an image

Convert an image to another format.

2. Convert an svg to a png

Convert an SVG file to a PNG image.

3. Decode base64 to an image

Decode a Base64 string and create an image.

4. Encode an image to base64

Encode an image as a Base64 string.

5. Get an image's metadata

Get metadata from an image.

6. Resize an image

Resize an image to the specified dimensions.

Concepts

Image metadata

Represents metadata about an image.

Field Name
Description
Type

format

The image format, such as PNG or JPEG

text

width

The width of the image in pixels

number

height

The height of the image in pixels

number

color_mode

The image color mode, such as RGB or RGB with transparency

text

has_transparency

Whether the image contains transparency support

boolean

Last updated

Was this helpful?