sips -- scriptable image processing system
画像のリサンプリング後にメモリを解放していません。
find /Users/parag/Desktop/image -iname "*.jp*g" -or -iname "*.gif" -or -iname "*.ti*f" -or -iname "*.png" -print0| xargs -0 sips -Z 800 -p 800 800
システムの空きメモリがダウンするたびに、非アクティブなメモリが起動し、コマンドの実行が終了しても同じように再起動します。MyImageフォルダには300枚の画像が含まれています。なぜメモリが解放されないのですか?
コマンドを実行する前に
後