mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Remove duplicate function.
Fix reading QR codes with transparent backgrounds
This commit is contained in:
parent
be08a62f52
commit
1135ca5fb4
2 changed files with 2 additions and 16 deletions
|
@ -33,6 +33,8 @@ export async function parseQrCode(input, normalise) {
|
|||
image.background(0xFFFFFFFF);
|
||||
image.normalize();
|
||||
image.greyscale();
|
||||
image = await image.getBufferAsync(jimp.MIME_JPEG);
|
||||
image = await jimp.read(image);
|
||||
}
|
||||
} catch (err) {
|
||||
throw new OperationError(`Error normalising iamge. (${err})`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue