Update gimp examples

This commit is contained in:
BlankCheng
2024-01-24 20:22:51 +08:00
parent a4a9fa0817
commit 908f25ad29
7 changed files with 337 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "f4aec372-4fb0-4df5-a52b-79e0e2a5d6ce",
"snapshot": "gimp",
"instruction": "Help me select the yellow triangle and move it to the center of my photo.",
"instruction": "Help me choose the yellow triangle and positioning it at the center of my picture.",
"source": "https://superuser.com/questions/612338/how-do-i-select-and-move-an-object-in-gimp",
"config": [
{
@@ -16,9 +16,12 @@
}
},
{
"type": "open",
"type": "launch",
"parameters": {
"path": "Desktop/Triangle_On_The_Side.png"
"command": [
"gimp",
"Desktop/Triangle_On_The_Side.png"
]
}
}
],