{"id":32212148,"url":"https://github.com/entropyorg/p5-data-testimage","last_synced_at":"2026-05-29T08:04:43.872Z","repository":{"id":16895666,"uuid":"19656457","full_name":"EntropyOrg/p5-Data-TestImage","owner":"EntropyOrg","description":":notebook::camera: interface for retrieving test images","archived":false,"fork":false,"pushed_at":"2015-06-05T17:35:55.000Z","size":1236,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-05T08:42:38.926Z","etag":null,"topics":["cpan","data","image-analysis"],"latest_commit_sha":null,"homepage":"http://p3rl.org/Data::TestImage","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EntropyOrg.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-11T01:49:15.000Z","updated_at":"2021-04-19T23:13:02.000Z","dependencies_parsed_at":"2022-09-08T05:11:11.022Z","dependency_job_id":null,"html_url":"https://github.com/EntropyOrg/p5-Data-TestImage","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/EntropyOrg/p5-Data-TestImage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntropyOrg%2Fp5-Data-TestImage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntropyOrg%2Fp5-Data-TestImage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntropyOrg%2Fp5-Data-TestImage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntropyOrg%2Fp5-Data-TestImage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EntropyOrg","download_url":"https://codeload.github.com/EntropyOrg/p5-Data-TestImage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntropyOrg%2Fp5-Data-TestImage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280395522,"owners_count":26323517,"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-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpan","data","image-analysis"],"created_at":"2025-10-22T06:58:13.713Z","updated_at":"2025-10-22T06:58:34.877Z","avatar_url":"https://github.com/EntropyOrg.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nData::TestImage - interface for retrieving test images\n\n=head1 VERSION\n\nversion 0.007\n\n=head1 SYNOPSIS\n\n    use Data::TestImage;\n\n    say Data::TestImage-\u003eget_image('mandrill')-\u003ebasename;\n    # 4.2.03.tiff\n\nProduces the L\u003cmandrill|http://EntropyOrg.github.io/p5-Data-TestImage/USC/SIPI/mandrill.png\u003e image.\n\n=for html \u003cdiv\u003e\u003cimg width=\"200\" alt=\"Mandrill image\" src=\"http://EntropyOrg.github.io/p5-Data-TestImage/USC/SIPI/mandrill.png\"/\u003e\u003c/div\u003e\n\n=head1 DESCRIPTION\n\nThis module provides access to test images from several databases of\nL\u003cstandard test images|https://en.wikipedia.org/wiki/Standard_test_image\u003e.\n\n=head1 METHODS\n\n=head2 get_dist_dir\n\n    get_dist_dir()\n\nReturns a L\u003cPath::Class::Dir\u003e object to the shared directory for the\nC\u003cData-TestImage\u003e distribution.\n\n=head2 get_image\n\n    get_image( $image_name )\n\nCalls L\u003cData::TestImage::DB/get_image\u003e on L\u003cData::TestImage::DB::Other\u003e and\nL\u003cData::TestImage::DB::USC::SIPI\u003e. Returns an instance of L\u003cPath::Class::File\u003e.\n\n=head1 INSTALLATION\n\nSome of the image databases can be configured to install more images at\nconfiguration time. This can be accomplished by setting the\nC\u003cPERL_DATA_TESTIMAGE_INSTALL\u003e environment variable prior to installation, for\nexample\n\n    export PERL_DATA_TESTIMAGE_INSTALL=\"USC::SIPI=miscellaneous,sequences\"\n    cpanm Data::TestImage\n\nSee the database documentation for more information. Multiple databases can be\nconfigured by putting a space between each sequence.\n\n=head1 AUTHOR\n\nZakariyya Mughal \u003czmughal@cpan.org\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2014 by Zakariyya Mughal.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentropyorg%2Fp5-data-testimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentropyorg%2Fp5-data-testimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentropyorg%2Fp5-data-testimage/lists"}