{"id":23303574,"url":"https://github.com/nenotriple/batch_resize_images","last_synced_at":"2026-06-20T08:31:18.047Z","repository":{"id":236715947,"uuid":"793021720","full_name":"Nenotriple/batch_resize_images","owner":"Nenotriple","description":"This GUI script allows you to resize all images in the selected directory using various operations and conditions.","archived":false,"fork":false,"pushed_at":"2024-05-10T09:40:44.000Z","size":97,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T22:39:33.605Z","etag":null,"topics":["image-processing","resize-images","windows"],"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/Nenotriple.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":"2024-04-28T07:47:54.000Z","updated_at":"2024-07-06T18:42:24.000Z","dependencies_parsed_at":"2024-05-03T08:55:43.754Z","dependency_job_id":null,"html_url":"https://github.com/Nenotriple/batch_resize_images","commit_stats":null,"previous_names":["nenotriple/batch_resize_images"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Nenotriple/batch_resize_images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nenotriple%2Fbatch_resize_images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nenotriple%2Fbatch_resize_images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nenotriple%2Fbatch_resize_images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nenotriple%2Fbatch_resize_images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nenotriple","download_url":"https://codeload.github.com/Nenotriple/batch_resize_images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nenotriple%2Fbatch_resize_images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34563535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["image-processing","resize-images","windows"],"created_at":"2024-12-20T11:13:00.725Z","updated_at":"2026-06-20T08:31:18.033Z","avatar_url":"https://github.com/Nenotriple.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBatch Resize Images\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eThis tool allows you to resize all images in the selected directory using various operations and conditions.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/Nenotriple/batch_resize_images/assets/70049990/e63253d7-5185-464e-92ea-fc985f1aa9ce\" alt=\"app_cover\"\u003e\n\u003c/p\u003e\n\n\n## 📝 Usage\n\nSelect a directory containing images, adjust the settings and conditions as desired, and run the program by pressing `Resize!`.\n\n\u003e [!NOTE]\n\u003e - Supported input filetypes: `JPG` `JPEG` `PNG` `WEBP` `BMP` `TIF` `TIFF`\n\u003e - Supported output filetypes: `AUTO` `JPG` `PNG` `WEBP`\n\n\n## 💡 Settings Explained\n\n- **Resize to:**\n  - Resolution: Resize to a specific width and height, ignoring aspect ratio.\n  - Percentage: Resize the image on a percent scale.\n  - Width: Target the image width and resize it.\n  - Height: Target the image height and resize it.\n  - Shorter side: Target the shorter side of the image and resize it.\n  - Longer side: Target the longer side of the image and resize it.\n\n- **Condition:**\n  - Upscale and Downscale: Resize the image to the new dimensions, regardless of whether they're larger or smaller than the original dimensions.\n  - Upscale Only: Resize the image if the new dimensions are larger than the original dimensions.\n  - Downscale Only: Resize the image if the new dimensions are smaller than the original dimensions.\n\n- **Checkbuttons:**\n  - Use Output Folder: When enabled, a new folder will be created in the image directory called 'Resize Output' where images will be saved.\n  - Overwrite Files: When disabled, conflicting files will have a `_#` appended to the filename. If enabled, files with the same basename will be overwritten.\n  - Save PNG Info: When enabled, this option will automatically save any PNG/WEBP chunk info to the resized output if saving as PNG or WEBP. If converting from PNG/WEBP to another type, then a text file will be created containing the metadata.\n    - Handling WEBP metadata requires `ExifTool.exe` to be in the same folder as this application.\n    - ExifTool (2003-2024) was created by Phil Harvey and can be downloaded from https://exiftool.org/\n\n- **Filetype:**\n  - Select 'AUTO' to output with the same filetype as the input image. Alternatively, choose a specific filetype to force all images to be saved with the chosen type.\n\n- **Quality:**\n  - Used to control the output quality of `JPG` and `WEBP` images. A higher value results in a higher quality output. (Ignored for `PNG`)\n\n\n# 🚩 Requirements\n\n\u003e [!TIP]\n\u003e You don't need to worry about anything if you're using the [portable/executable](https://github.com/Nenotriple/batch_resize_images/releases?q=executable\u0026expanded=true) version.\n\n**Python 3.10+**\n\nYou will need `Pillow`\n\n - To install Pillow: `pip install pillow`\n\n\n# 📜 Version History\n\n[v1.06 changes:](https://github.com/Nenotriple/batch_resize_images/releases/tag/v1.06)\n\n  - New:\n      - Metadata can now be copied between PNG and WEBP images.\n        - Copying metadata from PNG-to-WEBP and WEBP-to-PNG requires `ExifTool.exe` to be in the same folder as `batch_resize_images.exe`.\n        - ExifTool (2003-2024) is created by Phil Harvey and can be downloaded from https://exiftool.org/\n\n\u003cbr\u003e\n\n  - Other changes:\n    - Clicking on the directory entry when it's displaying the default `...` will now clear the entry.\n    - Minor UI tweaks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnenotriple%2Fbatch_resize_images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnenotriple%2Fbatch_resize_images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnenotriple%2Fbatch_resize_images/lists"}