ExifReader
ExifReader copied to clipboard
A JavaScript Exif info parser.
How can I get the raw exif data from the image file in the format like the following?: ``` { 271: "Apple", 272: "iPhone XS", 274: 1, 282: 72, 283:...
This is something that i had to add to stop complaining from compiler on my code: ```ts import type {ExpandedTags} from "exifreader"; import DataTable from "primevue/datatable"; import Column from "primevue/column";...
### Description Exif's GPSLatitude & GPSLongitude type definition should be number[][] rather than number[]. [getCalculatedGpsValue](https://github.com/mattiasw/ExifReader/blob/main/src/tag-names-utils.js#L27C17-L27C38) expects each of its first 3 function parameters (degrees, minutes, seconds) to be a `number[]`....
Can you support the acquisition of PictureStyle objects? This information exists in the photos taken by Canon and other professional cameras. Just like the data below. This is obtained from...