9 lines
		
	
	
		
			198 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			198 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
 |