Ce projet essai, en partant d'une IMAGESOURCE de : - appliquer des effets à l'image - la redimmensionner - changer son mode de couleur - la HAACHEER...
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# ------------- 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
|
|
|