{"id":45754799,"url":"https://github.com/c4nu/paddie","last_synced_at":"2026-02-25T20:00:43.732Z","repository":{"id":185887300,"uuid":"674274666","full_name":"C4NU/Paddie","owner":"C4NU","description":"Convert image files as .jpg, .jpeg, .png ... to .webp files.","archived":false,"fork":false,"pushed_at":"2026-02-25T18:13:55.000Z","size":432091,"stargazers_count":62,"open_issues_count":7,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-25T18:51:02.768Z","etag":null,"topics":["conversion","converter","exif","exif-data","gui","image-converter","image-to-image","jpg","pillow","pyqt6","python","webp"],"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/C4NU.png","metadata":{"files":{"readme":"README.ko.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-03T14:40:42.000Z","updated_at":"2026-02-25T18:13:58.000Z","dependencies_parsed_at":"2023-12-19T08:43:51.958Z","dependency_job_id":null,"html_url":"https://github.com/C4NU/Paddie","commit_stats":{"total_commits":178,"total_committers":7,"mean_commits":"25.428571428571427","dds":0.1573033707865169,"last_synced_commit":"d965d8e5ae2eb17b6ec11de6b075def933942258"},"previous_names":["c4nu/webp-converter-gui","c4nu/paddie"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/C4NU/Paddie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C4NU%2FPaddie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C4NU%2FPaddie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C4NU%2FPaddie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C4NU%2FPaddie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/C4NU","download_url":"https://codeload.github.com/C4NU/Paddie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C4NU%2FPaddie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["conversion","converter","exif","exif-data","gui","image-converter","image-to-image","jpg","pillow","pyqt6","python","webp"],"created_at":"2026-02-25T20:00:32.783Z","updated_at":"2026-02-25T20:00:43.722Z","avatar_url":"https://github.com/C4NU.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paddie。\n\n[![CodeFactor](https://www.codefactor.io/repository/github/c4nu/paddie/badge/main)](https://www.codefactor.io/repository/github/c4nu/paddie/overview/main)\n\n![](https://img.shields.io/badge/stable-v3.4.2-blue?style=flat)\n\n[![Github All Releases](https://img.shields.io/github/downloads/c4nu/paddie/total.svg)]()\n\n## Package Version\n\nPython 3.9+\n\nPyQt6\n\nPillows\n\nPyinstaller\n\n## Description\n\n이미지 포맷 변환 및 EXIF 정보 기반 프레임(레터박스) 합성 프로그램.\n\n### 주요 기능\n\n1. **WebP 변환**: JPG, PNG, TIFF 등을 WebP로 일괄 변환 (무손실, 품질, EXIF/ICC 보존 옵션 제공)\n2. **EXIF 프레임**: 사진 하단 또는 전체에 촬영 정보(바디, 렌즈, 설정값 등)가 포함된 프레임 합성\n3. **멀티스레딩 지원**: 변환 작업 중 UI 멈춤 현상 없앰 및 진행률 실시간 표시\n4. **다국어 지원**: 한국어, 영어, 일본어, 중국어 지원\n5. **설정 UI**: 메인 화면 ⚙️ 버튼을 통해 언어 및 사용자 설정 직접 관리\n\n## Build\n\n### 자동 빌드 (추천)\n```bash\npython3 build_paddie.py\n```\n\n### 수동 빌드\n```bash\n# macOS\npyinstaller --windowed --noconfirm --clean \\\n--hidden-import PyQt6 \\\n--name \"Paddie\" \\\n--icon resources/icon.icns \\\n--add-data \"resources/ui:resources/ui\" \\\n--add-data \"resources/fonts:resources/fonts\" \\\n--add-data \"resources/model_map.csv:resources\" \\\n--add-data \"resources/user_data.json:resources\" \\\n--add-data \"resources/Barlow-Light.ttf:resources\" \\\n--add-binary \"/opt/homebrew/lib/libzstd.1.dylib:.\" \\\n--osx-bundle-identifier \"paddie_legacy\" \\\nsrc/main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc4nu%2Fpaddie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc4nu%2Fpaddie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc4nu%2Fpaddie/lists"}