PSD
* README now includes command-line find xcf * Added PSD files for each xcf in repo
This commit is contained in:
parent
7942f0c989
commit
678b1e3c6c
15
README.md
15
README.md
@ -42,3 +42,18 @@ Before the rebrand these graphics were used for Florincoin(FLO):
|
||||
|
||||
## 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
BIN
joey_headshot_1.psd
Normal file
Binary file not shown.
BIN
marketing/apps/blockchain_backend_apps.psd
Normal file
BIN
marketing/apps/blockchain_backend_apps.psd
Normal file
Binary file not shown.
BIN
marketing/events/dweb_08_01_b.psd
Normal file
BIN
marketing/events/dweb_08_01_b.psd
Normal file
Binary file not shown.
BIN
marketing/events/dweb_08_01_c.psd
Normal file
BIN
marketing/events/dweb_08_01_c.psd
Normal file
Binary file not shown.
BIN
marketing/events/dweb_08_01_d.psd
Normal file
BIN
marketing/events/dweb_08_01_d.psd
Normal file
Binary file not shown.
Binary file not shown.
BIN
marketing/social/wechat/wechat_8_6.psd
Normal file
BIN
marketing/social/wechat/wechat_8_6.psd
Normal file
Binary file not shown.
BIN
rebrand/FLO_white_redbg.psd
Normal file
BIN
rebrand/FLO_white_redbg.psd
Normal file
Binary file not shown.
BIN
rebrand/flo_white_redorangebg.psd
Normal file
BIN
rebrand/flo_white_redorangebg.psd
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user