improve image hashing
This commit is contained in:
@@ -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)
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user