{"id":23176675,"url":"https://github.com/marcin-filipiak/gtk_imageresizer","last_synced_at":"2026-04-28T08:04:07.842Z","repository":{"id":262097246,"uuid":"886210913","full_name":"marcin-filipiak/gtk_ImageResizer","owner":"marcin-filipiak","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-06T09:26:25.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T01:27:34.752Z","etag":null,"topics":["debian","image-resizer","tool"],"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/marcin-filipiak.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-11-10T13:48:58.000Z","updated_at":"2024-12-06T09:26:28.000Z","dependencies_parsed_at":"2024-11-10T14:50:37.084Z","dependency_job_id":null,"html_url":"https://github.com/marcin-filipiak/gtk_ImageResizer","commit_stats":null,"previous_names":["marcin-filipiak/gtk_imageresizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcin-filipiak/gtk_ImageResizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcin-filipiak%2Fgtk_ImageResizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcin-filipiak%2Fgtk_ImageResizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcin-filipiak%2Fgtk_ImageResizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcin-filipiak%2Fgtk_ImageResizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcin-filipiak","download_url":"https://codeload.github.com/marcin-filipiak/gtk_ImageResizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcin-filipiak%2Fgtk_ImageResizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["debian","image-resizer","tool"],"created_at":"2024-12-18T06:19:02.930Z","updated_at":"2026-04-28T08:04:07.696Z","avatar_url":"https://github.com/marcin-filipiak.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gtk_ImageResizer\n\n## Overview\n\n**Image Resizer** is a GTK-based desktop application written in C for resizing multiple `.jpg` images in a specified directory. The program allows users to select an image folder, choose a resizing option, and process images in the background, displaying progress and logs in a user-friendly interface.\n\n---\n\n## Features\n\n- **Folder Selection**: Browse and select a directory containing `.jpg` images.\n- **Resize Options**: Choose from four predefined image sizes:\n  - Photograph (Height: 1200px)\n  - Article (Height: 600px)\n  - Thumbnail (Height: 200px)\n  - Icon (Height: 50px)\n- **Real-time Progress**: Updates a progress bar as images are resized.\n- **Log Output**: Displays resizing details in a scrollable text view.\n- **Threaded Processing**: Runs image resizing in a separate thread to keep the UI responsive.\n\n---\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd \u003crepository-directory\u003e\n   ```\n\n2. Install required dependencies:\n   ```bash\n   sudo apt-get install libgtk-3-dev libgdk-pixbuf2.0-dev\n   ```\n\n3. Compile the program or Install:\n   \n  compilation\n   ```bash\n   ./GCompileAndPack.sh\n   ```\n  install\n   ```bash\n   sudo dpkg -i ImageSegregator.deb\n   ```\n\n5. Run installed program:\n   ```bash\n   ImageSegregator\n   ```\n\n---\n\n## Usage\n\n1. Launch the application.\n2. Click **Select Folder** to choose a directory containing `.jpg` images.\n3. Select a resize option from the dropdown menu.\n4. Click **Resize Images** to begin processing.\n5. Monitor the progress bar and log for updates.\n\n---\n\n## File Management\n\n- Resized images are saved in the same folder as the original, prefixed with `s_` (e.g., `original.jpg` → `s_original.jpg`).\n\n---\n\n## Dependencies\n\n- **GTK+ 3.0**\n- **GDK-Pixbuf 2.0**\n- **POSIX Threads (pthread)**\n\n---\n\n\n## Links\n\nMy tools for images segregation, resizing etc:\n\n* ![Image Decoupler GUI](https://github.com/marcin-filipiak/gtkmm_ImageDecoupler) - GTKmm, find duplicated images in subfolders\n* ![Image Decoupler Console](https://github.com/marcin-filipiak/cpp_ImageDecoupler) - Console, find duplicated images in subfolders\n* ![Image Segregator GUI](https://github.com/marcin-filipiak/gtk_ImageSegregator) - GTK, usefull tool for images segregation\n* ![Image Resizer GUI](https://github.com/marcin-filipiak/gtk_ImageResizer) - GTK , resize images in folder\n* ![Image Resizer GUI](https://github.com/marcin-filipiak/qt_ImgFolderResizer) - Qt, resize images in folder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcin-filipiak%2Fgtk_imageresizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcin-filipiak%2Fgtk_imageresizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcin-filipiak%2Fgtk_imageresizer/lists"}