-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
64 lines (64 loc) · 1.68 KB
/
plugin.json
File metadata and controls
64 lines (64 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "G'MIC Plugin",
"url": "https://gmicol.greyc.fr/",
"type": "image_processing_plugin",
"version": "3.3.5",
"description": "G'MIC is a full-featured open-source framework for image processing, providing a plugin for applications like GIMP, Krita, and Photoshop.",
"features": [
"Over 600 image filters and effects",
"Custom filter scripting language",
"Batch image processing",
"Advanced color correction tools",
"Artistic rendering effects",
"Noise reduction and sharpening",
"Frequency domain filters",
"Layer and mask support"
],
"supported_platforms": [
"Windows",
"Browser",
"macOS",
"Linux"
],
"supported_host_applications": [
"GIMP",
"Krita",
"Natron",
"Adobe Premiere and Adobe After Effects",
"ForZen (browser)",
"Adobe Photoshop"
],
"license": "CeCILL",
"developer": "GREYC Laboratory",
"installation": {
"windows": {
"steps": [
"Download the plugin package",
"Extract files",
"Copy plugin files to GIMP plug-ins directory",
"Restart GIMP"
]
},
"macos": {
"steps": [
"Download the plugin package",
"Open the .dmg file",
"Copy plugin to Applications/GIMP plug-ins folder",
"Restart GIMP"
]
},
"linux": {
"steps": [
"Install via package manager or download binary",
"Place plugin in ~/.config/GIMP/plug-ins",
"Ensure execution permissions",
"Restart GIMP"
]
}
},
"official_links": {
"homepage": "https://gmicol.greyc.fr/",
"documentation": "https://gmic.eu/reference.shtml",
"community": "https://discuss.pixls.us/c/software/gmic"
}
}