{"id":20410450,"url":"https://github.com/alex-titarenko/imageresizer","last_synced_at":"2026-03-09T12:38:23.494Z","repository":{"id":27795423,"uuid":"31284424","full_name":"alex-titarenko/imageresizer","owner":"alex-titarenko","description":"Resize and cache images from the web on the fly (Azure Function V3)","archived":false,"fork":false,"pushed_at":"2024-04-15T20:25:27.000Z","size":25,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-12T16:12:44.262Z","etag":null,"topics":["azure-functions","netcore3"],"latest_commit_sha":null,"homepage":"","language":"C#","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/alex-titarenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-24T22:06:39.000Z","updated_at":"2021-02-10T05:11:28.000Z","dependencies_parsed_at":"2022-09-03T11:41:53.843Z","dependency_job_id":null,"html_url":"https://github.com/alex-titarenko/imageresizer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alex-titarenko/imageresizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-titarenko%2Fimageresizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-titarenko%2Fimageresizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-titarenko%2Fimageresizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-titarenko%2Fimageresizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex-titarenko","download_url":"https://codeload.github.com/alex-titarenko/imageresizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-titarenko%2Fimageresizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30295584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"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"}},"keywords":["azure-functions","netcore3"],"created_at":"2024-11-15T05:46:27.140Z","updated_at":"2026-03-09T12:38:23.440Z","avatar_url":"https://github.com/alex-titarenko.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageResizer Service\n\nResize and cache images from the web on the fly (Azure Function V3).\n\n## Structure of request\n```\n{service_url}/api/resizeimage?url={image_url}\u0026size={image_size}\n```\n*image_url* - an URL for image to resizing (can be encoded in base64 format).\n\n*image_size* - size in pixels: `width x height` or some of preset values (Small, Medium, Detail, Original)\n\n## Examples of usage\n```\nhttp://images.example.com?url=https://www.google.com.ua/images/srpr/logo11w.png\u0026size=200x150\nhttp://images.example.com?url=https://www.google.com.ua/images/srpr/logo11w.png\u0026size=medium\nhttp://images.example.com?url=https://www.google.com.ua/images/srpr/logo11w.png\u0026size=original\nhttp://images.example.com?url=base64:aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS51YS9pbWFnZXMvc3Jwci9sb2dvMTF3LnBuZw==\u0026size=original\n```\n\n## Configuration (local.settings.json or environment variables)\n* **SmallSize** - size in pixels for Small predefined value.\n* **MediumSize** - size in pixels for Medium predefined value.\n* **DetailSize** - size in pixels for Detail predefined value.\n* **UserAgent** - user agent string for downloaded images.\n* **ClientCache:MaxAge** - time span of client cache max age.\n\n## License\nImageResizer is under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-titarenko%2Fimageresizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex-titarenko%2Fimageresizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-titarenko%2Fimageresizer/lists"}