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

@@ -1,5 +1,5 @@
{
"id": "7a4deb26-d57d-4ea9-9a73-630f66a7b568",
"id": "f723c744-e62c-4ae6-98d1-750d3cd7d79d",
"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/",
@@ -10,7 +10,7 @@
"files": [
{
"url": "https://drive.google.com/uc?export=download&id=1X42_kOanL74vu_p6QdcZuiyzDQi3kA7F",
"path": "Desktop/berries.png"
"path": "~/Desktop/berries.png"
}
]
}
@@ -20,7 +20,7 @@
"parameters": {
"command": [
"gimp",
"Desktop/berries.png"
"~/Desktop/berries.png"
]
}
}
@@ -33,12 +33,12 @@
"func": "check_contrast_increase_and_structure_sim",
"expected": {
"type": "vm_file",
"path": "Desktop/berries.png",
"path": "~/Desktop/berries.png",
"dest": "berries.png"
},
"result": {
"type": "vm_file",
"path": "Desktop/berries_contrast.png",
"path": "~/Desktop/berries_contrast.png",
"dest": "berries_contrast.png"
}
}