mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Add desc and fix error message for "Extract EXIF"
This commit is contained in:
@@ -3315,6 +3315,11 @@ const OperationConfig = {
|
||||
},
|
||||
"Extract EXIF": {
|
||||
description: [
|
||||
"Extracts EXIF data from an image.",
|
||||
"<br><br>",
|
||||
"EXIF data is metadata embedded in images (JPEG, JPG, TIFF) and audio files.",
|
||||
"<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"),
|
||||
run: Image.runEXIF,
|
||||
inputType: "byteArray",
|
||||
|
||||
Reference in New Issue
Block a user