Changes

Created page with "==JPG== This command works well to shrink 6MB JPGs from my DSLR to a more manageable 300kB. You may need to adjust your -resize command. Check out the reference links for de..."
==JPG==
This command works well to shrink 6MB JPGs from my DSLR to a more manageable 300kB. You may need to adjust your -resize command. Check out the reference links for details (especially on the gaussian-blur).
<pre>mogrify -strip -interlace Plane -gaussian-blur 0.05 -quality 85% -resize 2144x1424 -path ./sm *.JPG</pre>

==References==
*https://stackoverflow.com/questions/7261855/recommendation-for-compressing-jpg-files-with-imagemagick
*https://stackoverflow.com/questions/14304480/batch-resize-images-and-output-images-to-new-folder-with-imagemagick