Tags

Tags give the ability to mark specific points in history as being important
  • 1.10.1

    protected
    18a8a797 · Release 1.10.1 ·
    Release 1.10.1
    
    ### Added
    
    - Support for writing pitch, yaw and roll values in XMP tags.
  • 1.10.0

    protected
    8404d1cf · Release 1.10.0 ·
    Release 1.10.0
  • 1.9.0

    protected
    e0b55ca1 · Release 1.9.0 ·
    Release 1.9.0
  • 1.8.3

    protected
    3ed085d5 · Release 1.8.3 ·
    Release 1.8.3
    
    ### Fixed
    
    - Fix a memory leak when writing exif tags
  • 1.8.2

    protected
    585b67a8 · Release 1.8.2 ·
    Release 1.8.2
  • 1.8.1

    protected
    be8ffcf5 · Release 1.8.1 ·
    Release 1.8.1
  • 1.8.0

    protected
    9f928ee8 · Release 1.8.0 ·
    Release 1.8.0
    
    - Improved duplicates detection, now the whole sequence is deduplicated, not only the consecutive pictures
    - **Breaking Change** Now the `duplicate_pictures` in the report is a list of `Duplicate` (instead of `Picture`), so we can get more information about the duplicate.
  • 1.7.0

    protected
    caa25cb6 · Release 1.7.0 ·
    Release 1.7.0
    
    ### Changed
    
    - Better support of cylindrical images.
  • 1.6.0

    protected
    9402a43c · Release 1.6.0 ·
    Release 1.6.0
    
    ### Added
    
    - Add a new method `getPictureMetadata` to extract metadata from already read metadata. This will be useful to parse again the metadata from a picture without rereading the file after updates of the metadata parsing.
    
    ### Changed
    
    - Change signature of `camera.is_360` to specify `width` and `height` parameters as integers.
    - Default GPS precision for Qoocam cameras is set to 4 meters.
  • 1.5.0

    protected
    3fe80653 · Release 1.5.0 ·
    Release 1.5.0
    
    ### Changed
    
    - Update all required libraries (especially [timezonefinder](https://github.com/jannikmi/timezonefinder/) and its [h3-py](https://github.com/uber/h3-py) dependency) to avoid an installation issue on Windows.
    - Minimal required version is now python 3.9 (it was needed by a dependency, and python 3.8 has reached end of life on october 2024).
  • 1.4.2

    protected
    8426ed27 · Release 1.4.2 ·
    Release 1.4.2
  • 1.4.1

    protected
    8504ee64 · Release 1.4.1 ·
    Release 1.4.1
    
    ### Added
    
    - Field of view is also computed based on focal length and its equivalent in 35mm format (based on ExifTool formula).
    
    ### Fixed
    
    - GPS horizontal precision and dilution of precision are also read from fraction values.
  • 1.4.0

    protected
    3f3cf0ad · Release 1.4.0 ·
    Release 1.4.0
  • 1.3.3

    protected
    965e1498 · Release 1.3.3 ·
    Release 1.3.3
  • 1.3.2

    protected
    61829084 · Release 1.3.2 ·
    Release 1.3.2
    
    ### Changed
    
    - Update some dependencies and especially pyexiv2 that is now compatible with python 3.13
  • 1.3.1

    protected
    5bf38fe5 · Release 1.3.1 ·
    Release 1.3.1
    
    ### Changed
    
    - Checks for 360° pictures now use the width/height from image itself (instead of metadata, that could not be set)
  • 1.3.0

    protected
    4d094086 · Release 1.3.0 ·
    Release 1.3.0
  • 1.2.0

    protected
    c1be51b6 · Release 1.2.0 ·
    [1.2.0] - 2024-07-30
    
    ### Added
    
    - A new module `sequence` is available through Python to dispatch a set of pictures (based on their metadata) into several sequences, based on de-duplicate and split parameters. This is based on existing code previously stored in [command-line client](https://gitlab.com/panoramax/clients/cli), moved here to be shared between API and CLI.
    
    ### Changed
    
    - Reader offers a `yaw` value (360° sphere correction), distinct from `heading` (GPS direction). EXIF tags are read a bit differently to reflect this : `yaw` comes from `Xmp.Camera.Yaw & Xmp.GPano.PoseHeadingDegrees`, `heading` from `Exif.GPSInfo.GPSImgDirection & MAPCompassHeading`.
  • 1.1.5

    protected
    724c7963 · Release 1.1.5 ·
    Release 1.1.5
  • 1.1.4

    protected
    6dabd739 · Release 1.1.4 ·
    Release 1.1.4