mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Newlines
This commit is contained in:
parent
ad74e6c475
commit
62154309fb
2 changed files with 3 additions and 2 deletions
|
@ -3348,8 +3348,7 @@ const OperationConfig = {
|
||||||
run: Image.runEXIF,
|
run: Image.runEXIF,
|
||||||
inputType: "byteArray",
|
inputType: "byteArray",
|
||||||
outputType: "string",
|
outputType: "string",
|
||||||
args: [
|
args: [],
|
||||||
],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ import Utils from "../Utils.js";
|
||||||
* @namespace
|
* @namespace
|
||||||
*/
|
*/
|
||||||
const Image = {
|
const Image = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extract EXIF operation.
|
* Extract EXIF operation.
|
||||||
*
|
*
|
||||||
|
@ -40,6 +41,7 @@ const Image = {
|
||||||
throw "Could not extract EXIF data from image: " + err;
|
throw "Could not extract EXIF data from image: " + err;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Image;
|
export default Image;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue