Only reference JPEGs in removeEXIF description to be more clear

This commit is contained in:
David Moodie 2017-06-07 19:51:09 +01:00
parent 3bfe22c0f7
commit 0968912954

View file

@ -3390,9 +3390,9 @@ const OperationConfig = {
},
"Remove EXIF": {
description: [
"Removes EXIF data from an image.",
"Removes EXIF data from a JPEG image.",
"<br><br>",
"EXIF data is metadata embedded in images (JPEG, JPG, TIFF) and audio files.",
"EXIF data is metadata embedded in JPEGs.",
"<br><br>",
"EXIF data from photos usually contains information about the image file itself as well as the device used to create it.",
].join("\n"),