11 lines
200 B
Bash
Executable File
11 lines
200 B
Bash
Executable File
# ------------- FILE INFO OUTPUT
|
|
echo $1
|
|
|
|
|
|
# ------------- RESIZE IMAGE (512, 1024, 2048, 4096 pixels de haut)
|
|
#convert $1 -resize 768x512 $1.768x512
|
|
|
|
|
|
# ------------- HACHAGE
|
|
python ./hacheuur.py $1
|