{"id":28438906,"url":"https://github.com/elixir-vision/zbar","last_synced_at":"2025-12-11T23:36:18.399Z","repository":{"id":52634786,"uuid":"117381585","full_name":"elixir-vision/zbar","owner":"elixir-vision","description":"Basic wrapper around a zbar barcode-scanning library","archived":false,"fork":false,"pushed_at":"2023-08-20T20:19:41.000Z","size":20,"stargazers_count":14,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-16T19:10:44.480Z","etag":null,"topics":["barcodes","elixir","hacktoberfest","nerves-project","zbar"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elixir-vision.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-13T21:57:12.000Z","updated_at":"2022-09-21T19:33:21.000Z","dependencies_parsed_at":"2022-08-21T09:40:39.935Z","dependency_job_id":null,"html_url":"https://github.com/elixir-vision/zbar","commit_stats":null,"previous_names":["elixir-vision/zbar-elixir"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/elixir-vision/zbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-vision%2Fzbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-vision%2Fzbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-vision%2Fzbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-vision%2Fzbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-vision","download_url":"https://codeload.github.com/elixir-vision/zbar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-vision%2Fzbar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262513625,"owners_count":23322661,"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":["barcodes","elixir","hacktoberfest","nerves-project","zbar"],"created_at":"2025-06-06T01:40:35.464Z","updated_at":"2025-12-11T23:36:18.335Z","avatar_url":"https://github.com/elixir-vision.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zbar\n\nScan one or more barcodes from a JPEG image.\n\nThe API for this library is very simple:\n\n```elixir\niex\u003e File.read!(\"QR_REF1.jpg\") |\u003e Zbar.scan()\n%Zbar.Symbol{\n  data: \"REF1\",\n  points: [{40, 40}, {40, 250}, {250, 250}, {250, 40}],\n  quality: 1,\n  type: \"QR-Code\"\n}\n```\n\nMore detailed API documentation can be found at\n[https://hexdocs.pm/zbar](https://hexdocs.pm/zbar).\n\n## Installation\n\nThis package is [available in Hex](https://hex.pm/packages/zbar) and can be\ninstalled by adding `:zbar` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:zbar, \"~\u003e 0.2\"}]\nend\n```\n\nYou will also need to have `zbar` and `libjpeg` installed in order to compile\nthe required native code. On OSX with Homebrew, this is as simple as:\n\n```bash\n$ brew install zbar libjpeg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-vision%2Fzbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-vision%2Fzbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-vision%2Fzbar/lists"}