{"id":23450791,"url":"https://github.com/red-data-tools/red-datasets-gdk-pixbuf","last_synced_at":"2025-04-13T20:15:07.375Z","repository":{"id":56891401,"uuid":"132317915","full_name":"red-data-tools/red-datasets-gdk-pixbuf","owner":"red-data-tools","description":" A Red Datasets plugin to export dataset as GdkPixbuf::Pixbuf object ","archived":false,"fork":false,"pushed_at":"2018-11-30T21:20:00.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T20:15:01.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/red-data-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-06T07:52:47.000Z","updated_at":"2020-12-25T03:41:51.000Z","dependencies_parsed_at":"2022-08-21T00:20:43.947Z","dependency_job_id":null,"html_url":"https://github.com/red-data-tools/red-datasets-gdk-pixbuf","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-datasets-gdk-pixbuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-datasets-gdk-pixbuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-datasets-gdk-pixbuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-datasets-gdk-pixbuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/red-data-tools","download_url":"https://codeload.github.com/red-data-tools/red-datasets-gdk-pixbuf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248774968,"owners_count":21159534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T00:15:10.176Z","updated_at":"2025-04-13T20:15:07.350Z","avatar_url":"https://github.com/red-data-tools.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n## Name\n\nRed Datasets GDK Pixbuf\n\n## Description\n\nRed Datasets GDK Pixbuf adds [GDK Pixbuf](https://developer.gnome.org/gdk-pixbuf/stable/) object export feature to Red Datasets.\n\nRed Datasets GDK Pixbuf adds `#to_gdk_pixbuf` method to some datasets in Red Datasets. You can get `GdkPixbuf::Pixbuf` objects from a dataset.\n\n## Install\n\n```console\n% gem install red-datasets-gdk-pixbuf\n```\n\n## Usage\n\nHere is an example to get images for CIFAR dataset by `#to_gdk_pixbuf`:\n\n```ruby\nrequire \"datasets\"\n\ncifar = Datasets::CIFAR.new\ncifar.each.with_index do |record, i|\n  pixbuf = record.to_gdk_pixbuf\n  pixbuf.save(\"#{record.label}-#{i}.png\")\nend\n```\n\n## License\n\nThe MIT license. See `LICENSE.txt` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fred-datasets-gdk-pixbuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred-data-tools%2Fred-datasets-gdk-pixbuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fred-datasets-gdk-pixbuf/lists"}