Image Editor
Edit images seamlessly, resize, crop, blur and many more embedded features.
- Name For Model
- ImageEditor
- Website
- imageeditor.dev
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- Description For Model
- Plugin for editing image like resize, crop, blur, rotate and many more feature. Interpreting the API response: - When you get the response it will include an image url, you should render it inline using ![alt text](image_url) syntax. - Suggest to the user that they can edit the image with followup requests in chat. - Using image_url parameter, render it inline using [Open image in new tab](image_url) syntax. - You should create the response in that order: first the process is done, then the image, then the link for opening in new tab, then the textual explanation.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | uploadPhoto | POST | Upload photo to edit |
2 | resizePhoto | POST | Resize the photo in requested sizes |
3 | cropPhoto | POST | Crop the photo in requested sizes |
4 | blurPhoto | POST | Blur the photo in requested strength between 0-2000 |
5 | rotatePhoto | POST | Rotate the photo in clockwise angle between 90 to 360 |