You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got several images that report 'undefined' for imagesize. All other exif attributes look good.
These images have been exported from Lightroom like all my other images - I don't know what's special about them. Of the 8 I just exported, 3 have this issue. I've tried exporting again and still don't get a value for imagesize.
The other library I use for reading image size (for non jpeg formats) image-size is able to read the size fine.
I'm passing the first 65635 bytes to exif-parser like this: var imageData = readChunk.sync(fullPath, 0, 65635);
Example image:
The text was updated successfully, but these errors were encountered:
I've got several images that report 'undefined' for imagesize. All other exif attributes look good.
These images have been exported from Lightroom like all my other images - I don't know what's special about them. Of the 8 I just exported, 3 have this issue. I've tried exporting again and still don't get a value for imagesize.
The other library I use for reading image size (for non jpeg formats) image-size is able to read the size fine.
I'm passing the first 65635 bytes to exif-parser like this:
var imageData = readChunk.sync(fullPath, 0, 65635);
Example image:
The text was updated successfully, but these errors were encountered: