Created
April 20, 2020 13:06
-
-
Save atilaromero/bdaf8fffede04bc41c4dd640edcd17f7 to your computer and use it in GitHub Desktop.
imagem para laudo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ../fotos2 | |
ls | while read i | |
do | |
convert $i -orient TopLeft -quality 50 -set filename:x '%t' ../fotos2/%[filename:x].JPG | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment