improve image hashing

This commit is contained in:
Ross
2023-12-26 17:11:02 +00:00
parent 8c0aaa82e2
commit 714f472da6
14 changed files with 183 additions and 42 deletions
+6
View File
@@ -222,6 +222,12 @@
console.log("image", image)
let bytesView = image.getPixelData()
let str = new TextDecoder("utf-8").decode(bytesView, );
console.log("bytes", bytesView)
console.log("str", str)
extractDicomDetails(image.data.byteArray)
});