* README now includes command-line find xcf
* Added PSD files for each xcf in repo
This commit is contained in:
metacoin 2018-08-01 13:43:10 -04:00
parent 7942f0c989
commit 678b1e3c6c
10 changed files with 15 additions and 0 deletions

View File

@ -42,3 +42,18 @@ Before the rebrand these graphics were used for Florincoin(FLO):
## Flat icon
![flat icon](florincoin-logo-135x135.png?raw=true "flat icon")
## Tools
Find files that aren't PSD'd yet
```
find . -regex '\(.*xcf\|.*psd\)$' | cut -d '.' -f 2 | uniq | awk '{print "."$1".xcf"}'
find . -regex '\(.*xcf\|.*psd\)$' | cut -d '.' -f 2 | sort | uniq -u | awk '{print "."$1".xcf"}'
```
Convert to psd
```
convert *.xcf *.psd
```

BIN
joey_headshot_1.psd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
rebrand/FLO_white_redbg.psd Normal file

Binary file not shown.

Binary file not shown.