mirror of
https://github.com/gchq/CyberChef
synced 2025-12-12 22:33:20 +00:00
Only reference JPEGs in removeEXIF description to be more clear
This commit is contained in:
@@ -3390,9 +3390,9 @@ const OperationConfig = {
|
|||||||
},
|
},
|
||||||
"Remove EXIF": {
|
"Remove EXIF": {
|
||||||
description: [
|
description: [
|
||||||
"Removes EXIF data from an image.",
|
"Removes EXIF data from a JPEG image.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"EXIF data is metadata embedded in images (JPEG, JPG, TIFF) and audio files.",
|
"EXIF data is metadata embedded in JPEGs.",
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
"EXIF data from photos usually contains information about the image file itself as well as the device used to create it.",
|
"EXIF data from photos usually contains information about the image file itself as well as the device used to create it.",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|||||||
Reference in New Issue
Block a user