Git Product home page Git Product logo

Comments (1)

nickdimitroff avatar nickdimitroff commented on June 23, 2024

Not sure what's going on, but I hit a different error with this file. It didn't like this hdlr thing.

DEBUG HEIC: skipping <box 'hdlr'>

Was able to get past the error with this inside of get_parser in heic.py.

        except (IndexError, KeyError) as err:
            #raise NoParser(box.name) from err
            self.skip(box)

and get exif data out

...
INFO EXIF LensMake (ASCII): Apple
INFO EXIF LensModel (ASCII): iPhone XR back camera 4.25mm f/1.8
INFO EXIF LensSpecification (Ratio): [17/4, 17/4, 9/5, 9/5]
INFO EXIF MakerNote (Undefined): [65, 112, 112, 108, 101, 32, 105, 79, 83, 0, 0, 1, 77, 77, 0, 25, 0, 1, 0, 9, ... ]
INFO EXIF MeteringMode (Short): Pattern
INFO EXIF OffsetTime (ASCII): Z
...

May be a fix to #160

from exif-py.

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.