Skip to content

Commit

Permalink
1457 - docs - generated
Browse files Browse the repository at this point in the history
  • Loading branch information
monikakuster committed Dec 9, 2024
1 parent 9419fb7 commit 4696b2d
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/src/content/docs/reference/components/image-helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,39 @@ Version: 1
## Actions


### Compress Image
Compress image with specified quality.

#### Properties

| Name | Type | Control Type | Description |
|:--------------:|:------------:|:--------------------:|:-------------------:|
| Image | FILE_ENTRY | FILE_ENTRY | |
| Quality | NUMBER | NUMBER | Compression quality of the image. |
| Result File Name | STRING | TEXT | Specifies the output file name for the result image. |


### Output



Type: FILE_ENTRY


#### Properties

| Type | Control Type |
|:------------:|:--------------------:|
| STRING | TEXT |
| STRING | TEXT |
| STRING | TEXT |
| STRING | TEXT |






### Crop Image
Crops an image to the specified dimensions.

Expand Down Expand Up @@ -59,6 +92,19 @@ Type: FILE_ENTRY



### Get Image Metadata
Get metadata of the image.

#### Properties

| Name | Type | Control Type | Description |
|:--------------:|:------------:|:--------------------:|:-------------------:|
| Image | FILE_ENTRY | FILE_ENTRY | |
| Result File Name | STRING | TEXT | Specifies the output file name for the result image. |




### Image to Base64
Converts image to Base64 string.

Expand Down

0 comments on commit 4696b2d

Please sign in to comment.