https://github.com/robjtede/electron-exif-rotate
Automatically rotate images based on EXIF metadata in Electron windows
https://github.com/robjtede/electron-exif-rotate
Last synced: 9 months ago
JSON representation
Automatically rotate images based on EXIF metadata in Electron windows
- Host: GitHub
- URL: https://github.com/robjtede/electron-exif-rotate
- Owner: robjtede
- License: mit
- Created: 2018-07-15T17:04:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T12:56:52.000Z (over 7 years ago)
- Last Synced: 2025-04-02T11:24:47.527Z (9 months ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-exif-rotate
> Automatically rotate images based on EXIF metadata in Electron windows
## Usage
```js
import { install as installExifRotate } from 'electron-exif-rotate'
app.on('ready', () => {
// must be called after ready event
// configure HTTPS interceptor for auto image rotation
installExifRotate()
})
```
## Compatibility
`electron-exif-rotate` supports `electron >= 1`.
A Typscript definition is included.