{"id":13508386,"url":"https://github.com/talklittle/thumbnex","last_synced_at":"2026-02-21T01:31:02.200Z","repository":{"id":48055309,"uuid":"65932069","full_name":"talklittle/thumbnex","owner":"talklittle","description":"Elixir library to create thumbnails from images and video screenshots.","archived":false,"fork":false,"pushed_at":"2024-06-30T22:38:18.000Z","size":277,"stargazers_count":75,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-21T18:46:56.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/thumbnex/","language":"Elixir","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/talklittle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-08-17T18:26:50.000Z","updated_at":"2025-01-31T18:39:23.000Z","dependencies_parsed_at":"2024-11-01T08:30:27.736Z","dependency_job_id":"c918ce2e-1d5f-4e8e-81f2-cba7f40eabb8","html_url":"https://github.com/talklittle/thumbnex","commit_stats":{"total_commits":83,"total_committers":7,"mean_commits":"11.857142857142858","dds":0.07228915662650603,"last_synced_commit":"157ddac28c009d2e78aa1e99deaf769be2bf2ac1"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/talklittle/thumbnex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talklittle%2Fthumbnex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talklittle%2Fthumbnex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talklittle%2Fthumbnex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talklittle%2Fthumbnex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/talklittle","download_url":"https://codeload.github.com/talklittle/thumbnex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talklittle%2Fthumbnex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29670124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"ssl_error","status_checked_at":"2026-02-20T23:52:33.807Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-01T02:00:52.365Z","updated_at":"2026-02-21T01:31:02.167Z","avatar_url":"https://github.com/talklittle.png","language":"Elixir","funding_links":[],"categories":["Images"],"sub_categories":[],"readme":"# Thumbnex\n\n[![Build Status](https://github.com/talklittle/thumbnex/actions/workflows/ci.yml/badge.svg)](https://github.com/talklittle/thumbnex/actions?query=workflow%3ACI)\n[![Module Version](https://img.shields.io/hexpm/v/thumbnex.svg)](https://hex.pm/packages/thumbnex)\n\nElixir library to generate thumbnails from images and videos.\n\nDocumentation: https://hexdocs.pm/thumbnex/\n\n## Installation\n\nAdd `:thumbnex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:thumbnex, \"~\u003e 0.5.1\"}\n  ]\nend\n```\n\n## Prerequisites\n\n* [ImageMagick](https://imagemagick.org)\n* [FFmpeg](https://ffmpeg.org)\n\n## Release notes\n\nSee the [changelog](./CHANGELOG.md) for changes between versions.\n\n## Examples\n\nCreate a regular thumbnail:\n\n```elixir\nThumbnex.create_thumbnail(\n  \"/path/to/input.mp4\",\n  \"/path/to/output.jpg\",\n  max_width: 200,\n  max_height: 200\n)\n```\n\nCreate a lightweight animated GIF preview:\n\n```elixir\nThumbnex.animated_gif_thumbnail(\n  \"/path/to/input.mp4\",\n  \"/path/to/output.gif\",\n  frame_count: 4,\n  fps: 1\n)\n```\n\n## Copyright and License\n\nCopyright (c) 2024 Andrew Shu\n\nThumbnex source code is licensed under the [MIT License](./LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalklittle%2Fthumbnex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalklittle%2Fthumbnex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalklittle%2Fthumbnex/lists"}