{"id":26662842,"url":"https://github.com/speciesfilegroup/sqed","last_synced_at":"2026-02-28T13:32:47.941Z","repository":{"id":15444612,"uuid":"18177431","full_name":"SpeciesFileGroup/sqed","owner":"SpeciesFileGroup","description":"Ruby library for parsing (individual) specimen metada from images.","archived":false,"fork":false,"pushed_at":"2024-07-24T00:47:14.000Z","size":51706,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-11T18:23:14.362Z","etag":null,"topics":["collections","images","metadata"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpeciesFileGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-03-27T13:51:35.000Z","updated_at":"2024-07-24T00:47:17.000Z","dependencies_parsed_at":"2022-08-26T05:21:20.291Z","dependency_job_id":"e673420d-d24e-4596-8f5b-1a73be9d4cb3","html_url":"https://github.com/SpeciesFileGroup/sqed","commit_stats":{"total_commits":217,"total_committers":4,"mean_commits":54.25,"dds":"0.29032258064516125","last_synced_commit":"d6692ea4f8e060ca68fbfcab830f3530197557ea"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2Fsqed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2Fsqed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2Fsqed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpeciesFileGroup%2Fsqed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpeciesFileGroup","download_url":"https://codeload.github.com/SpeciesFileGroup/sqed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248456382,"owners_count":21106607,"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":["collections","images","metadata"],"created_at":"2025-03-25T14:18:42.472Z","updated_at":"2026-02-28T13:32:47.878Z","avatar_url":"https://github.com/SpeciesFileGroup.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Continuous Integration Status][1]][2]\n\n# Sqed\n\nSqed is a gem that faciliates metadata extraction from images of staged collection objects. \n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'sqed'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install sqed\n\n## Usage\n\nFor the time being, see specs.\n\n## Experiment with irb\n\n```Ruby\nrequire 'sqed'\n\n\ni = Magick::Image.read(File.expand_path('~/Downloads/') + '/img_0129.jpg').first\ns = Sqed.new( image: i, pattern: :lep_stage, boundary_color: :red, has_border: false )\nr = s.result\nr.write_images # =\u003e ./temp/*.jpg\n\n# Without thumbnail\ns = Sqed.new( image: i, pattern: :lep_stage, boundary_color: :red, has_border: false, use_thumbnail: false )\n\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/SpeciesFileGroup/sqed/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n[1]: https://secure.travis-ci.org/SpeciesFileGroup/sqed.png?branch=master\n[2]: http://travis-ci.org/SpeciesFileGroup/sqed?branch=master\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeciesfilegroup%2Fsqed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeciesfilegroup%2Fsqed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeciesfilegroup%2Fsqed/lists"}