Skip to content

Add support for multi-valued signed rationals

Patrick requested to merge buergi/exif:multi-srational into master

GpsLatitude and GpsLongitude are often implemented as SRATIONAL triplets. Without this modification the corresponding values cannot be modified in such images.

Just as mentioned in the previous merge requests, some unrelated CI checks do currently fail, fixes are already contained in Merge Request !56 (merged), so I don't added them again to prevent merge conflicts.

Merge request reports