{"id":20003866,"url":"https://github.com/neurophant/image-utils","last_synced_at":"2025-12-12T12:09:10.258Z","repository":{"id":62440765,"uuid":"82459787","full_name":"neurophant/image-utils","owner":"neurophant","description":"Image processing utilities","archived":false,"fork":false,"pushed_at":"2017-04-22T13:43:51.000Z","size":1048,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-19T13:14:14.445Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/neurophant.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":"2017-02-19T13:10:22.000Z","updated_at":"2022-04-29T01:59:18.000Z","dependencies_parsed_at":"2022-11-01T22:01:00.835Z","dependency_job_id":null,"html_url":"https://github.com/neurophant/image-utils","commit_stats":null,"previous_names":["embali/image-utils"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/neurophant/image-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fimage-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fimage-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fimage-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fimage-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neurophant","download_url":"https://codeload.github.com/neurophant/image-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurophant%2Fimage-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279095549,"owners_count":26102351,"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-15T02:00:07.814Z","response_time":56,"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":[],"created_at":"2024-11-13T05:27:31.787Z","updated_at":"2025-10-15T17:21:49.518Z","avatar_url":"https://github.com/neurophant.png","language":"Rust","readme":"# Image Utils\n\nImage processing utilities\n\n[![crates.io](https://img.shields.io/crates/v/image-utils.svg)](https://crates.io/crates/image-utils)\n[![Build Status](https://travis-ci.org/embali/image-utils.svg?branch=master)](https://travis-ci.org/embali/image-utils)\n\n\n## Documentation\n\nhttps://docs.rs/image-utils/\n\n\n## Functions\n\n### Image information\n\n```rust\nextern crate image_utils;\n\nuse std::path::Path;\nuse image_utils::info;\n\nfn main() {\n    let inf = info(\u0026Path::new(\"test.jpg\")).unwrap();\n    println!(\"{:?}\", inf);\n}\n```\n\n### Crop image\n\n```rust\nextern crate image_utils;\n\nuse std::path::Path;\nuse image_utils::crop;\n\nfn main() {\n    crop(\u0026Path::new(\"test.jpg\"), 10, 10, 100, 100, \u0026Path::new(\"cropped.jpg\")).unwrap();\n}\n```\n\n### Resize image\n\n```rust\nextern crate image_utils;\n\nuse std::path::Path;\nuse image_utils::resize;\n\nfn main() {\n    resize(\u0026Path::new(\"test.jpg\"), 200, 200, \u0026Path::new(\"resized.jpg\")).unwrap();\n}\n```\n\n\n## Run tests\n\n```bash\ncargo test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurophant%2Fimage-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneurophant%2Fimage-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurophant%2Fimage-utils/lists"}