PipedreamHQ / PipedreamHQ/pipedream
[Components] kraken_io
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# kraken_io
## URLs
- https://kraken.io/docs/getting-started
## Webhook Sources
### new-optimized-image-instant
#### Description
Emit new event when an image optimization process is completed. Users can specify the optimization type (lossless, lossy, resize) as an optional filter.
## Actions
### optimize-image
#### Description
Optimize an image using Kraken.io's compression engine. Requires an image URL or a file upload, and allows specifying optimization type (lossless, lossy) and resizing options.
### resize-image
#### Description
Resize an image to specified dimensions. Requires an image URL or file upload, and allows specifying width, height, and cropping options.
### generate-thumbnail
#### Description
Generate a thumbnail from an image with specified dimensions. Requires an image URL or file upload and dimensions (width and height).
Contributor guide
Assessment
This issue has not been assessed yet.