We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b331684 commit fe0c952Copy full SHA for fe0c952
GIMP/README.md
@@ -5,9 +5,24 @@
5
6
Simply copy the coatools_exporter.py into the GIMP plug-ins folder.
7
8
+For GIMP 2.8:
9
+
10
- on Linux this is /home/YOU/.gimp2.8/plug-ins/
11
- on Windows this is C:\Users\YOU\.gimp2.8\plug-ins
12
13
+For GIMP 2.10:
14
15
+- on Linux this is `$HOME/.config/GIMP/2.10/plug-ins`
16
17
+You can type the following on a terminal to install it:
18
19
+```
20
+mkdir -p $HOME/.config/GIMP/2.10/plug-ins
21
+cd $HOME/.config/GIMP/2.10/plug-ins
22
+wget https://raw.githubusercontent.com/ndee85/coa_tools/master/GIMP/coatools_exporter.py
23
+chmod u+x coatools_exporter.py
24
25
26
You should find it under File>Export to CoaTools... after restarting GIMP.
27
28
Note that the .gimp2.8 folder may be hidden.
0 commit comments