Skip to content

Problematic behavior when image size not in Exif #58

@ezwelty

Description

@ezwelty

In some cases, image size is not included in the Exif. If Image is called without an image size specified, it will fetch it from Exif.imgsz but not check whether the result is None. Setting Camera.imgsz to None results in the bizarre [-9223372036854775808, -9223372036854775808] due to casting to integer data type, which then causes other issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions