Cross-platform desktop app to parse and display EXIF headers from images.
📦 Download latest macOS release
Features • Development • License
- 📄 Supports multiple file types (JPG/JPEG, PNG, TIF/TIFF, HEIC)
- 🕶 Dark mode support for macOS
- 💧 Drag and drop files
- 🚀 Fast parsing and UI
Make sure you have met the requirements listed here: https://docs.nodegui.org/#/tutorial/development-environment
npm install
npm start
Currently fails on macOS, waiting on: nodegui/nodegui#939
EXIF Reader is packaged with @nodegui/packer.
This has already been run for macOS, but you'll need to run it for other platforms.
npx nodegui-packer --init 'EXIF Reader'
This creates the deploy
directory with a template. Here you can add icons, change the app name, description and add other native features or dependencies. Make sure you commit this directory.
Creates the JavaScript bundle along with assets inside the dist
directory:
npm run build
Build the distributable based on the template, the output is in the /deploy/<platform>/build
directory (ignored in git):
npm run package
Recent versions of nodegui
have proved problematic building.
pushd node_modules/@nodegui/nodegui
npm run build:addon
popd
MIT