Update gimp examples

This commit is contained in:
BlankCheng
2024-01-26 16:38:45 +08:00
parent 908f25ad29
commit e5a5ff4588
11 changed files with 171 additions and 27 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"
]
}
}
@@ -33,12 +33,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"
}
}