-
Would love to be able to get JPEG data from NEF files and use that in-memory data to display in an existing electron window. Seems like I have to write to file and read from file. |
Beta Was this translation helpful? Give feedback.
Answered by
mceachen
Mar 25, 2024
Replies: 1 comment
-
Electron is a bear to get packaged cross-platform. Once it's there, you'll need to do a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mceachen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Electron is a bear to get packaged cross-platform.
Once it's there, you'll need to do a
.read()
call to see what embedded images are available, and then extract the preview: https://photostructure.github.io/exiftool-vendored.js/#md:extracting-embedded-images