{"id":17207359,"url":"https://github.com/abdus/java-image-resizer","last_synced_at":"2026-05-19T03:06:57.343Z","repository":{"id":99638121,"uuid":"364916136","full_name":"abdus/java-image-resizer","owner":"abdus","description":"On-the-Fly Image Resizer built using the Spring Framework","archived":false,"fork":false,"pushed_at":"2021-05-07T13:18:01.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T11:12:40.363Z","etag":null,"topics":["image-processing","image-resizer","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/abdus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-05-06T13:15:09.000Z","updated_at":"2021-05-07T13:18:04.000Z","dependencies_parsed_at":"2023-07-31T08:30:45.631Z","dependency_job_id":null,"html_url":"https://github.com/abdus/java-image-resizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdus/java-image-resizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Fjava-image-resizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Fjava-image-resizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Fjava-image-resizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Fjava-image-resizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdus","download_url":"https://codeload.github.com/abdus/java-image-resizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdus%2Fjava-image-resizer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738657,"owners_count":23976439,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["image-processing","image-resizer","java","spring-boot"],"created_at":"2024-10-15T02:45:18.129Z","updated_at":"2026-05-19T03:06:57.278Z","avatar_url":"https://github.com/abdus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Resizer\n\n\u003e A Spring web application for resizing images\n\n## Usage\n\n```\nJAVA_HOME=/path/to/java/java-15-openjdk ./mvnw spring-boot:run\n```\n\n## API Usage\n\nto resize a Base64 encoded image, make a `POST` call to `/resize` with `base64`\nand `scale` as body param.\n\n```\ncurl --request POST \\\n  --url https://java-img-resize.herokuapp.com/resize \\\n  --header 'content-type: application/json' \\\n  --data '{\n\t\"scale\": 0.1,\n\t\"base64\": \".... base64 string here .....\"\n}'\n```\n\n\u003e the `scale` param determines whether to scale up or down the image dimensions.\n\u003e `scale\u003c1` will reduce the size, and `scale\u003e1` will increase the size.\n\u003e `scale` must be greater than 0.\n\nto resize an image available at a remote location:\n\n```\ncurl --request POST \\\n  --url https://java-img-resize.herokuapp.com/resize \\\n  --header 'content-type: application/json' \\\n  --data '{\n\t\"scale\": 0.1,\n\t\"url\": \"image url here\"\n}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdus%2Fjava-image-resizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdus%2Fjava-image-resizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdus%2Fjava-image-resizer/lists"}