Get an Image ByteArray #1409
Answered
by
dlemstra
HEIC-to-JPEG-Dev
asked this question in
Help
-
What would be a good way to get an image as a byte array. I looked at ToByteArray, but that includes all the profile/exif stuff in addition to the image. Would removing the exif profile, then ToByteArray work or would it still contain more than just the image ? End goal here is to get a unique sha256 hash of the image. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Jul 6, 2023
Replies: 1 comment 3 replies
-
I think you could use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
HEIC-to-JPEG-Dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you could use
image.Signature
for this? This only looks at the pixels off the image.