-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Thanks for your library. It's very well made and the API is a beauty to use.
I just wonder if there is a way to inspect at what point the header was found. For example something like below:
ExifReader.load(e.target.result).then((metadata, headerStart, headerEnd) => {
// Upload the header of the file..
})
The reason I need this, is because I need to send the raw header to the backend (in order to support various media file and not only JPG). At the moment I need to send 256KB of data regardless if the header is only in the first 512 bytes for example. This becomes a real issue when dealing with 100s of files.
Are there plans to support this? Or is it something that already exists?
Metadata
Metadata
Assignees
Labels
No labels