{"id":13822757,"url":"https://github.com/kamadak/exif-rs","last_synced_at":"2025-04-10T04:49:16.234Z","repository":{"id":41225917,"uuid":"77692192","full_name":"kamadak/exif-rs","owner":"kamadak","description":"Exif parsing library written in pure Rust","archived":false,"fork":false,"pushed_at":"2025-01-02T08:38:31.000Z","size":285,"stargazers_count":218,"open_issues_count":19,"forks_count":48,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-03T02:24:56.510Z","etag":null,"topics":["exif","jpeg","parser","reader","rust","tiff"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamadak.png","metadata":{"files":{"readme":"README","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-30T14:51:30.000Z","updated_at":"2025-03-22T02:28:23.000Z","dependencies_parsed_at":"2024-06-18T19:44:16.260Z","dependency_job_id":"de3bd17e-beb8-4fe7-b932-3b02092cb5bb","html_url":"https://github.com/kamadak/exif-rs","commit_stats":{"total_commits":227,"total_committers":5,"mean_commits":45.4,"dds":"0.017621145374449365","last_synced_commit":"a8883a6597f2ba9eb8c9b1cb38bfa61a5cc67837"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fexif-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fexif-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fexif-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamadak%2Fexif-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamadak","download_url":"https://codeload.github.com/kamadak/exif-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161244,"owners_count":21057552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exif","jpeg","parser","reader","rust","tiff"],"created_at":"2024-08-04T08:02:16.021Z","updated_at":"2025-04-10T04:49:16.214Z","avatar_url":"https://github.com/kamadak.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"Exif parsing library written in pure Rust\n-----------------------------------------\n\n   This is a pure-Rust library to parse Exif data.\n   This library parses Exif attributes in a raw Exif data block.\n   It can also read Exif data directly from some image formats.\n\n   Supported formats are:\n   -  TIFF and some RAW image formats based on it\n   -  JPEG\n   -  HEIF and coding-specific variations including HEIC and AVIF\n   -  PNG\n   -  WebP\n\nUsage\n-----\n\n   Add a dependency entry to your Cargo.toml.  Specify \"kamadak-exif\"\n   if you use crates.io.  The canonical name of this crate is \"exif\",\n   but it is renamed on crates.io to avoid a naming conflict.\n\n      [dependencies]\n      kamadak-exif = \"x.y.z\"\n\n   Add the following to your crate root (before Rust 2018).\n\n      extern crate exif;\n\n   Run \"cargo doc\" in the source directory to generate the API reference.\n   It is also available online at \u003chttps://docs.rs/kamadak-exif\u003e.\n\n   See examples directory for sample codes.\n\nDependencies\n------------\n\n   Rust 1.60 or later is required to build.\n\nStandards\n---------\n\n   -  Exif Version 2.32\n   -  DCF Version 2.0 (Edition 2010)\n   -  TIFF Revision 6.0\n   -  ISO/IEC 14496-12:2015\n   -  ISO/IEC 23008-12:2017\n   -  PNG Specification, Version 1.2\n   -  Extensions to the PNG 1.2 Specification, version 1.5.0\n   -  WebP Container Specification, committed on 2018-04-20\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamadak%2Fexif-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamadak%2Fexif-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamadak%2Fexif-rs/lists"}