{"id":20755998,"url":"https://github.com/josewebdev2000/imagehacker-back-end","last_synced_at":"2025-10-10T20:33:57.336Z","repository":{"id":180265630,"uuid":"664750041","full_name":"josewebdev2000/ImageHacker-Back-End","owner":"josewebdev2000","description":"Back-End code to my personal image editing web application for front-end developers. ","archived":false,"fork":false,"pushed_at":"2023-08-03T13:35:43.000Z","size":13434,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T15:52:25.045Z","etag":null,"topics":["back-end","base64","bytes-io","flask","http","http-server","image-processing","pillow","python","web-development"],"latest_commit_sha":null,"homepage":"","language":"Python","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/josewebdev2000.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":"2023-07-10T16:58:40.000Z","updated_at":"2023-08-21T22:56:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"002b912a-00a2-4f17-92a1-c64e56cd118b","html_url":"https://github.com/josewebdev2000/ImageHacker-Back-End","commit_stats":null,"previous_names":["josewebdev2000/imagehacker-back-end"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josewebdev2000/ImageHacker-Back-End","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josewebdev2000%2FImageHacker-Back-End","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josewebdev2000%2FImageHacker-Back-End/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josewebdev2000%2FImageHacker-Back-End/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josewebdev2000%2FImageHacker-Back-End/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josewebdev2000","download_url":"https://codeload.github.com/josewebdev2000/ImageHacker-Back-End/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josewebdev2000%2FImageHacker-Back-End/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005272,"owners_count":26083863,"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-10T02:00:06.843Z","response_time":62,"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":["back-end","base64","bytes-io","flask","http","http-server","image-processing","pillow","python","web-development"],"created_at":"2024-11-17T09:28:27.090Z","updated_at":"2025-10-10T20:33:57.302Z","avatar_url":"https://github.com/josewebdev2000.png","language":"Python","readme":"# ImageHacker Back-End\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://thenounproject.com/api/private/icons/2724525/edit/?backgroundShape=SQUARE\u0026backgroundShapeColor=%23000000\u0026backgroundShapeOpacity=0\u0026exportSize=752\u0026flipX=false\u0026flipY=false\u0026foregroundColor=%23000000\u0026foregroundOpacity=1\u0026imageFormat=png\u0026rotation=0\" width=\"200\" alt=\"Hacker Picture\"\u003e\n\u003c/div\u003e\n\n\u003e **Disclaimer:** This web application has nothing to do with cybersecurity.\n\n\n## Overview\n\u003cdiv\u003e\n    \u003cp\u003e\u003cstrong\u003eImageHacker\u003c/strong\u003e is an image editing web application whose primary audience is front-end developers who usually require to modify images to use them in their projects.\u003c/p\u003e\n    \u003cp\u003eFront-End Code Link: \u003ca href=\"https://github.com/josewebdev2000/ImageHacker-Front-End\"\u003eImageHacker Front-End Repository\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\u003cdiv\u003e\n    \u003cp\u003eThe user may apply the following image editing operations:\u003c/p\u003e\n    \u003cul\u003e\n        \u003cli\u003eImage Background Removal\u003c/li\u003e\n        \u003cli\u003eImage Color Filtering\u003c/li\u003e\n        \u003cli\u003eImage Cropping\u003c/li\u003e\n        \u003cli\u003eImage File Conversion\u003c/li\u003e\n        \u003cli\u003eImage Resizing\u003c/li\u003e\n        \u003cli\u003eImage Rotation\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/div\u003e\n\n## Back-End Stack\n\u003cdiv\u003e\n    \u003cp\u003eI used the following to build the Back-End of \u003cstrong\u003eImageHacker\u003c/strong\u003e:\u003c/p\u003e\n    \u003cul\u003e\n        \u003cli\u003ePython\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://pillow.readthedocs.io/en/stable/index.html\"\u003ePillow Library\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"https://flask.palletsprojects.com/en/2.3.x/\"\u003eFlask Framework\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n\u003cdiv\u003e\n\n## Privacy Policy\n\u003cdiv\u003e\n    \u003cp\u003eI included no code in this web application that handles cookies or stores user data.\u003c/p\u003e\n\u003c/div\u003e\n\n## Copyright\n\u003cdiv\u003e\n    \u003cblockquote\u003e\n        \u003ca href=\"https://github.com/josewebdev2000\"\u003e\u0026copy; josewebdev2000\u003c/a\u003e 2023\n    \u003c/blockquote\u003e\n\u003c/div\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosewebdev2000%2Fimagehacker-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosewebdev2000%2Fimagehacker-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosewebdev2000%2Fimagehacker-back-end/lists"}