Kaynağa Gözat

Added image autorotate script

Samuel W. Flint 9 yıl önce
ebeveyn
işleme
c7eda952aa
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      autorotate-image

+ 7 - 0
autorotate-image

@@ -0,0 +1,7 @@
+#!/bin/zsh -f
+
+OLD=$1
+NEW=${OLD}-new
+
+convert -auto-orient ${OLD} ${NEW}
+mv ${NEW} ${OLD}