mirror of
https://codeberg.org/DansLeRuSH/gimp-tools.git
synced 2024-12-23 00:29:06 +00:00
Update README.md
This commit is contained in:
parent
de3ee1111f
commit
bfc79032d8
1 changed files with 48 additions and 1 deletions
49
README.md
49
README.md
|
@ -1 +1,48 @@
|
||||||
_In progress ..._
|
Hi everybody,
|
||||||
|
|
||||||
|
You can find here a bunch of tools I did for my daily use of GIMP :
|
||||||
|
- _Brushes_ : For the moment only one _pixel_ brush to easily edit/create pixel art designs
|
||||||
|
- _Palettes_ : Mainly for _material design_ UI and old stuff like CGA colors (yeah I'm old ;))
|
||||||
|
- _Splash screens_ : A set of 8 colored differents splashes for GIMP 2.10 to fit with several themes (copied on [openDesktop](https://www.opendesktop.org/p/1232947/))
|
||||||
|
|
||||||
|
See Ya / Best Regards,
|
||||||
|
Franck
|
||||||
|
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
|
||||||
|
Where to copy the file(s) you want in each system
|
||||||
|
|
||||||
|
**GNU/Linux**
|
||||||
|
|
||||||
|
Before 2.10 :
|
||||||
|
- for brushes */home/YourUserName/.gimp-2.8/brushes*
|
||||||
|
- for palettes */home/YourUserName/.gimp-2.8/palettes*
|
||||||
|
- for splash screen */home/YourUserName/.gimp-2.8/splashes*
|
||||||
|
|
||||||
|
Now :
|
||||||
|
- for brushes */home/YourUserName/.config/GIMP/2.10/brushes*
|
||||||
|
- for palettes */home/YourUserName/.config/GIMP/2.10/palettes*
|
||||||
|
- for splash screen */home/YourUserName/.config/GIMP/2.10/splashes*
|
||||||
|
|
||||||
|
**macOS**
|
||||||
|
|
||||||
|
- for brushes */Users/YourUserName/Library/GIMP/2.10/brushes*
|
||||||
|
- for palettes */Users/YourUserName/Library/GIMP/2.10/palettes*
|
||||||
|
- for splash screen */Users/YourUserName/Library/GIMP/2.10/splashes*
|
||||||
|
|
||||||
|
**Windows**
|
||||||
|
|
||||||
|
- for brushes *C:\Users\YourUserName\AppData\Roaming\GIMP\2.10\brushes*
|
||||||
|
- for palettes *C:\Users\YourUserName\AppData\Roaming\GIMP\2.10\palettes*
|
||||||
|
- for splash screen *C:\Users\YourUserName\AppData\Roaming\GIMP\2.10\splashes*
|
||||||
|
|
||||||
|
|
||||||
|
# Contribute
|
||||||
|
|
||||||
|
Of course you can copy and modify these files but you have to :
|
||||||
|
- mention me
|
||||||
|
- do it freely / not for a commercial purpose
|
||||||
|
- allow the same rights
|
||||||
|
|
||||||
|
**Creative Commons License CC-BY-NC-SA** | **Franck ALBARET** [ [Website](http://dansleru.sh) ]
|
Loading…
Reference in a new issue