Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Automation procedures for image manipulation, including how to resize, rotate, convert to grayscale, and flip images.
To convert an image to grayscale, use the following syntax. Example:
get the image
convert the image to grayscaleTo resize an image, specify the desired height and width.
Example:
This command resizes the image to a height of 600 pixels and a width of 800 pixels.
get the image
resize the image with
the height is 600
the width is 800Visualizing text as a word cloud is a powerful way to represent the frequency of words in a given text. This section covers how to create word clouds with specific attributes or default settings.
To create a word cloud, specify the text and any desired attributes such as background color, width, and height.
Example:
This command creates a word cloud with the specified text, background color, width, and height.
Example:
This command creates a word cloud with the specified text using default settings.
Note: AI image generation is not currently supported by Kognitos.
the text is "Hello world, hello everyone"
visualize the text as a word cloud with
the background color is "black"
the width is 600
the height is 400the text is "Data science, machine learning, artificial intelligence"
visualize the text as a word cloudGenerating QR codes is a useful feature for encoding data such as URLs and WiFi configurations. This section covers how to generate QR codes with different types of data.
Example:
generate a QR code with
the data is "https://www.example.com"This command generates a QR code containing the URL "https://www.example.com".
Example:
This command generates a QR code containing the WiFi configuration for a network named "mynetwork" with the password "mypass".
generate a QR code with
the data is "WIFI:T:WPA;S:mynetwork;P:mypass;;"get the image
rotate the image with
the angle is 45
the direction is "counter-clockwise"