Formatting code for Imaging
{{parent page="MultiMedia"}}
===Auto rotation of jpeg files using exif info===
%%
jhead -autorot <files>
%%
===Batch resize of images===
%%
mogrify --resize 1280 <files>
%%
===Auto rotation of jpeg files using exif info===
%%
jhead -autorot <files>
%%
===Batch resize of images===
%%
mogrify --resize 1280 <files>
%%