{"id":19312217,"url":"https://github.com/dpostolachi/elxvips","last_synced_at":"2025-07-29T06:08:07.218Z","repository":{"id":52816853,"uuid":"279588547","full_name":"dpostolachi/elxvips","owner":"dpostolachi","description":"Image processing in Elixir with NIF Bindings to libvips through rustler","archived":false,"fork":false,"pushed_at":"2025-04-23T14:43:00.000Z","size":13673,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T14:01:02.593Z","etag":null,"topics":["elixir","image-processing","libvips"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpostolachi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2020-07-14T13:10:50.000Z","updated_at":"2025-04-23T14:43:04.000Z","dependencies_parsed_at":"2024-04-05T22:28:39.050Z","dependency_job_id":"04abd307-410e-44ff-a8d6-6c067c56db7a","html_url":"https://github.com/dpostolachi/elxvips","commit_stats":{"total_commits":99,"total_committers":3,"mean_commits":33.0,"dds":"0.21212121212121215","last_synced_commit":"53ac3766eb42de6fd50e3a4212803a4678af36e9"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dpostolachi/elxvips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Felxvips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Felxvips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Felxvips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Felxvips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpostolachi","download_url":"https://codeload.github.com/dpostolachi/elxvips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpostolachi%2Felxvips/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267638966,"owners_count":24119765,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["elixir","image-processing","libvips"],"created_at":"2024-11-10T00:33:40.293Z","updated_at":"2025-07-29T06:08:07.206Z","avatar_url":"https://github.com/dpostolachi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elxvips\n[![Build Status](https://travis-ci.org/dpostolachi/elxvips.png?branch=master)](https://travis-ci.org/dpostolachi/elxvips)\n\nExperimental Elixir bindings to libvips for image processing, since it's supposed to be [faster](https://github.com/libvips/libvips/wiki/Speed-and-memory-use) than GraphicsMagick/ImageMagick. It is based on the existing Rust [bindings](https://github.com/augustocdias/libvips-rust-bindings) to libVips. To make it work you will require libVips. Please refer to [Dockerfile](https://github.com/dpostolachi/elxvips/blob/master/Dockerfile) for dependencies.\n\n## Documentation\n\nFull documentation can be found at [https://hexdocs.pm/elxvips](https://hexdocs.pm/elxvips/Elxvips.html).\n\n## Example\n\n```elixir\nimport Elxvips\n\nfrom_file( \"image.png\" )\n|\u003e resize( height: 100 )\n|\u003e jpg( strip: true )\n|\u003e to_file( \"output.jpg\" )\n{ :ok, %ImageFile{} }\n```\n\n## Installation\n\nThe [package](https://hex.pm/packages/elxvips) can be installed by adding `elxvips` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:elxvips, \"~\u003e 0.1.7\"}\n  ]\nend\n```\n\n\n## Precompiled NIFs\n\nSince version `0.1.3` Elxvips comes with some precompiled nifs, and depends only on libvips.\n\n### Installing libvips\n\n#### MacOS\n```bash\nbrew install vips llvm\n```\n\n#### Ubuntu/Debian\n```bash\napt install libvips\n```\n\n### Install build dependencies\n\nIn case you require to compile the nifs from source, you would need to install rust and pkg-config.\n\n#### MacOS\n```bash\n# install rust if not already installed\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n\n#### Ubuntu/Debian\n```bash\n# install rust if not already installed\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n\napt install rustc clang\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpostolachi%2Felxvips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpostolachi%2Felxvips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpostolachi%2Felxvips/lists"}