{"id":22343602,"url":"https://github.com/datajuggler/subimagecreator","last_synced_at":"2026-04-21T09:32:49.463Z","repository":{"id":142975686,"uuid":"278407922","full_name":"DataJuggler/SubImageCreator","owner":"DataJuggler","description":"This is a sample Windows Forms project for .Net 5, that uses my Nuget package DataJuggler.PixelDatabase to demonstrate taking a source image and parsing into sub images.","archived":false,"fork":false,"pushed_at":"2023-02-28T07:24:06.000Z","size":10006,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T15:33:47.467Z","etag":null,"topics":["datajuggler","graphics","graphics-programming","nuget","pixels"],"latest_commit_sha":null,"homepage":"","language":"C#","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/DataJuggler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License/License.txt","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":"2020-07-09T15:51:38.000Z","updated_at":"2023-02-07T08:52:21.000Z","dependencies_parsed_at":"2023-04-30T02:53:49.762Z","dependency_job_id":null,"html_url":"https://github.com/DataJuggler/SubImageCreator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DataJuggler/SubImageCreator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataJuggler%2FSubImageCreator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataJuggler%2FSubImageCreator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataJuggler%2FSubImageCreator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataJuggler%2FSubImageCreator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataJuggler","download_url":"https://codeload.github.com/DataJuggler/SubImageCreator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataJuggler%2FSubImageCreator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datajuggler","graphics","graphics-programming","nuget","pixels"],"created_at":"2024-12-04T08:16:28.851Z","updated_at":"2026-04-21T09:32:49.449Z","avatar_url":"https://github.com/DataJuggler.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SubImageCreator\nThis is a sample Windows Forms project for .Net 5, that uses my Nuget package DataJuggler.PixelDatabase to demonstrates creating sub images from\na source image in whatever size you prefer.\n\nThis is useful for parsing icon sets or other images that you want each image to be saved as their own file.\n\n\nHere is a short video:\nhttps://youtu.be/PvgJG984vS0\n\n\nIf you think this product is worth the price of free, please subscribe to my YouTube channel:\nhttps://www.youtube.com/channel/UCaw0joqvisKr3lYJ9Pd2vHA\n\nThe code that performs the Sub image creation is in the CreateSubImagesButton_Click event, located in the Events region.\n\n    // Load a pixelDatabase\n    PixelDatabase pixelDatabase = PixelDatabaseLoader.LoadPixelDatabase(imagePath, Refresh);\n    \nThe refresh method is called to give a status during the load.\n\nThe sub images are created with this:\n\n     // create the subImage\n     Image image = pixelDatabase.CreateSubImage(topLeft, size);\n     \n The topLeft is a point, and the size is a rectangle of what area to copy.\n \n If you have any questions or feature requests, let me know.\n \n \n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatajuggler%2Fsubimagecreator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatajuggler%2Fsubimagecreator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatajuggler%2Fsubimagecreator/lists"}