$ convert ${in_file} -auto-orient ${out_file}
$ find . -type f -name '*.jpg' | xargs -P ${thread_num} -I@ convert @ -auto-orient @