lensfun 0.7.0

Pure-Rust port of LensFun: camera lens correction (distortion, TCA, vignetting) without C dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Bundled lensfun database

These XML files come from the upstream [LensFun](https://github.com/lensfun/lensfun) project under the **CC-BY-SA 3.0** license. They are bundled with `lensfun-rs` for convenience and to support the integration tests.

`timestamp.txt` records the upstream snapshot epoch.

## Attribution

The lens calibration data is the work of the LensFun community. Please credit them when redistributing or modifying these files (CC-BY-SA 3.0).

## Updating

```bash
# From the repo root:
rsync -a --delete related-repos/lensfun/data/db/ data/db/
```

(The `related-repos/` clone is gitignored; see `CONTRIBUTING.md`.)