{"id":555,"name":null,"description":"Read/write access to PNG images in pure Ruby.","url":"https://github.com/wvanbergen/chunky_png","last_synced_at":"2026-04-30T01:30:15.533Z","repository":{"id":772349,"uuid":"457743","full_name":"wvanbergen/chunky_png","owner":"wvanbergen","description":"Read/write access to PNG images in pure Ruby.","archived":false,"fork":false,"pushed_at":"2024-06-03T10:22:43.000Z","size":1252,"stargazers_count":1063,"open_issues_count":16,"forks_count":103,"subscribers_count":24,"default_branch":"master","last_synced_at":"2026-04-27T21:08:27.255Z","etag":null,"topics":["chunkypng","png","png-decoder","png-encoder","rdoc"],"latest_commit_sha":null,"homepage":"https://chunkypng.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kubernetes/heapster","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvanbergen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rdoc","contributing":"CONTRIBUTING.rdoc","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":"2010-01-04T06:56:19.000Z","updated_at":"2026-04-03T08:07:24.000Z","dependencies_parsed_at":"2024-11-05T19:02:34.895Z","dependency_job_id":null,"html_url":"https://github.com/wvanbergen/chunky_png","commit_stats":{"total_commits":538,"total_committers":39,"mean_commits":"13.794871794871796","dds":"0.22676579925650553","last_synced_commit":"7a1faf62f10b12ad3170d563b998db7893eda845"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/wvanbergen/chunky_png","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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"}},"owner":{"login":"wvanbergen","name":"Willem van Bergen","uuid":"15870","kind":"user","description":"","email":"","website":"http://www.vanbergen.org/","location":"Ottawa, Canada","twitter":"wvanbergen","company":null,"icon_url":"https://avatars.githubusercontent.com/u/15870?u=5118b88e96fbfc673dbc712cefcf06797964f2f9\u0026v=4","repositories_count":48,"last_synced_at":"2023-04-11T16:46:25.452Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/wvanbergen","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T17:12:11.809Z","updated_at":"2023-04-11T16:46:25.576Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen/repositories"},"packages":[{"id":176491,"name":"chunky_png","ecosystem":"rubygems","description":"    This pure Ruby library can read and write PNG images without depending on an external\n    image library, like RMagick. It tries to be memory efficient and reasonably fast.\n\n    It supports reading and writing all PNG variants that are defined in the specification,\n    with one limitation: only 8-bit color depth is supported. It supports all transparency,\n    interlacing and filtering options the PNG specifications allows. It can also read and\n    write textual metadata from PNG files. Low-level read/write access to PNG chunks is\n    also possible.\n\n    This library supports simple drawing on the image canvas and simple operations like\n    alpha composition and cropping. Finally, it can import from and export to RMagick for\n    interoperability.\n\n    Also, have a look at OilyPNG at https://github.com/wvanbergen/oily_png. OilyPNG is a\n    drop in mixin module that implements some of the ChunkyPNG algorithms in C, which\n    provides a massive speed boost to encoding and decoding.\n","homepage":"https://github.com/wvanbergen/chunky_png/wiki","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/wvanbergen/chunky_png","keywords_array":[],"namespace":null,"versions_count":67,"first_release_published_at":"2010-01-10T08:32:34.492Z","latest_release_published_at":"2020-12-28T17:19:18.275Z","latest_release_number":"1.4.0","last_synced_at":"2026-04-28T21:30:43.469Z","created_at":"2022-04-05T19:18:15.013Z","updated_at":"2026-04-28T21:33:31.675Z","registry_url":"https://rubygems.org/gems/chunky_png","install_command":"gem install chunky_png -s https://rubygems.org","documentation_url":"http://www.rubydoc.info/gems/chunky_png/","metadata":{"funding":null},"repo_metadata":{"id":772349,"uuid":"457743","full_name":"wvanbergen/chunky_png","owner":"wvanbergen","description":"Read/write access to PNG images in pure Ruby.","archived":false,"fork":false,"pushed_at":"2024-06-03T10:22:43.000Z","size":1252,"stargazers_count":1063,"open_issues_count":16,"forks_count":103,"subscribers_count":24,"default_branch":"master","last_synced_at":"2026-04-13T19:05:11.159Z","etag":null,"topics":["chunkypng","png","png-decoder","png-encoder","rdoc"],"latest_commit_sha":null,"homepage":"https://chunkypng.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kubernetes/heapster","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvanbergen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rdoc","contributing":"CONTRIBUTING.rdoc","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":"2010-01-04T06:56:19.000Z","updated_at":"2026-04-03T08:07:24.000Z","dependencies_parsed_at":"2024-11-05T19:02:34.895Z","dependency_job_id":null,"html_url":"https://github.com/wvanbergen/chunky_png","commit_stats":{"total_commits":538,"total_committers":39,"mean_commits":"13.794871794871796","dds":"0.22676579925650553","last_synced_commit":"7a1faf62f10b12ad3170d563b998db7893eda845"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/wvanbergen/chunky_png","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32029862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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"},"owner_record":{"login":"wvanbergen","name":"Willem van Bergen","uuid":"15870","kind":"user","description":"","email":"","website":"http://www.vanbergen.org/","location":"Ottawa, Canada","twitter":"wvanbergen","company":null,"icon_url":"https://avatars.githubusercontent.com/u/15870?u=5118b88e96fbfc673dbc712cefcf06797964f2f9\u0026v=4","repositories_count":48,"last_synced_at":"2023-04-11T16:46:25.452Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/wvanbergen","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T17:12:11.809Z","updated_at":"2023-04-11T16:46:25.576Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen/repositories"},"tags":[{"name":"v1.4.0","sha":"d4e26463290a5e7824840517b1c664b9b8742da5","kind":"tag","published_at":"2020-12-28T17:18:55.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.4.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.4.0/manifests"},{"name":"v1.3.15","sha":"135ba9e3badcab13e3566541154e4339aaeabcdd","kind":"tag","published_at":"2020-12-15T00:53:36.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.15","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.15/manifests"},{"name":"v1.3.14","sha":"ebe88ee8b6deddb135bf8ab4c4a64d87bf70259c","kind":"tag","published_at":"2020-10-27T20:10:03.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.14","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.14/manifests"},{"name":"v1.3.13","sha":"039351471361fc8d580329eee42db03077d89eb0","kind":"tag","published_at":"2020-10-23T14:35:50.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.13","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.13/manifests"},{"name":"v1.3.12","sha":"087eb75cb8ce4a66853a7d1b9f12b7257655a99d","kind":"tag","published_at":"2020-08-03T20:17:52.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.12","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.12/manifests"},{"name":"v1.3.11","sha":"e024d3289e2d0e6a5b85d44512f4859afd5ae91d","kind":"tag","published_at":"2018-11-21T14:26:47.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.11","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.11/manifests"},{"name":"v1.3.10","sha":"2e7b293ab241ea3a202019df60d0d3f546eeb86b","kind":"tag","published_at":"2018-01-23T10:42:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.10","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.10/manifests"},{"name":"v1.3.9","sha":"f9134e2f7d8f223132f76c73287e46b3cb53ef13","kind":"tag","published_at":"2018-01-23T09:12:47.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.9","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.9/manifests"},{"name":"v1.3.8","sha":"cb4057d0368223daa4a1334dc9b734f61fdeab64","kind":"tag","published_at":"2016-11-11T17:51:27.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.8","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.8/manifests"},{"name":"v1.3.7","sha":"5dd1f8aed10f1d56ef57850af37a7af7f790bc20","kind":"tag","published_at":"2016-08-31T16:40:19.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.7","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"93d8512dc6dbbb68ee2a4ae6aa7c0b8972f9c0fa","kind":"tag","published_at":"2016-06-19T14:09:50.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.6","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.6/manifests"},{"name":"v1.3.5","sha":"ee36d27d1e20add78f2e6db874e4708b9a35cd1e","kind":"tag","published_at":"2015-10-28T18:14:23.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"06b9bcde7ce1c7035174211c30365338e51b6274","kind":"tag","published_at":"2015-02-16T20:57:39.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"e92a9a6499e426e5c6dcfdabddb83c2ad4052ed8","kind":"tag","published_at":"2014-10-24T10:58:56.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"837cf6503c6d0988858f5cc5648189e8505c2595","kind":"tag","published_at":"2014-10-18T11:50:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"928dddadeb2e89e99ea95b014b68877effc5544d","kind":"tag","published_at":"2014-04-28T20:23:42.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"836b6109093932e25b67cfbb5bc2465256a057c7","kind":"tag","published_at":"2014-02-10T12:33:44.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.0/manifests"},{"name":"v1.2.9","sha":"412ab72798eb628aba9339d7a5869ca7eac986be","kind":"tag","published_at":"2013-10-17T12:45:19.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.2.9","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.2.9/manifests"},{"name":"chunky_png-1.2.8","sha":"06c0bcc8c9370c58e16b898a7afdf59cb663029a","kind":"tag","published_at":"2013-03-30T13:20:24.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.8","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.8/manifests"},{"name":"chunky_png-1.2.7","sha":"75991045aa3f29b0c7addc4974fb4ab24d3d4efd","kind":"tag","published_at":"2013-01-07T13:39:43.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.7","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.7/manifests"},{"name":"chunky_png-1.2.6","sha":"183d728c2b85af138847d0ada874ddf5cb942134","kind":"tag","published_at":"2012-08-07T16:29:41.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.6","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.6/manifests"},{"name":"chunky_png-1.2.5","sha":"655d3701931cd15531e88125fdd080f0ad84b323","kind":"tag","published_at":"2011-09-23T14:36:32.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.5/manifests"},{"name":"chunky_png-1.2.4","sha":"fe0a022e3e7c4e517906c0f1d8b01a20bf89d349","kind":"tag","published_at":"2011-09-14T12:28:53.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.4/manifests"},{"name":"chunky_png-1.2.3","sha":"55c8e925ca68a0a8cfec3c3993b34a7b926da454","kind":"tag","published_at":"2011-09-14T12:12:35.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.3/manifests"},{"name":"chunky_png-1.2.2","sha":"467a92d694e67a7d0b5d21f90ddc37b3eeb52a1c","kind":"tag","published_at":"2011-09-14T12:05:27.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.2/manifests"},{"name":"chunky_png-1.2.1","sha":"c58c44ad7a4855541ed422022796ed9b2b8dd0f8","kind":"tag","published_at":"2011-08-10T10:34:30.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.1/manifests"},{"name":"chunky_png-1.2.0","sha":"b6d6666bc719db2169e32597dc70c14cb364dace","kind":"tag","published_at":"2011-05-08T13:38:03.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.0/manifests"},{"name":"chunky_png-1.1.2","sha":"032ab18205b1721358e071e5dbf4fe8b8e081956","kind":"tag","published_at":"2011-05-06T12:31:43.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.1.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.2/manifests"},{"name":"chunky_png-1.1.1","sha":"dd2f041a74b57979f1444df6ff8134995c45262e","kind":"tag","published_at":"2011-04-22T17:45:44.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.1.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.1/manifests"},{"name":"chunky_png-1.1.0","sha":"091c83c87e90a3637b7b42dd05360745b49bfa07","kind":"tag","published_at":"2011-03-19T19:43:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.1.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.0/manifests"},{"name":"chunky_png-1.0.1","sha":"2cc8d130be62ca01636cebc2a33fc7549674bb56","kind":"tag","published_at":"2011-03-08T10:59:01.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.1/manifests"},{"name":"chunky_png-1.0.0","sha":"4c22e797e5d1c09532d366b66fc8a80ed2ba5171","kind":"tag","published_at":"2011-03-06T12:40:15.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0/manifests"},{"name":"chunky_png-1.0.0.rc2","sha":"e81ae9d74415b85d8c1f6e408a2931666289e8e4","kind":"tag","published_at":"2011-03-02T19:13:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.rc2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc2/manifests"},{"name":"chunky_png-1.0.0.rc1","sha":"05ebd28e4f61e73b65d37161fc81378d9bdcbb3f","kind":"tag","published_at":"2011-02-24T16:07:28.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.rc1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc1/manifests"},{"name":"chunky_png-1.0.0.beta2","sha":"2b24712cc8c76b560d2f8d7e8e1cadc3d55b0bdb","kind":"tag","published_at":"2011-01-28T12:25:10.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.beta2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta2/manifests"},{"name":"chunky_png-1.0.0.beta1","sha":"efbf27e3caff5d146accd0e0cdb8f8e5750a6a3e","kind":"tag","published_at":"2011-01-24T13:05:50.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.beta1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta1/manifests"},{"name":"chunky_png-0.12.0","sha":"b0cd2c89228d62b735bdba0cc39cbdb4147c4583","kind":"tag","published_at":"2010-12-12T17:28:24.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.12.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.12.0/manifests"},{"name":"chunky_png-0.11.1","sha":"bf04c57a77912b0e7c5e95e253f65d2ad7d51598","kind":"tag","published_at":"2010-11-16T19:39:17.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.11.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.1/manifests"},{"name":"chunky_png-0.11.0","sha":"f9c7a6f25b8412063fed36ca5380d2ca355121c0","kind":"tag","published_at":"2010-11-01T16:17:39.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.11.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.0/manifests"},{"name":"chunky_png-0.10.5","sha":"5760ce78f0fac212f611fa23c892de6a3cacdfd2","kind":"tag","published_at":"2010-10-22T06:39:41.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.5/manifests"},{"name":"chunky_png-0.10.4","sha":"a984d34f82eac879a5bc7737ceae4fd1357467e3","kind":"tag","published_at":"2010-10-18T15:58:44.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.4/manifests"},{"name":"chunky_png-0.10.3","sha":"11f7516548cc742a1958094eeadc4c2e59d23cf0","kind":"tag","published_at":"2010-10-08T06:30:55.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.3/manifests"},{"name":"chunky_png-0.10.2","sha":"256016be5e78458d50a8f2dbe6505bc974668a49","kind":"tag","published_at":"2010-10-05T06:19:30.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.2/manifests"},{"name":"chunky_png-0.10.1","sha":"308cbe80fda3b74b711ccb29efccdab3426a2b3d","kind":"tag","published_at":"2010-10-04T21:44:09.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.1/manifests"},{"name":"chunky_png-0.10.0","sha":"824338a548b569456e95b0e6908634a2d4c9f34d","kind":"tag","published_at":"2010-10-04T15:58:03.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.0/manifests"},{"name":"chunky_png-0.9.2","sha":"9f6b907b924092eb8cfd7a4516aabe79d06e0aa6","kind":"commit","published_at":"2010-09-17T04:27:41.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.9.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.2/manifests"},{"name":"chunky_png-0.9.1","sha":"7859419c60b02098e86e1cd46f886a64e4adec07","kind":"commit","published_at":"2010-09-16T17:59:15.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.9.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.1/manifests"},{"name":"chunky_png-0.9.0","sha":"77d109bfc555b37d0eb9025f59089faafb811aba","kind":"commit","published_at":"2010-08-18T11:54:46.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.9.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.0/manifests"},{"name":"chunky_png-0.8.0","sha":"cfc2e9dc8ae46130e396f955aae42b4355ba156b","kind":"commit","published_at":"2010-07-01T11:52:14.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.8.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.8.0/manifests"},{"name":"chunky_png-0.7.3","sha":"47b48a3ad8866d688a170287cb4642317cec1718","kind":"commit","published_at":"2010-04-29T10:19:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.3/manifests"},{"name":"chunky_png-0.7.2","sha":"a760621ab79b414bb2438fa7efd878102fabc164","kind":"commit","published_at":"2010-04-29T09:37:51.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.2/manifests"},{"name":"chunky_png-0.7.1","sha":"51ee64b30c5e1c9a98276dded2e12f711ccf4c38","kind":"commit","published_at":"2010-03-23T20:47:18.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.1/manifests"},{"name":"chunky_png-0.7.0","sha":"4a0d6872e6edea5c7f41cb5dc2db55c49cf6acc7","kind":"commit","published_at":"2010-03-15T10:33:07.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.0/manifests"},{"name":"chunky_png-0.6.0","sha":"7c4b005df05fcefd8c778af4d19fdb9ac111ad2e","kind":"commit","published_at":"2010-02-26T03:08:39.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.6.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.6.0/manifests"},{"name":"chunky_png-0.5.8","sha":"8eb4764fac5bdd0f30e2d8c9a960d36ff08182bf","kind":"commit","published_at":"2010-02-25T03:45:23.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.8","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.8/manifests"},{"name":"chunky_png-0.5.7","sha":"a053f18886f52e9c8d028b8dfed38a288dc329c9","kind":"commit","published_at":"2010-02-25T03:37:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.7","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.7/manifests"},{"name":"chunky_png-0.5.6","sha":"640a13bb3cba686c57c95c88641dff7f9ad1feb7","kind":"commit","published_at":"2010-02-16T14:49:06.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.6","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.6/manifests"},{"name":"chunky_png-0.5.5","sha":"89dacec1285ef5e3a0603944cd36fe0e3b635682","kind":"commit","published_at":"2010-02-16T13:38:01.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.5/manifests"},{"name":"chunky_png-0.5.4","sha":"355d3979702b247699967df04d556f34b06d964a","kind":"commit","published_at":"2010-01-18T08:29:49.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.4/manifests"},{"name":"chunky_png-0.5.3","sha":"d4c77fb371a18d2f3d52737e2032fc13021b50f4","kind":"commit","published_at":"2010-01-17T10:53:31.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.3/manifests"},{"name":"chunky_png-0.5.2","sha":"f60684c3afe2adc57ba6e7db3debbd09dc6597e6","kind":"commit","published_at":"2010-01-16T16:16:32.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.2/manifests"},{"name":"chunky_png-0.5.1","sha":"a0c8ac07caa6edab7f3eade40482b8eb4dcd47ff","kind":"commit","published_at":"2010-01-16T12:39:11.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.1/manifests"},{"name":"chunky_png-0.5.0","sha":"8d31ada3382c680742e76da3808805870dda7ba3","kind":"commit","published_at":"2010-01-16T10:31:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.0/manifests"},{"name":"chunky_png-0.0.5","sha":"e2afb2ba2fc107e4b65d884e480dba40f99cc5fd","kind":"commit","published_at":"2010-01-13T16:33:14.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.5/manifests"},{"name":"chunky_png-0.0.4","sha":"0f3b80a6582d637e04bb36436624d978dd9ca8c8","kind":"commit","published_at":"2010-01-13T15:50:30.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.4/manifests"},{"name":"chunky_png-0.0.3","sha":"d92c8cd13381f99cce22823c39a73abe91adb544","kind":"commit","published_at":"2010-01-13T10:19:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.3/manifests"},{"name":"chunky_png-0.0.2","sha":"34676beb897beaeaed82ea1209d0353f68ac0449","kind":"commit","published_at":"2010-01-12T15:17:17.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.2/manifests"},{"name":"chunky_png-0.0.1","sha":"2254ade41e6c1141dbe72b5121695095fde5a562","kind":"commit","published_at":"2010-01-10T08:01:16.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-04-28T21:33:31.649Z","dependent_packages_count":216,"downloads":194652894,"downloads_period":"total","dependent_repos_count":46228,"rankings":{"downloads":0.12990488509271753,"dependent_repos_count":0.1566664064852087,"dependent_packages_count":0.17896767431228464,"stargazers_count":1.8811119412138582,"forks_count":2.612035994246273,"docker_downloads_count":0.16948963548577736,"average":0.8546960894726866},"purl":"pkg:gem/chunky_png","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/chunky_png","docker_dependents_count":713,"docker_downloads_count":669600042,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/chunky_png","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/chunky_png/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-03-20T23:01:09.873Z","issues_count":47,"pull_requests_count":56,"avg_time_to_close_issue":9786990.243243244,"avg_time_to_close_pull_request":6767281.96,"issues_closed_count":37,"pull_requests_closed_count":50,"pull_request_authors_count":28,"issue_authors_count":46,"avg_comments_per_issue":2.7872340425531914,"avg_comments_per_pull_request":1.2678571428571428,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/issues","maintainers":[{"login":"wvanbergen","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wvanbergen"},{"login":"lencioni","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lencioni"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/chunky_png/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/chunky_png/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/chunky_png/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/chunky_png/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/chunky_png/codemeta","maintainers":[{"uuid":"651","login":"wvanbergen","name":null,"email":null,"url":null,"packages_count":30,"html_url":"https://rubygems.org/profiles/wvanbergen","role":null,"created_at":"2022-11-07T14:17:46.255Z","updated_at":"2022-11-07T14:17:46.255Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/wvanbergen/packages"}],"registry":{"name":"rubygems.org","url":"https://rubygems.org","ecosystem":"rubygems","default":true,"packages_count":205528,"maintainers_count":68467,"namespaces_count":0,"keywords_count":0,"github":"rubygems","metadata":{"funded_packages_count":7260},"icon_url":"https://github.com/rubygems.png","created_at":"2022-04-04T15:19:23.446Z","updated_at":"2026-04-03T06:42:17.024Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/namespaces"}},{"id":8616334,"name":"github.com/wvanbergen/chunky_png","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/wvanbergen/chunky_png","keywords_array":[],"namespace":null,"versions_count":18,"first_release_published_at":"2023-12-03T01:59:06.867Z","latest_release_published_at":"2020-12-28T17:17:44.000Z","latest_release_number":"v1.4.0","last_synced_at":"2026-04-27T00:01:06.417Z","created_at":"2023-12-03T01:59:04.159Z","updated_at":"2026-04-27T00:01:06.418Z","registry_url":"https://pkg.go.dev/github.com/wvanbergen/chunky_png","install_command":"go get github.com/wvanbergen/chunky_png","documentation_url":"https://pkg.go.dev/github.com/wvanbergen/chunky_png#section-documentation","metadata":{},"repo_metadata":{"id":772349,"uuid":"457743","full_name":"wvanbergen/chunky_png","owner":"wvanbergen","description":"Read/write access to PNG images in pure Ruby.","archived":false,"fork":false,"pushed_at":"2024-06-03T10:22:43.000Z","size":1252,"stargazers_count":1064,"open_issues_count":16,"forks_count":103,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-12-26T10:59:19.064Z","etag":null,"topics":["chunkypng","png","png-decoder","png-encoder","rdoc"],"latest_commit_sha":null,"homepage":"https://chunkypng.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kubernetes/heapster","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvanbergen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rdoc","contributing":"CONTRIBUTING.rdoc","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":"2010-01-04T06:56:19.000Z","updated_at":"2025-12-21T07:01:12.000Z","dependencies_parsed_at":"2024-11-05T19:02:34.895Z","dependency_job_id":null,"html_url":"https://github.com/wvanbergen/chunky_png","commit_stats":{"total_commits":538,"total_committers":39,"mean_commits":"13.794871794871796","dds":"0.22676579925650553","last_synced_commit":"7a1faf62f10b12ad3170d563b998db7893eda845"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/wvanbergen/chunky_png","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28066032,"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-12-26T02:00:06.189Z","response_time":55,"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"},"owner_record":{"login":"wvanbergen","name":"Willem van Bergen","uuid":"15870","kind":"user","description":"","email":"","website":"http://www.vanbergen.org/","location":"Ottawa, Canada","twitter":"wvanbergen","company":null,"icon_url":"https://avatars.githubusercontent.com/u/15870?u=5118b88e96fbfc673dbc712cefcf06797964f2f9\u0026v=4","repositories_count":48,"last_synced_at":"2023-04-11T16:46:25.452Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/wvanbergen","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T17:12:11.809Z","updated_at":"2023-04-11T16:46:25.576Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen/repositories"},"tags":[{"name":"v1.4.0","sha":"d4e26463290a5e7824840517b1c664b9b8742da5","kind":"tag","published_at":"2020-12-28T17:18:55.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.4.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.4.0/manifests"},{"name":"v1.3.15","sha":"135ba9e3badcab13e3566541154e4339aaeabcdd","kind":"tag","published_at":"2020-12-15T00:53:36.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.15","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.15/manifests"},{"name":"v1.3.14","sha":"ebe88ee8b6deddb135bf8ab4c4a64d87bf70259c","kind":"tag","published_at":"2020-10-27T20:10:03.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.14","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.14/manifests"},{"name":"v1.3.13","sha":"039351471361fc8d580329eee42db03077d89eb0","kind":"tag","published_at":"2020-10-23T14:35:50.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.13","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.13/manifests"},{"name":"v1.3.12","sha":"087eb75cb8ce4a66853a7d1b9f12b7257655a99d","kind":"tag","published_at":"2020-08-03T20:17:52.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.12","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.12/manifests"},{"name":"v1.3.11","sha":"e024d3289e2d0e6a5b85d44512f4859afd5ae91d","kind":"tag","published_at":"2018-11-21T14:26:47.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.11","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.11/manifests"},{"name":"v1.3.10","sha":"2e7b293ab241ea3a202019df60d0d3f546eeb86b","kind":"tag","published_at":"2018-01-23T10:42:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.10","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.10/manifests"},{"name":"v1.3.9","sha":"f9134e2f7d8f223132f76c73287e46b3cb53ef13","kind":"tag","published_at":"2018-01-23T09:12:47.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.9","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.9/manifests"},{"name":"v1.3.8","sha":"cb4057d0368223daa4a1334dc9b734f61fdeab64","kind":"tag","published_at":"2016-11-11T17:51:27.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.8","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.8/manifests"},{"name":"v1.3.7","sha":"5dd1f8aed10f1d56ef57850af37a7af7f790bc20","kind":"tag","published_at":"2016-08-31T16:40:19.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.7","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"93d8512dc6dbbb68ee2a4ae6aa7c0b8972f9c0fa","kind":"tag","published_at":"2016-06-19T14:09:50.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.6","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.6/manifests"},{"name":"v1.3.5","sha":"ee36d27d1e20add78f2e6db874e4708b9a35cd1e","kind":"tag","published_at":"2015-10-28T18:14:23.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"06b9bcde7ce1c7035174211c30365338e51b6274","kind":"tag","published_at":"2015-02-16T20:57:39.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"e92a9a6499e426e5c6dcfdabddb83c2ad4052ed8","kind":"tag","published_at":"2014-10-24T10:58:56.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"837cf6503c6d0988858f5cc5648189e8505c2595","kind":"tag","published_at":"2014-10-18T11:50:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"928dddadeb2e89e99ea95b014b68877effc5544d","kind":"tag","published_at":"2014-04-28T20:23:42.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"836b6109093932e25b67cfbb5bc2465256a057c7","kind":"tag","published_at":"2014-02-10T12:33:44.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.3.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.3.0/manifests"},{"name":"v1.2.9","sha":"412ab72798eb628aba9339d7a5869ca7eac986be","kind":"tag","published_at":"2013-10-17T12:45:19.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/v1.2.9","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/v1.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@v1.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/v1.2.9/manifests"},{"name":"chunky_png-1.2.8","sha":"06c0bcc8c9370c58e16b898a7afdf59cb663029a","kind":"tag","published_at":"2013-03-30T13:20:24.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.8","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.8/manifests"},{"name":"chunky_png-1.2.7","sha":"75991045aa3f29b0c7addc4974fb4ab24d3d4efd","kind":"tag","published_at":"2013-01-07T13:39:43.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.7","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.7/manifests"},{"name":"chunky_png-1.2.6","sha":"183d728c2b85af138847d0ada874ddf5cb942134","kind":"tag","published_at":"2012-08-07T16:29:41.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.6","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.6/manifests"},{"name":"chunky_png-1.2.5","sha":"655d3701931cd15531e88125fdd080f0ad84b323","kind":"tag","published_at":"2011-09-23T14:36:32.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.5/manifests"},{"name":"chunky_png-1.2.4","sha":"fe0a022e3e7c4e517906c0f1d8b01a20bf89d349","kind":"tag","published_at":"2011-09-14T12:28:53.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.4/manifests"},{"name":"chunky_png-1.2.3","sha":"55c8e925ca68a0a8cfec3c3993b34a7b926da454","kind":"tag","published_at":"2011-09-14T12:12:35.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.3/manifests"},{"name":"chunky_png-1.2.2","sha":"467a92d694e67a7d0b5d21f90ddc37b3eeb52a1c","kind":"tag","published_at":"2011-09-14T12:05:27.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.2/manifests"},{"name":"chunky_png-1.2.1","sha":"c58c44ad7a4855541ed422022796ed9b2b8dd0f8","kind":"tag","published_at":"2011-08-10T10:34:30.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.1/manifests"},{"name":"chunky_png-1.2.0","sha":"b6d6666bc719db2169e32597dc70c14cb364dace","kind":"tag","published_at":"2011-05-08T13:38:03.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.2.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.2.0/manifests"},{"name":"chunky_png-1.1.2","sha":"032ab18205b1721358e071e5dbf4fe8b8e081956","kind":"tag","published_at":"2011-05-06T12:31:43.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.1.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.2/manifests"},{"name":"chunky_png-1.1.1","sha":"dd2f041a74b57979f1444df6ff8134995c45262e","kind":"tag","published_at":"2011-04-22T17:45:44.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.1.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.1/manifests"},{"name":"chunky_png-1.1.0","sha":"091c83c87e90a3637b7b42dd05360745b49bfa07","kind":"tag","published_at":"2011-03-19T19:43:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.1.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.1.0/manifests"},{"name":"chunky_png-1.0.1","sha":"2cc8d130be62ca01636cebc2a33fc7549674bb56","kind":"tag","published_at":"2011-03-08T10:59:01.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.1/manifests"},{"name":"chunky_png-1.0.0","sha":"4c22e797e5d1c09532d366b66fc8a80ed2ba5171","kind":"tag","published_at":"2011-03-06T12:40:15.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0/manifests"},{"name":"chunky_png-1.0.0.rc2","sha":"e81ae9d74415b85d8c1f6e408a2931666289e8e4","kind":"tag","published_at":"2011-03-02T19:13:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.rc2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc2/manifests"},{"name":"chunky_png-1.0.0.rc1","sha":"05ebd28e4f61e73b65d37161fc81378d9bdcbb3f","kind":"tag","published_at":"2011-02-24T16:07:28.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.rc1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.rc1/manifests"},{"name":"chunky_png-1.0.0.beta2","sha":"2b24712cc8c76b560d2f8d7e8e1cadc3d55b0bdb","kind":"tag","published_at":"2011-01-28T12:25:10.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.beta2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta2/manifests"},{"name":"chunky_png-1.0.0.beta1","sha":"efbf27e3caff5d146accd0e0cdb8f8e5750a6a3e","kind":"tag","published_at":"2011-01-24T13:05:50.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-1.0.0.beta1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-1.0.0.beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-1.0.0.beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-1.0.0.beta1/manifests"},{"name":"chunky_png-0.12.0","sha":"b0cd2c89228d62b735bdba0cc39cbdb4147c4583","kind":"tag","published_at":"2010-12-12T17:28:24.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.12.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.12.0/manifests"},{"name":"chunky_png-0.11.1","sha":"bf04c57a77912b0e7c5e95e253f65d2ad7d51598","kind":"tag","published_at":"2010-11-16T19:39:17.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.11.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.1/manifests"},{"name":"chunky_png-0.11.0","sha":"f9c7a6f25b8412063fed36ca5380d2ca355121c0","kind":"tag","published_at":"2010-11-01T16:17:39.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.11.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.11.0/manifests"},{"name":"chunky_png-0.10.5","sha":"5760ce78f0fac212f611fa23c892de6a3cacdfd2","kind":"tag","published_at":"2010-10-22T06:39:41.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.5/manifests"},{"name":"chunky_png-0.10.4","sha":"a984d34f82eac879a5bc7737ceae4fd1357467e3","kind":"tag","published_at":"2010-10-18T15:58:44.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.4/manifests"},{"name":"chunky_png-0.10.3","sha":"11f7516548cc742a1958094eeadc4c2e59d23cf0","kind":"tag","published_at":"2010-10-08T06:30:55.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.3/manifests"},{"name":"chunky_png-0.10.2","sha":"256016be5e78458d50a8f2dbe6505bc974668a49","kind":"tag","published_at":"2010-10-05T06:19:30.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.2/manifests"},{"name":"chunky_png-0.10.1","sha":"308cbe80fda3b74b711ccb29efccdab3426a2b3d","kind":"tag","published_at":"2010-10-04T21:44:09.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.1/manifests"},{"name":"chunky_png-0.10.0","sha":"824338a548b569456e95b0e6908634a2d4c9f34d","kind":"tag","published_at":"2010-10-04T15:58:03.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.10.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.10.0/manifests"},{"name":"chunky_png-0.9.2","sha":"9f6b907b924092eb8cfd7a4516aabe79d06e0aa6","kind":"commit","published_at":"2010-09-17T04:27:41.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.9.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.2/manifests"},{"name":"chunky_png-0.9.1","sha":"7859419c60b02098e86e1cd46f886a64e4adec07","kind":"commit","published_at":"2010-09-16T17:59:15.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.9.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.1/manifests"},{"name":"chunky_png-0.9.0","sha":"77d109bfc555b37d0eb9025f59089faafb811aba","kind":"commit","published_at":"2010-08-18T11:54:46.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.9.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.9.0/manifests"},{"name":"chunky_png-0.8.0","sha":"cfc2e9dc8ae46130e396f955aae42b4355ba156b","kind":"commit","published_at":"2010-07-01T11:52:14.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.8.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.8.0/manifests"},{"name":"chunky_png-0.7.3","sha":"47b48a3ad8866d688a170287cb4642317cec1718","kind":"commit","published_at":"2010-04-29T10:19:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.3/manifests"},{"name":"chunky_png-0.7.2","sha":"a760621ab79b414bb2438fa7efd878102fabc164","kind":"commit","published_at":"2010-04-29T09:37:51.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.2/manifests"},{"name":"chunky_png-0.7.1","sha":"51ee64b30c5e1c9a98276dded2e12f711ccf4c38","kind":"commit","published_at":"2010-03-23T20:47:18.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.1/manifests"},{"name":"chunky_png-0.7.0","sha":"4a0d6872e6edea5c7f41cb5dc2db55c49cf6acc7","kind":"commit","published_at":"2010-03-15T10:33:07.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.7.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.7.0/manifests"},{"name":"chunky_png-0.6.0","sha":"7c4b005df05fcefd8c778af4d19fdb9ac111ad2e","kind":"commit","published_at":"2010-02-26T03:08:39.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.6.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.6.0/manifests"},{"name":"chunky_png-0.5.8","sha":"8eb4764fac5bdd0f30e2d8c9a960d36ff08182bf","kind":"commit","published_at":"2010-02-25T03:45:23.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.8","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.8/manifests"},{"name":"chunky_png-0.5.7","sha":"a053f18886f52e9c8d028b8dfed38a288dc329c9","kind":"commit","published_at":"2010-02-25T03:37:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.7","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.7/manifests"},{"name":"chunky_png-0.5.6","sha":"640a13bb3cba686c57c95c88641dff7f9ad1feb7","kind":"commit","published_at":"2010-02-16T14:49:06.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.6","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.6/manifests"},{"name":"chunky_png-0.5.5","sha":"89dacec1285ef5e3a0603944cd36fe0e3b635682","kind":"commit","published_at":"2010-02-16T13:38:01.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.5/manifests"},{"name":"chunky_png-0.5.4","sha":"355d3979702b247699967df04d556f34b06d964a","kind":"commit","published_at":"2010-01-18T08:29:49.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.4/manifests"},{"name":"chunky_png-0.5.3","sha":"d4c77fb371a18d2f3d52737e2032fc13021b50f4","kind":"commit","published_at":"2010-01-17T10:53:31.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.3/manifests"},{"name":"chunky_png-0.5.2","sha":"f60684c3afe2adc57ba6e7db3debbd09dc6597e6","kind":"commit","published_at":"2010-01-16T16:16:32.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.2/manifests"},{"name":"chunky_png-0.5.1","sha":"a0c8ac07caa6edab7f3eade40482b8eb4dcd47ff","kind":"commit","published_at":"2010-01-16T12:39:11.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.1/manifests"},{"name":"chunky_png-0.5.0","sha":"8d31ada3382c680742e76da3808805870dda7ba3","kind":"commit","published_at":"2010-01-16T10:31:13.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.5.0","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.5.0/manifests"},{"name":"chunky_png-0.0.5","sha":"e2afb2ba2fc107e4b65d884e480dba40f99cc5fd","kind":"commit","published_at":"2010-01-13T16:33:14.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.5","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.5/manifests"},{"name":"chunky_png-0.0.4","sha":"0f3b80a6582d637e04bb36436624d978dd9ca8c8","kind":"commit","published_at":"2010-01-13T15:50:30.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.4","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.4/manifests"},{"name":"chunky_png-0.0.3","sha":"d92c8cd13381f99cce22823c39a73abe91adb544","kind":"commit","published_at":"2010-01-13T10:19:05.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.3","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.3/manifests"},{"name":"chunky_png-0.0.2","sha":"34676beb897beaeaed82ea1209d0353f68ac0449","kind":"commit","published_at":"2010-01-12T15:17:17.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.2","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.2/manifests"},{"name":"chunky_png-0.0.1","sha":"2254ade41e6c1141dbe72b5121695095fde5a562","kind":"commit","published_at":"2010-01-10T08:01:16.000Z","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/chunky_png-0.0.1","html_url":"https://github.com/wvanbergen/chunky_png/releases/tag/chunky_png-0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/wvanbergen/chunky_png@chunky_png-0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags/chunky_png-0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-12-27T21:09:39.901Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.77902998550931,"dependent_packages_count":9.55954712080186,"stargazers_count":2.025671861184903,"forks_count":2.608224218895621,"docker_downloads_count":null,"average":6.243118296597923},"purl":"pkg:golang/github.com/wvanbergen/chunky_png","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/wvanbergen/chunky_png","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/wvanbergen/chunky_png","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/wvanbergen/chunky_png/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-30T09:44:55.896Z","issues_count":47,"pull_requests_count":56,"avg_time_to_close_issue":9786990.243243244,"avg_time_to_close_pull_request":6767281.96,"issues_closed_count":37,"pull_requests_closed_count":50,"pull_request_authors_count":28,"issue_authors_count":46,"avg_comments_per_issue":2.7872340425531914,"avg_comments_per_pull_request":1.2678571428571428,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/issues","maintainers":[{"login":"wvanbergen","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wvanbergen"},{"login":"lencioni","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lencioni"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwvanbergen%2Fchunky_png/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwvanbergen%2Fchunky_png/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwvanbergen%2Fchunky_png/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwvanbergen%2Fchunky_png/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwvanbergen%2Fchunky_png/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2116507,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13950496,"name":"ruby-chunky-png","ecosystem":"guix","description":"Ruby library to handle PNG images","homepage":"https://github.com/wvanbergen/chunky_png/wiki","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/wvanbergen/chunky_png","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T18:57:36.237Z","latest_release_published_at":"2026-03-02T18:57:36.237Z","latest_release_number":"1.4.0","last_synced_at":"2026-04-27T16:17:04.393Z","created_at":"2026-03-02T18:57:36.058Z","updated_at":"2026-04-27T16:17:04.393Z","registry_url":"https://packages.guix.gnu.org/packages/ruby-chunky-png/1.4.0/","install_command":"guix install ruby-chunky-png","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ruby-xyz.scm#n1998","metadata":{"location":"gnu/packages/ruby-xyz.scm:1998","variable_name":"ruby-chunky-png"},"repo_metadata":{},"repo_metadata_updated_at":"2026-04-03T00:24:21.699Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/ruby-chunky-png","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/ruby-chunky-png","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/ruby-chunky-png","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/ruby-chunky-png/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-chunky-png/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-chunky-png/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-chunky-png/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-chunky-png/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-chunky-png/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31165,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"guix-mirror","metadata":{"funded_packages_count":286},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-04-03T06:23:21.396Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13668706,"name":"ruby-chunky-png","ecosystem":"debian","description":null,"homepage":"https://github.com/wvanbergen/chunky_png/wiki","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/wvanbergen/chunky_png","keywords_array":["ruby"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T12:18:32.285Z","latest_release_published_at":"2026-02-12T12:18:32.285Z","latest_release_number":"1.4.0-1","last_synced_at":"2026-03-14T15:02:08.465Z","created_at":"2026-02-12T12:18:32.109Z","updated_at":"2026-03-14T15:02:08.465Z","registry_url":"https://tracker.debian.org/pkg/ruby-chunky-png","install_command":"apt-get install ruby-chunky-png","documentation_url":"https://packages.debian.org/trixie/ruby-chunky-png","metadata":{"component":"main","architecture":"all","priority":"source","binary":"ruby-chunky-png","standards_version":"4.7.0","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb (\u003e= 1), rake, ruby-rspec","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":772349,"uuid":"457743","full_name":"wvanbergen/chunky_png","owner":"wvanbergen","description":"Read/write access to PNG images in pure Ruby.","archived":false,"fork":false,"pushed_at":"2024-06-03T10:22:43.000Z","size":1252,"stargazers_count":1065,"open_issues_count":16,"forks_count":103,"subscribers_count":24,"default_branch":"master","last_synced_at":"2026-01-27T15:30:55.458Z","etag":null,"topics":["chunkypng","png","png-decoder","png-encoder","rdoc"],"latest_commit_sha":null,"homepage":"https://chunkypng.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kubernetes/heapster","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvanbergen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rdoc","contributing":"CONTRIBUTING.rdoc","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":"2010-01-04T06:56:19.000Z","updated_at":"2026-01-01T19:06:44.000Z","dependencies_parsed_at":"2024-11-05T19:02:34.895Z","dependency_job_id":null,"html_url":"https://github.com/wvanbergen/chunky_png","commit_stats":{"total_commits":538,"total_committers":39,"mean_commits":"13.794871794871796","dds":"0.22676579925650553","last_synced_commit":"7a1faf62f10b12ad3170d563b998db7893eda845"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/wvanbergen/chunky_png","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29079381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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"}},"repo_metadata_updated_at":"2026-02-12T12:18:32.515Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.4492423226498592,"forks_count":0.6135175003352555,"docker_downloads_count":null,"average":0.2656899557462787},"purl":"pkg:deb/debian/ruby-chunky-png?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-chunky-png","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-chunky-png","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-chunky-png/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-30T09:44:55.896Z","issues_count":47,"pull_requests_count":56,"avg_time_to_close_issue":9786990.243243244,"avg_time_to_close_pull_request":6767281.96,"issues_closed_count":37,"pull_requests_closed_count":50,"pull_request_authors_count":28,"issue_authors_count":46,"avg_comments_per_issue":2.7872340425531914,"avg_comments_per_pull_request":1.2678571428571428,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/issues","maintainers":[{"login":"wvanbergen","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wvanbergen"},{"login":"lencioni","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lencioni"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-chunky-png/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-chunky-png/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-chunky-png/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-chunky-png/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-chunky-png/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":12201252,"name":"chunky_png","ecosystem":"rubygems","description":"    This pure Ruby library can read and write PNG images without depending on an external\n    image library, like RMagick. It tries to be memory efficient and reasonably fast.\n\n    It supports reading and writing all PNG variants that are defined in the specification,\n    with one limitation: only 8-bit color depth is supported. It supports all transparency,\n    interlacing and filtering options the PNG specifications allows. It can also read and\n    write textual metadata from PNG files. Low-level read/write access to PNG chunks is\n    also possible.\n\n    This library supports simple drawing on the image canvas and simple operations like\n    alpha composition and cropping. Finally, it can import from and export to RMagick for\n    interoperability.\n\n    Also, have a look at OilyPNG at https://github.com/wvanbergen/oily_png. OilyPNG is a\n    drop in mixin module that implements some of the ChunkyPNG algorithms in C, which\n    provides a massive speed boost to encoding and decoding.\n","homepage":"https://github.com/wvanbergen/chunky_png/wiki","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/wvanbergen/chunky_png","keywords_array":[],"namespace":null,"versions_count":67,"first_release_published_at":"2010-01-10T08:32:34.492Z","latest_release_published_at":"2020-12-28T17:19:18.275Z","latest_release_number":"1.4.0","last_synced_at":"2026-04-28T11:29:29.349Z","created_at":"2025-10-07T02:04:24.947Z","updated_at":"2026-04-28T12:57:53.946Z","registry_url":"https://gem.coop/gems/chunky_png","install_command":"gem install chunky_png -s https://gem.coop","documentation_url":"http://www.rubydoc.info/gems/chunky_png/","metadata":{"funding":null},"repo_metadata":{"id":772349,"uuid":"457743","full_name":"wvanbergen/chunky_png","owner":"wvanbergen","description":"Read/write access to PNG images in pure Ruby.","archived":false,"fork":false,"pushed_at":"2024-06-03T10:22:43.000Z","size":1252,"stargazers_count":1063,"open_issues_count":16,"forks_count":103,"subscribers_count":24,"default_branch":"master","last_synced_at":"2026-04-13T19:05:11.159Z","etag":null,"topics":["chunkypng","png","png-decoder","png-encoder","rdoc"],"latest_commit_sha":null,"homepage":"https://chunkypng.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kubernetes/heapster","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wvanbergen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rdoc","contributing":"CONTRIBUTING.rdoc","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":"2010-01-04T06:56:19.000Z","updated_at":"2026-04-03T08:07:24.000Z","dependencies_parsed_at":"2024-11-05T19:02:34.895Z","dependency_job_id":null,"html_url":"https://github.com/wvanbergen/chunky_png","commit_stats":{"total_commits":538,"total_committers":39,"mean_commits":"13.794871794871796","dds":"0.22676579925650553","last_synced_commit":"7a1faf62f10b12ad3170d563b998db7893eda845"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/wvanbergen/chunky_png","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wvanbergen","download_url":"https://codeload.github.com/wvanbergen/chunky_png/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32029862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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"},"tags":[]},"repo_metadata_updated_at":"2026-04-28T12:57:53.946Z","dependent_packages_count":0,"downloads":194591256,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.1313875717089576,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":0.0437958572363192},"purl":"pkg:gem/chunky_png?repository_url=https://gem.coop","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/chunky_png","docker_dependents_count":713,"docker_downloads_count":669600042,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/chunky_png","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/chunky_png/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-20T23:01:09.873Z","issues_count":47,"pull_requests_count":56,"avg_time_to_close_issue":9786990.243243244,"avg_time_to_close_pull_request":6767281.96,"issues_closed_count":37,"pull_requests_closed_count":50,"pull_request_authors_count":28,"issue_authors_count":46,"avg_comments_per_issue":2.7872340425531914,"avg_comments_per_pull_request":1.2678571428571428,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/issues","maintainers":[{"login":"wvanbergen","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wvanbergen"},{"login":"lencioni","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lencioni"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/chunky_png/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/chunky_png/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/chunky_png/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/chunky_png/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/chunky_png/codemeta","maintainers":[{"uuid":"651","login":"wvanbergen","name":null,"email":null,"url":null,"packages_count":30,"html_url":"https://gem.coop/profiles/wvanbergen","role":null,"created_at":"2025-10-07T14:15:03.851Z","updated_at":"2025-10-07T14:15:03.851Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/wvanbergen/packages"}],"registry":{"name":"gem.coop","url":"https://gem.coop","ecosystem":"rubygems","default":false,"packages_count":190381,"maintainers_count":67475,"namespaces_count":0,"keywords_count":0,"github":"gem-coop","metadata":{"funded_packages_count":6507},"icon_url":"https://github.com/gem-coop.png","created_at":"2025-10-06T17:24:20.932Z","updated_at":"2026-04-03T06:45:05.763Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/namespaces"}}],"commits":{"id":3124,"full_name":"wvanbergen/chunky_png","default_branch":"master","total_commits":538,"total_committers":35,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":15.371428571428572,"dds":0.19144981412639406,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-04-27T21:07:35.406Z","last_synced_commit":"7a1faf62f10b12ad3170d563b998db7893eda845","created_at":"2023-03-07T09:16:40.153Z","updated_at":"2026-04-27T21:06:55.091Z","committers":[{"name":"Willem van Bergen","email":"willem@vanbergen.org","login":"wvanbergen","count":435},{"name":"Joe Lencioni","email":"joe.lencioni@brigade.com","login":"lencioni","count":21},{"name":"Jen Hamon","email":"jhamon@gmail.com","login":"jhamon","count":15},{"name":"3ifbyw","email":"3ifbyw@gmail.com","login":"threeifbywhiskey","count":15},{"name":"Aleksey","email":"it.blackdog@gmail.com","login":"ReviakinAleksey","count":10},{"name":"Bob Lail","email":"bob.lailfamily@gmail.com","login":"boblail","count":3},{"name":"Troy Ross","email":"troy.ross@mandiant.com","login":null,"count":2},{"name":"Ben Johnson","email":"benbjohnson@yahoo.com","login":"benbjohnson","count":2},{"name":"Chris Seaton","email":"chris@chrisseaton.com","login":"chrisseaton","count":2},{"name":"Dominick","email":"dguzzo@gmail.com","login":"dguzzo","count":2},{"name":"Jeremy Evans","email":"code@jeremyevans.net","login":"jeremyevans","count":2},{"name":"Marc-Andre Lafortune","email":"github@marc-andre.ca","login":"marcandre","count":2},{"name":"Matthew Kobs","email":"matt.kobs@cph.org","login":"kobsy","count":2},{"name":"Olle Jonsson","email":"olle.jonsson@gmail.com","login":"olleolleolle","count":2},{"name":"Richard Blair","email":"richard@blairingthoughts.com","login":"RichardBlair","count":2},{"name":"Stephen Eckenrode","email":"seckenrode@panoramaed.com","login":"seckenrode","count":2},{"name":"dfens","email":"mikolajewskip@gmail.com","login":"dfens","count":1},{"name":"Didip Kerabat","email":"didip@didip-osx.local","login":null,"count":1},{"name":"Ryan J Daw","email":"ryan@mobify.me","login":null,"count":1},{"name":"Zete Lui","email":"mas@k.ed","login":"luikore","count":1},{"name":"Thiébaud Weksteen","email":"thiebaud@weksteen.fr","login":"tweksteen","count":1},{"name":"Theodor Tonum","email":"theodor@tonum.no","login":"theodorton","count":1},{"name":"Pedro Furtado","email":"pedro.felipe.azevedo.furtado@gmail.com","login":"pedrofurtado","count":1},{"name":"Olivier Lacan","email":"hi@olivierlacan.com","login":"olivierlacan","count":1},{"name":"Michal Pokorný","email":"pok@rny.cz","login":"agentydragon","count":1},{"name":"Marti Kaljuve","email":"martik@gmail.com","login":"martikaljuve","count":1},{"name":"Mark Dodwell","email":"mkdynamic","login":"mkdynamic","count":1},{"name":"Manuel Franco","email":"mafraba@gmail.com","login":"mafraba","count":1},{"name":"Kornelius Kalnbach","email":"murphy@rubychan.de","login":"korny","count":1},{"name":"Joel Stemmer","email":"stemmertech@gmail.com","login":"jstemmer","count":1},{"name":"Jean Krohn","email":"jb.krohn@gmail.com","login":"susano","count":1},{"name":"Jean Boussier","email":"jean.boussier@gmail.com","login":"byroot","count":1},{"name":"Dirkjan Bussink","email":"d.bussink@gmail.com","login":"dbussink","count":1},{"name":"DarkElement2","email":"kuderko@gmail.com","login":"maxim-kuderko","count":1},{"name":"Atul Bhosale","email":"atul1bhosale@gmail.com","login":"Atul9","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-28T00:00:07.369Z","repositories_count":6220999,"commits_count":900033197,"contributors_count":34893230,"owners_count":1146656,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"wvanbergen/chunky_png","html_url":"https://github.com/wvanbergen/chunky_png","last_synced_at":"2026-03-20T23:01:09.873Z","status":"error","issues_count":47,"pull_requests_count":56,"avg_time_to_close_issue":9786990.243243244,"avg_time_to_close_pull_request":6767281.96,"issues_closed_count":37,"pull_requests_closed_count":50,"pull_request_authors_count":28,"issue_authors_count":46,"avg_comments_per_issue":2.7872340425531914,"avg_comments_per_pull_request":1.2678571428571428,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-12T08:59:37.424Z","updated_at":"2026-03-20T23:01:09.874Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/wvanbergen%2Fchunky_png/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":41,"CONTRIBUTOR":4,"OWNER":1,"COLLABORATOR":1},"pull_request_author_associations_count":{"OWNER":20,"CONTRIBUTOR":19,"NONE":14,"COLLABORATOR":5},"issue_authors":{"ghost":2,"smranta":1,"kamil-gwozdz":1,"moonhouse":1,"istrasci":1,"clord":1,"polarlights":1,"wvanbergen":1,"diggde":1,"ebds":1,"rubyFeedback":1,"cpanato":1,"catmando":1,"chriseppstein":1,"mm580486":1,"TheHashTableSlasher":1,"mtasaka":1,"john-rice":1,"Aradesh":1,"patrickjaberg":1,"kaspergrubbe":1,"wconrad":1,"glaubersantana":1,"beoran":1,"peterept":1,"lencioni":1,"cuihq":1,"TimB0":1,"justqyx":1,"trotzig":1,"callmeed":1,"chrisseaton":1,"gleisernicolas":1,"pedrofurtado":1,"kay4444":1,"Andrek25":1,"shiivan":1,"boutil":1,"gregorw":1,"matkoniecz":1,"tweksteen":1,"TW-D":1,"maxim-kuderko":1,"pauloodd":1,"dleidert":1,"themilkman":1},"pull_request_authors":{"wvanbergen":20,"lencioni":5,"jeremyevans":3,"olleolleolle":2,"murbanski":2,"ReviakinAleksey":2,"ydah":2,"kobsy":2,"boblail":1,"mkdynamic":1,"pedrofurtado":1,"jeroentheuns":1,"TheHashTableSlasher":1,"Atul9":1,"casperisfine":1,"hoshi-sano":1,"wconrad":1,"mtasaka":1,"jhamon":1,"tweksteen":1,"chrisseaton":1,"Munto":1,"capps":1,"olivierlacan":1,"tenderlove":1,"marcandre":1,"maxim-kuderko":1,"dantecatalfamo":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-27T00:00:06.950Z","repositories_count":14424343,"issues_count":34456150,"pull_requests_count":112702354,"authors_count":11246454,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[{"login":"wvanbergen","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wvanbergen"},{"login":"lencioni","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lencioni"}],"active_maintainers":[]},"events":{"total":{"ForkEvent":3,"WatchEvent":17,"IssueCommentEvent":1},"last_year":{"WatchEvent":11}},"keywords":["chunkypng","png","png-decoder","png-encoder","rdoc"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/ruby.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:22:06.535Z","updated_at":"2023-01-13T16:22:06.535Z","repository_link":"https://github.com/wvanbergen/chunky_png/blob/master/.github/workflows/ruby.yml","dependencies":[{"id":6890152610,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890152611,"package_name":"ruby/setup-ruby","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"rubygems","filepath":"Gemfile","sha":null,"kind":"manifest","created_at":"2023-01-13T16:22:06.768Z","updated_at":"2023-01-13T16:22:06.768Z","repository_link":"https://github.com/wvanbergen/chunky_png/blob/master/Gemfile","dependencies":[{"id":6890152937,"package_name":"jruby-openssl","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":6890152938,"package_name":"jekyll","ecosystem":"rubygems","requirements":"~\u003e 3.3","direct":true,"kind":"development","optional":false},{"id":6890152939,"package_name":"kramdown-parser-gfm","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":6890152940,"package_name":"jekyll-commonmark","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":6890152941,"package_name":"jekyll-theme-cayman","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"rubygems","filepath":"chunky_png.gemspec","sha":null,"kind":"manifest","created_at":"2023-01-13T16:22:07.144Z","updated_at":"2023-01-13T16:22:07.144Z","repository_link":"https://github.com/wvanbergen/chunky_png/blob/master/chunky_png.gemspec","dependencies":[{"id":6890154997,"package_name":"rake","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":6890154998,"package_name":"standard","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":6890154999,"package_name":"yard","ecosystem":"rubygems","requirements":"~\u003e 0.9","direct":true,"kind":"development","optional":false},{"id":6890155000,"package_name":"rspec","ecosystem":"rubygems","requirements":"~\u003e 3","direct":true,"kind":"development","optional":false}]}],"score":31.809653276518958,"created_at":"2024-12-15T21:38:08.349Z","updated_at":"2026-04-30T01:30:15.537Z","avatar_url":"https://github.com/wvanbergen.png","language":"Ruby","monthly_downloads":0,"readme":"# ChunkyPNG\n\nThis library can read and write PNG files. It is written in pure Ruby for\nmaximum portability. Let me rephrase: it does NOT require RMagick or any other\nmemory leaking image library.\n\n- [Source code](https://github.com/wvanbergen/chunky_png/tree/master)\n- [RDoc](https://rdoc.info/gems/chunky_png)\n- [Wiki](https://github.com/wvanbergen/chunky_png/wiki)\n- [Issue tracker](https://github.com/wvanbergen/chunky_png/issues)\n\n## Features\n\n- Decodes any image that the PNG standard allows. This includes all standard\n  color modes, all bit depths, all transparency, and interlacing and filtering\n  options.\n- Encodes images supports all color modes (true color, grayscale, and indexed)\n  and transparency for all these color modes. The best color mode will be\n  chosen automatically, based on the amount of used colors.\n- R/W access to the image's pixels.\n- R/W access to all image metadata that is stored in chunks.\n- Memory efficient (uses a Fixnum, i.e. 4 or 8 bytes of memory per pixel,\n  depending on the hardware)\n- Reasonably fast for Ruby standards, by only using integer math and a highly\n  optimized saving routine.\n- Works on every currently supported Ruby version (2.5+)\n- Interoperability with RMagick if you really have to.\n\nAlso, have a look at [OilyPNG](https://github.com/wvanbergen/oily_png) which\nis a mixin module that implements some of the ChunkyPNG algorithms in C, which\nprovides a massive speed boost to encoding and decoding.\n\n## Usage\n\n```ruby\nrequire 'chunky_png'\n\n# Creating an image from scratch, save as an interlaced PNG\npng = ChunkyPNG::Image.new(16, 16, ChunkyPNG::Color::TRANSPARENT)\npng[1,1] = ChunkyPNG::Color.rgba(10, 20, 30, 128)\npng[2,1] = ChunkyPNG::Color('black @ 0.5')\npng.save('filename.png', :interlace =\u003e true)\n\n# Compose images using alpha blending.\navatar = ChunkyPNG::Image.from_file('avatar.png')\nbadge  = ChunkyPNG::Image.from_file('no_ie_badge.png')\navatar.compose!(badge, 10, 10)\navatar.save('composited.png', :fast_rgba) # Force the fast saving routine.\n\n# Accessing metadata\nimage = ChunkyPNG::Image.from_file('with_metadata.png')\nputs image.metadata['Title']\nimage.metadata['Author'] = 'Willem van Bergen'\nimage.save('with_metadata.png') # Overwrite file\n\n# Low level access to PNG chunks\npng_stream = ChunkyPNG::Datastream.from_file('filename.png')\npng_stream.each_chunk { |chunk| p chunk.type }\n```\n\nAlso check out the screencast on the ChunkyPNG homepage by John Davison,\nwhich illustrates basic usage of the library on the [ChunkyPNG\nwebsite](https://chunkypng.com/).\n\nFor more information, see the [project\nwiki](https://github.com/wvanbergen/chunky_png/wiki) or the [RDOC\ndocumentation](https://www.rubydoc.info/gems/chunky_png).\n\n## Security warning\n\nChunkyPNG is vulnerable to decompression bombs, which means that ChunkyPNG is\nvulnerable to DOS attacks by running out of memory when loading a specifically\ncrafted PNG file. Because of the pure-Ruby nature of the library it is very hard\nto fix this problem in the library itself.\n\nIn order to safely deal with untrusted images, you should make sure to do the\nimage processing using ChunkyPNG in a separate process, e.g. by using fork or a\nbackground processing library.\n\n## About\n\nThe library is written by Willem van Bergen for Floorplanner.com, and released\nunder the MIT license (see LICENSE). Please contact me for questions or\nremarks.\n\nI generally consider this library to be feature complete. I will gladly accept\npatches to fix bugs and improve performance, but I will generally be hesitant\nto accept new features or API endpoints. Before contributing, please read\n[CONTRIBUTING.rdoc](CONTRIBUTING.rdoc) that explains this in more detail.\n\nPlease check out CHANGELOG.rdoc to see what changed in all versions.\n\nP.S.: The name of this library is intentionally similar to Chunky Bacon and\nChunky GIF. Use Google if you want to know _why_. :-)\n","funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["mvc","activerecord","activejob","rubygem","rack","feature-flag","rubocop","rspec","libxslt","nokogiri"],"project_url":"https://ruby.ecosyste.ms/api/v1/projects/555","html_url":"https://ruby.ecosyste.ms/projects/555"}