I have many JPEG files in folder D:\folder. I want to delete all metadata from all JPEG files in this folder. I used ImageMagick. I made:
magick mogrify -strip "D:\folder\*"
Am I right?
I have many JPEG files in folder D:\folder. I want to delete all metadata from all JPEG files in this folder. I used ImageMagick. I made:
magick mogrify -strip "D:\folder\*"
Am I right?