mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
440971673c
* ✨ Add and update codex files * 🔨 Fix codex format * 🔨 Fix codex format for remaining files
22 lines
736 B
JSON
22 lines
736 B
JSON
{
|
|
"node": "n8n-nodes-base.editImage",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"details": "The Edit Image node allows you to manipulate and edit images. Use this node when you want to:\n\n- Blur an image\n- Add a border to an image\n- Create a new image\n- Crop an image\n- Composite an image on top of another\n- Draw on an image\n- Get information about the image\n- Rotate an image\n- Change the size of an image\n- Shear an image along the X or Y axis\n- Add text to the image",
|
|
"categories": [
|
|
"Marketing & Content",
|
|
"Core Nodes"
|
|
],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.editImage/"
|
|
}
|
|
]
|
|
},
|
|
"subcategories": {
|
|
"Core Nodes": [
|
|
"Files"
|
|
]
|
|
}
|
|
} |