Sobesednik / node-exiftool

A Node.js interface to exiftool command-line application.
MIT License
91 stars 15 forks source link

unable to retrieve a tag data in php #42

Closed MahmoudYaser1 closed 6 years ago

MahmoudYaser1 commented 6 years ago

i am working on a project uses this library to store some information inside exif data in an image ... it works just fine with images that have ExifByteOrder=Little-endian take a look at the Comment tag untitled-1 but it doesn't work with ExifByteOrder=Big-endian untitled-2

i found this http://u88.n24.queensu.ca/exiftool/forum/index.php?topic=3539.0 to modifying the ExifByteOrder and i tried it using your library but with no success .. can you please help me !!

MahmoudYaser1 commented 6 years ago

Hi, Mr.Phil solve this in this thread so we can implement it now by using it in the args like this ep.writeMetadata('destination.jpg', { metadata }, [args])) Thanks to Mr.Phil Harvey