Tool that allows making operations on multiple images ie. resizing, cropping, flipping, adding effects. Replaces the original file.
mogrify -resize {{50%}} {{*.jpg}}
mogrify -resize {{800x600}} {{DSC*}}
mogrify -format {{jpg}} {{*.png}}
mogrify -modulate {{100,50}} {{*}}
mogrify -modulate {{200}} {{*}}