What can be more convenient than:
or even
Where directory is a path to some directory (can be . for the current directory) and -R means "anything below it".
ExifTool is a free application available on all platforms. Downloading it and using it is likely to be a lot faster than installing an equivzlent pugin for Gimp.
Code:
exiftool -all= *.jpg
or even
Code:
exiftool -R -all= directory
Where directory is a path to some directory (can be . for the current directory) and -R means "anything below it".
ExifTool is a free application available on all platforms. Downloading it and using it is likely to be a lot faster than installing an equivzlent pugin for Gimp.