{"id":46327593,"url":"https://github.com/ksharindam/photoquick","last_synced_at":"2026-03-04T16:33:35.831Z","repository":{"id":40050203,"uuid":"81515671","full_name":"ksharindam/photoquick","owner":"ksharindam","description":"Light-weight image viewer with crop,resize,collage, photogrid and filters","archived":false,"fork":false,"pushed_at":"2025-11-22T03:14:25.000Z","size":956,"stargazers_count":21,"open_issues_count":4,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-11-22T05:28:48.326Z","etag":null,"topics":["collage","image-viewer","inpainting","photo-crop","qt4","qt5"],"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/ksharindam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-10T02:05:09.000Z","updated_at":"2025-11-22T03:14:29.000Z","dependencies_parsed_at":"2023-11-26T04:25:55.767Z","dependency_job_id":"38a63366-98f5-4faa-885c-8fd6d92421ee","html_url":"https://github.com/ksharindam/photoquick","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/ksharindam/photoquick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fphotoquick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fphotoquick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fphotoquick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fphotoquick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksharindam","download_url":"https://codeload.github.com/ksharindam/photoquick/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fphotoquick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30086452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["collage","image-viewer","inpainting","photo-crop","qt4","qt5"],"created_at":"2026-03-04T16:33:35.735Z","updated_at":"2026-03-04T16:33:35.811Z","avatar_url":"https://github.com/ksharindam.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![License](https://img.shields.io/github/license/ksharindam/photoquick)\n![Release](https://img.shields.io/github/v/release/ksharindam/photoquick)\n![Release Date](https://img.shields.io/github/release-date/ksharindam/photoquick)\n![Downloads Total](https://img.shields.io/github/downloads/ksharindam/photoquick/total)\n![Downloads Latest](https://img.shields.io/github/downloads/ksharindam/photoquick/latest/total)\n\n# PhotoQuick (for Linux and Windows)\nA simple handy image viewer and editor with some useful features (Qt based).\n\n### Description\nThis program is aimed at ease of use, quick opening, and doing most necessary features.  \n\n * Export to PDF  \n * Auto Resize to file size  \n * Crop in particular ratio  \n * Rotate, mirror, perspective transform  \n * Add Border  \n * Create photo grid for printing  \n * Magic Eraser (inpainting)  \n * Intelligent Scissor  \n * Filters  (Scan Page, Reduce Noise, Auto Contrast, White Balance )  \n * Photo Optimizer \u0026 Batch Resize  \n * Plugin support  \n\n\n### Download\nDownload the precompiled packages from [releases page](https://github.com/ksharindam/photoquick/releases).  \nFor Windows download .exe package and install it.  \nFor Linux download .AppImage package, mark it executable, and double click to run.  \n\n### Build (Linux)\nThis program supports both Qt4 and Qt5. Qt4 is not available on newer distros.  \nBut Qt4 is preferred over Qt5.  \n\nInstall dependencies...  \n**Build dependencies ...**  \n * libqt4-dev or qtbase5-dev  \n\nTo build this program, extract the source code zip.  \nOpen terminal and change directory to src/  \nThen run these commands to compile...  \n```\nqmake  \nmake -j4  \n```\n\nTo install run ...  \n`sudo make install`  \n\nTo uninstall, run ...  \n`sudo make uninstall`  \n\n**Runtime Dependencies**  \n* libqtcore4 or libqt5core5a  \n* libqtgui4 or libqt5gui5  \n* libqt4-svg or libqt5svg5  (for svg support | optional)  \n* libgomp1  \n* wget (for check for updates in linux | optional)  \n\n### Build (Windows)\nDownload Qt 4.8.7 and minGW32  \nAdd Qt/4.8.7/bin directory and mingw32/bin directory in PATH environment variable.  \nIn src directory open Command Line.  \nRun command...  \n`qmake`  \n`make -j4`  \n\n### Plugins\nThe plugins/ directory contains only sample plugins.  \n**Build (Linux and Windows) :**  \nOpen terminal or command line in project root directory.  \nThen run these commands to compile...  \n```\ncd plugins  \nqmake  \nmake -j4  \n```  \n**Install (Linux) :**  \n`sudo make install`  \n\nGet more plugins from https://github.com/ImageProcessing-ElectronicPublications/photoquick-plugins  \nAlso you can create your own plugins and use with it.  \n\n### Usage\nTo run this program...  \n`photoquick`  \n\nTo open image.jpg with it...  \n`photoquick image.jpg`  \n\n### Keyboard Shortcuts\nReload Image : R  \nDelete Image : Delete  \nCopy Image : Ctrl+C  \nUndo : Ctrl+Z  \nRedo : Ctrl+Y  \n\n### Supported Image Formats\nAll formats supported by Qt are supported in this program.  \n**Read :** JPG, PNG, GIF, SVG, TIFF, ICO, BMP, XPM, XBM, PPM, PBM, PGM  \n**Write :** JPG, PNG, TIFF, ICO, BMP, XPM, XBM, PPM  \n\nJPEG2000 and WebP formats are supported via image format plugins.  \nYou can get these here...  \nhttps://github.com/ksharindam/qt-imageformat-plugins  \n\n### Screenshots\n\nMain Window  \n![Main Window](data/screenshots/Screenshot1.jpg)  \n\nPhoto-Grid  \n![Photo Grid](data/screenshots/Screenshot2.jpg)  \n\nScissor Tool  \n![Scissor Tool](data/screenshots/Screenshot3.jpg)  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksharindam%2Fphotoquick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksharindam%2Fphotoquick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksharindam%2Fphotoquick/lists"}