wowowowowowowo so much stuff
This commit is contained in:
parent
fe21cb61e3
commit
2f40eaf000
249 changed files with 391 additions and 20 deletions
11
art/extract.sh
Executable file
11
art/extract.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "extracting colors from $1..."
|
||||
|
||||
NAME=`echo "$1" | cut -d'.' -f1`
|
||||
|
||||
convert $1 -channel R -separate "${NAME}_r.png"
|
||||
convert $1 -channel G -separate "${NAME}_g.png"
|
||||
convert $1 -channel B -separate "${NAME}_b.png"
|
||||
|
||||
echo "done!!!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue