{"id":50445722,"url":"https://github.com/devsimsek/webseed","last_synced_at":"2026-05-31T21:30:43.306Z","repository":{"id":303492928,"uuid":"1015684847","full_name":"devsimsek/webseed","owner":"devsimsek","description":"A powerful, web-based photo editing application that brings quick image processing to your browser.","archived":false,"fork":false,"pushed_at":"2025-07-07T22:18:19.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T00:02:07.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://devsimsek.github.io/webseed/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsimsek.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-07T22:14:19.000Z","updated_at":"2025-07-07T22:20:00.000Z","dependencies_parsed_at":"2025-07-08T00:59:15.969Z","dependency_job_id":"5ee5ed93-6702-4ae7-8247-c06a959ebffb","html_url":"https://github.com/devsimsek/webseed","commit_stats":null,"previous_names":["devsimsek/webseed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsimsek/webseed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsimsek%2Fwebseed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsimsek%2Fwebseed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsimsek%2Fwebseed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsimsek%2Fwebseed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsimsek","download_url":"https://codeload.github.com/devsimsek/webseed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsimsek%2Fwebseed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33750474,"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-05-31T02:00:06.040Z","response_time":95,"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":[],"created_at":"2026-05-31T21:30:39.726Z","updated_at":"2026-05-31T21:30:43.298Z","avatar_url":"https://github.com/devsimsek.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebSeed 🌱\n\nA powerful, web-based photo editing application that brings quick image processing to your browser.\n\n![WebSeed Demo](https://img.shields.io/badge/status-active-brightgreen)\n![License](https://img.shields.io/badge/license-MIT-blue)\n![JavaScript](https://img.shields.io/badge/javascript-ES6+-yellow)\n\n## ✨ Features\n\n- **Real-time Image Processing** - See your edits instantly as you make them\n- **Quick Filters** - Adjust brightness, contrast, saturation, temperature, and more\n- **Preset Effects** - Quick access to popular styles like Vintage, HDR, Drama, and Black \u0026 White\n- **Advanced Controls** - Fine-tune highlights, shadows, whites, blacks, and vignette\n- **No Server Required** - Everything runs locally in your browser\n- **High Quality Output** - Download your edited images in full resolution\n\n## 🚀 Quick Start\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/devsimsek/webseed.git\n   cd webseed\n   ```\n\n2. Start a local server:\n   ```bash\n   # Using Python 3\n   python3 -m http.server 8000\n   \n   # Or using Node.js\n   npx serve .\n   ```\n\n3. Open your browser and navigate to `http://localhost:8000`\n\n4. Upload an image and start editing!\n\n## 🎨 Available Presets\n\n- **Vintage** - Classic film look with warm tones\n- **Black \u0026 White** - Professional grayscale conversion\n- **HDR** - High dynamic range effect\n- **Drama** - Moody, high-contrast style\n- **Grunge** - Edgy, desaturated aesthetic\n\n## 🛠️ Technologies Used\n\n- **HTML5 Canvas** - For image manipulation\n- **Vanilla JavaScript** - No frameworks, pure performance\n- **CSS3** - Modern, responsive design\n- **File API** - For image upload handling\n\n## 📁 Project Structure\n\n```\nwebseed/\n├── index.html          # Main application page\n├── css/\n│   └── style.css      # Application styles\n├── js/\n│   └── app.js         # Core application logic\n├── docs/              # Documentation\n└── README.md          # This file\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👨‍💻 Author\n\n**devsimsek**\n- GitHub: [@devsimsek](https://smsk.dev)\n\n## 🙏 Acknowledgments\n\n- Inspired by SnapSeed\n- Is an absolute prototype.\n- Designed for me and my friends but you are welcome to use it as well.\n\n---\n\nMade with ❤️ by [devsimsek](https://smsk.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsimsek%2Fwebseed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsimsek%2Fwebseed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsimsek%2Fwebseed/lists"}