Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@atombrenner/exif-reader
Advanced tools
A small EXIF image metadata reader.
npm install exif-reader
var exif = require('exif-reader');
// decode raw exif data from a buffer
var metadata = exif(buf);
Support is also built into jpg-stream for extracting EXIF data from JPEGs using this module.
Resulting properties are grouped as follows:
bigEndian
: determines the endianness of the buffers (in case of non-ascii data)Image
: basic TIFF properties about the imageThumbnail
: basic TIFF properties about the embedded thumbnailPhoto
: full exif dataGPSInfo
: GPS/location data about the imageIop
: interoperability informationNot all of these properties will always be defined.
All standard Exif tags are supported.
Here is some example output:
{
bigEndian: false,
Image: {
ImageWidth: 2448,
ImageLength: 3264,
Make: 'Google',
Model: 'Pixel 4a (5G)',
Orientation: 1,
XResolution: 72,
YResolution: 72,
ResolutionUnit: 2,
Software: 'HDR+ 1.0.520435816zp',
DateTime: 2023-05-20T16:54:06.000Z,
YCbCrPositioning: 1,
ExifTag: 248,
GPSTag: 988
},
Thumbnail: {
ImageWidth: 256,
ImageLength: 341,
Compression: 6,
Orientation: 1,
XResolution: 72,
YResolution: 72,
ResolutionUnit: 2,
JPEGInterchangeFormat: 1311,
JPEGInterchangeFormatLength: 7512
},
Photo: {
ExposureTime: 0.024458,
FNumber: 2,
ExposureProgram: 2,
ISOSpeedRatings: 77,
ExifVersion: <Buffer 30 32 33 32>,
DateTimeOriginal: 2023-05-20T16:54:06.000Z,
DateTimeDigitized: 2023-05-20T16:54:06.000Z,
OffsetTime: '+02:00',
OffsetTimeOriginal: '+02:00',
OffsetTimeDigitized: '+02:00',
ComponentsConfiguration: <Buffer 01 02 03 00>,
ShutterSpeedValue: 5.35,
ApertureValue: 2,
BrightnessValue: 2.73,
ExposureBiasValue: 0,
MaxApertureValue: 2,
SubjectDistance: 0.35,
MeteringMode: 2,
Flash: 16,
FocalLength: 2.57,
SubSecTime: '827',
SubSecTimeOriginal: '827',
SubSecTimeDigitized: '827',
FlashpixVersion: <Buffer 30 31 30 30>,
ColorSpace: 1,
PixelXDimension: 2448,
PixelYDimension: 3264,
InteroperabilityTag: 958,
SensingMethod: 2,
SceneType: <Buffer 01>,
CustomRendered: 1,
ExposureMode: 0,
WhiteBalance: 0,
DigitalZoomRatio: 1.2,
FocalLengthIn35mmFilm: 24,
SceneCaptureType: 0,
Contrast: 0,
Saturation: 0,
Sharpness: 0,
SubjectDistanceRange: 1,
LensMake: 'Google',
LensModel: 'Pixel 4a (5G) front camera 2.57mm f/2.0',
CompositeImage: 3
},
GPSInfo: {
GPSLatitudeRef: 'N',
GPSLatitude: [ 48, 5, 2.01 ],
GPSLongitudeRef: 'E',
GPSLongitude: [ 11, 37, 54.65 ],
GPSAltitudeRef: 0,
GPSAltitude: 596.1,
GPSTimeStamp: [ 14, 53, 42 ],
GPSDateStamp: '2023:05:20'
},
Iop: {
InteroperabilityIndex: 'R98',
InteroperabilityVersion: <Buffer 30 31 30 30>
}
}
MIT
FAQs
A small EXIF image metadata reader
The npm package @atombrenner/exif-reader receives a total of 0 weekly downloads. As such, @atombrenner/exif-reader popularity was classified as not popular.
We found that @atombrenner/exif-reader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.