mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Only reference JPEGs in removeEXIF description to be more clear
This commit is contained in:
parent
3bfe22c0f7
commit
0968912954
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue