Coder Social home page Coder Social logo

Comments (3)

mceachen avatar mceachen commented on June 2, 2024 1

v26.0.0 is released with this new option: https://photostructure.github.io/exiftool-vendored.js/interfaces/ExifToolOptions.html#ignoreMinorErrors

const { ExifTool } = require("exiftool-vendored")
new ExifTool({ ignoreMinorErrors: false }).read('evil.jpg').then(console.dir)

from exiftool-vendored.js.

mceachen avatar mceachen commented on June 2, 2024

but the exiftool command line tool will not hang.

I suspect you're not running exiftool with all of the options that this library uses:

time exiftool -json -struct -all -ignoreMinorErrors test/issue-181.jpg > out.json

real	0m24.980s
user	0m24.350s
sys	0m0.617s

And out.json is a 33 megabyte file. The photoshop:DocumentAncestors field has 792,787 items.

So: obviously, at least for that file, you don't want to -ignoreMinorErrors! ExifTool only parses the first 1000 items by default, but refuses to parse some files without that argument.

The next release will support disabling -ignoreMinorErrors via ExifToolOptions.

from exiftool-vendored.js.

cgatesman avatar cgatesman commented on June 2, 2024

Thanks so much @mceachen for the fast turn around on this!

from exiftool-vendored.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.