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

@@ -0,0 +1,45 @@
{
"id": "7a4deb26-d57d-4ea9-9a73-630f66a7b568",
"snapshot": "gimp",
"instruction": "I'd like to make the picture's contrast stronger to really bring out the main subject. Could you assist me in boosting the contrast?",
"source": "https://www.reddit.com/r/GIMP/comments/12e57w8/how_to_use_gimp_to_exaggerate_contrast/",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://drive.google.com/uc?export=download&id=1X42_kOanL74vu_p6QdcZuiyzDQi3kA7F",
"path": "Desktop/berries.png"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"gimp",
"Desktop/berries.png"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "check_contrast_increase_and_structure_sim",
"expected": {
"type": "vm_file",
"path": "Desktop/berries.png",
"dest": "berries.png"
},
"result": {
"type": "vm_file",
"path": "Desktop/berries_contrast.png",
"dest": "berries_contrast.png"
}
}
}