Fix path in GIMP examples

This commit is contained in:
Timothyxxx
2024-01-30 02:14:52 +08:00
parent 0a351eefdc
commit 20f48759fd
14 changed files with 50 additions and 51 deletions

View File

@@ -10,7 +10,7 @@
"files": [
{
"url": "https://drive.usercontent.google.com/download?id=1-3cc3qqjlJ_3d9IpwsuvSuYpyJ2LxrIA&export=download&authuser=0&confirm=t&uuid=6b08e902-ed25-47d1-97d9-7794f9508288&at=APZUnTW74TY2hHtBbWDa0N7-cE58:1705060487948",
"path": "~/Desktop/woman_sitting_by_the_tree2.png"
"path": "Desktop/woman_sitting_by_the_tree2.png"
}
]
}
@@ -20,7 +20,7 @@
"parameters": {
"command": [
"gimp",
"~/Desktop/woman_sitting_by_the_tree2.png"
"Desktop/woman_sitting_by_the_tree2.png"
]
}
}
@@ -83,12 +83,12 @@
"func": "check_saturation_increase_and_structure_sim",
"expected": {
"type": "vm_file",
"path": "~/Desktop/woman_sitting_by_the_tree2.png",
"path": "Desktop/woman_sitting_by_the_tree2.png",
"dest": "woman_sitting_by_the_tree2.png"
},
"result": {
"type": "vm_file",
"path": "~/Desktop/edited_colorful.png",
"path": "Desktop/edited_colorful.png",
"dest": "edited_colorful.png"
}
}