https://github.com/hfiguiere/aplib-extractor
Extractor for Apple Aperture™ libraries. - Written in Rust
https://github.com/hfiguiere/aplib-extractor
aperture macos photo photography rust rust-crate
Last synced: 8 months ago
JSON representation
Extractor for Apple Aperture™ libraries. - Written in Rust
- Host: GitHub
- URL: https://github.com/hfiguiere/aplib-extractor
- Owner: hfiguiere
- License: mpl-2.0
- Created: 2015-12-22T02:47:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T22:29:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T08:23:20.288Z (over 1 year ago)
- Topics: aperture, macos, photo, photography, rust, rust-crate
- Language: Rust
- Homepage:
- Size: 227 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
aplib extractor
===============
Extract the data from Apple Aperture™ libraries in order to facilitate
importing it into another application.
Supported version are 3.x up to 3.6 (the final version).
This is written in Rust.
Requires:
- Rust and cargo (edition 2018)
- exempi (pulled by the exempi2 crate)
Building
--------
If you use this in your project, just add to your Cargo.toml:
```toml
aplib-extractor = { version = "0.1.0", default-features = false }
```
To build the dumper tool:
```shell
$ cargo build
```
Other
-----
If you are interested in extracting Lightroom catalogs, there is the
`lrcat` crate.
License
-------
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
See the LICENSE file in this repository.
Maintainer:
Hubert Figuière