If I run:
Code: Select all
mogrify recovered.gif
My question is: What options do I need to give mogrify, in the general case (ideally for all image types that it supports, but certainly common ones like jpg,png,gif) to ensure that all it does is load the file and save an identical copy (other than stripping off the rubbish). I don't want to lose meta data or re-encode/re-compress the image in any way. Indeed, is it sufficient to just not tell it to do anything (as above) to be sure that it does nothing, which would normally be pointless but in this case extremely useful?