mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +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": {
|
||||
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"),
|
||||
|
||||
Reference in New Issue
Block a user