{"id":20795975,"url":"https://github.com/chkg2a/increase-image-size","last_synced_at":"2025-09-12T22:45:48.455Z","repository":{"id":259776666,"uuid":"879383667","full_name":"chkg2a/increase-image-size","owner":"chkg2a","description":"This is a project build because of dumb stupid requirements setup for making the images size between some arbitrary values","archived":false,"fork":false,"pushed_at":"2024-10-27T20:24:19.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T01:41:34.051Z","etag":null,"topics":["cpp","image","image-manipulation"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chkg2a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-10-27T18:56:42.000Z","updated_at":"2024-10-28T02:01:29.000Z","dependencies_parsed_at":"2024-10-28T00:33:56.606Z","dependency_job_id":"75e0a6b8-8d4b-41e5-a5ca-ddcd062eca08","html_url":"https://github.com/chkg2a/increase-image-size","commit_stats":null,"previous_names":["chkg2a/increase-image-size"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chkg2a/increase-image-size","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chkg2a%2Fincrease-image-size","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chkg2a%2Fincrease-image-size/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chkg2a%2Fincrease-image-size/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chkg2a%2Fincrease-image-size/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chkg2a","download_url":"https://codeload.github.com/chkg2a/increase-image-size/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chkg2a%2Fincrease-image-size/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274889244,"owners_count":25368632,"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-09-12T02:00:09.324Z","response_time":60,"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":["cpp","image","image-manipulation"],"created_at":"2024-11-17T16:25:00.324Z","updated_at":"2025-09-12T22:45:48.392Z","avatar_url":"https://github.com/chkg2a.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg height=\"200\" src=\"increase-imager.jpg\" alt=\"Increase Imager logo\" /\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e Increase-Image-Size \u003c/h1\u003e\nThis project was created out of necessity due to dumb websites where you need to upload a specific size image. For example where you are asked to upload an image of `50 pixels height and width along with 40-50kb of size`. This is so dumb. If your image size is very low already there's hardly anyway to inrcease the size of the image.\n\nBut rest assured this simple program is gonna save your life.\n\n## Options\n\n- Usage: increase-imager [-s] \u003csize\u003e \u003cinputFileName\u003e\n- [-s] flag to increase the size upto that size\n\n### Examples\n```\nincrease-imager -s 102456 signature.jpg // Make the new image upto 102KB only from the signature.jpg\nincrease-imager -s 40K signature.jpg // Make the new image upto 40KB only from the signature.jpg\nincrease-imager 40k signature.jpg // Adds 40KB to the signature.jpg and create a new image\nincrease-imager 40M signature.jpg // Adds 40KB to the signature.jpg and create a new image\nincrease-imager -s 10G signature.jpg // Make the new image upto 10G only from the signature.jpg\n```\nnew file final-increased-image.jpg\n\n## How To Use\n\n### Windows\n\n- Download the [file](https://github.com/chkg2a/increase-image-size/releases) from the releases tab according to your platform (Windows)\n- Open up the file explorer and go to where you have downloaded the .exe file\n- On the address bar of the file explorer. Click on it and type cmd\n- And type the following commands [Options](#Options)\n- You can also drag and drop the file into the cmd after inserting desired size\n- Eg \n    - increase-imager.exe 40k \"C:\\cat.jpg\"\n    - new file called final-increased-image.jpg\n\n### Linux\n\n- Download the [file](https://github.com/chkg2a/increase-image-size/releases) from the releases tab according to your platform (Linux)\n- Open up terminal and locate your downloaded file\n- And start using the file directly\n- And type the following commands [Options](#Options)\n- You can also drag and drop the file into the cmd after inserting desired size\n- [Examples](###Examples)\n- new file called final-increased-image.jpg\n\n### Compile from Source\n\n```\ngit clone https://github.com/chkg2a/increase-image-size.git\ncd increase-image-size \u0026\u0026 g++ functions.cpp main.cpp -o increase-imager\n./increase-imager -s 40k \u003cfileName\u003e\n```\n\n## TO DO\n- [ ] Turn this into a webapp\n- [ ] Feat: Add the power to decrease or compress image\n- [ ] Feat: Add the option to increase or bloat the image\n- [ ] Feat: Add a feature to convert png to jpg etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchkg2a%2Fincrease-image-size","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchkg2a%2Fincrease-image-size","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchkg2a%2Fincrease-image-size/lists"}