how to find all images in a directory and its sub-directories, with types gif, jpg, jpeg, png, ico, and run mogrify -strip your_filename.jpg on them?
Can the command mogrify -strip corrupt an image?
Also can the command mogrify -strip be run on a gif file?