exiv2
Version, currently 0.1.12 versions
- 0.1.1latestMar 1, 2020
- 0.1.0not indexedMar 1, 2020
github.com/y2k2mt/exiv2.cr
Crystal binding for libgexiv2
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
exiv2:
github: y2k2mt/exiv2.cr
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
0.33.0- License
- MIT
- Author
- y2k2mt
Dependencies
Development Dependencies
- ameba~> 0.11.0github: crystal-ameba/amebadev
README
exiv2.cr
Crystal binding to libgexiv2.
Extracting EXIF,IPTC and XMP metadata in photo and video files.
Installation
-
Install
libgexiv2:$ sudo apt install libgexiv2-dev -
Add the dependency to your
shard.yml:dependencies: exiv2: github: y2k2mt/exiv2.cr version: 0.1.1 -
Run
shards install
Usage
require "exiv2"
metadata = Exiv2::Metadata.new "/somewhere/image.jpg"
metadata.model # e.g. "Canon EOS 40D"
Contributing
- Fork it (https://github.com/your-github-user/exiv2.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- y2k2mt - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- Mar 1, 2020
- Commit
108379ad5f16- Crystal
0.33.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/y2k2mt/exiv2.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 2