gomfunkel / node-exif

A node.js library to extract Exif metadata from images.
MIT License
581 stars 104 forks source link

Not able to extract ColorSpace #49

Open canvas-manik opened 8 years ago

canvas-manik commented 8 years ago

Hi,

I am trying to extract the ColorSpace information for my images. But, it is failing for most of the images. Like for this one:

scmsophia-06dbcdca-5dbd-4eaf-a7d1-5f01ecc40f2c - orig

The data for this image is returned as:

{ image: { Artist: 'vedika dinkar sutar', ExifOffset: 2142, XPAuthor: [ 118, 0, 101, 0, 100, 0, 105, 0, 107, 0, 97, 0, 32, 0, 100, 0, 105, 0, 110, 0, 107, 0, 97, 0, 114, 0, 32, 0, 115, 0, 117, 0, 116, 0, 97, 0, 114, 0, 0, 0 ], Padding: <Buffer 1c ea 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... > }, thumbnail: {}, exif: { DateTimeOriginal: '2016:01:06 15:45:57', CreateDate: '2016:01:06 15:45:57', SubSecTimeOriginal: '84', SubSecTimeDigitized: '84', Padding: <Buffer 1c ea 00 00 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... > }, gps: {}, interoperability: {}, makernote: {} }