Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhbhun/idify
Make ID photo right in the browser.
https://github.com/zhbhun/idify
id passport photo
Last synced: 4 days ago
JSON representation
Make ID photo right in the browser.
- Host: GitHub
- URL: https://github.com/zhbhun/idify
- Owner: zhbhun
- License: gpl-3.0
- Created: 2023-09-10T04:06:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T00:11:55.000Z (over 1 year ago)
- Last Synced: 2025-02-10T18:00:02.288Z (11 days ago)
- Topics: id, passport, photo
- Language: TypeScript
- Homepage: https://idify.netlify.app/
- Size: 93.5 MB
- Stars: 963
- Watchers: 10
- Forks: 95
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idify
Idify is a locally run browser-based application for creating ID photos.
## Download
- [Website](https://idify.netlify.app/)
- [Android](https://github.com/zhbhun/idify/releases)## Feature
- Privacy-Focused: Ensure user privacy by not uploading file to server, enhancing the security of personal documents.
- Document Support: Edit various common documents, including ID cards, passports, visas, and more.
- Free of Charge: Provide all editing functionalities free of cost, making it accessible to a wide range of users.
- Multi-Platform Compatibility: Access the tool on various platforms, including the web and Android devices.
- Responsive Web Design: Adapt seamlessly to different screen sizes, offering a responsive web design that caters to both PC and mobile users.
Cross-Device Functionality:
- Editing Capabilities: Enable users to edit and enhance document photos with features such as cropping, resizing, adjusting brightness and contrast, and more.## Privacy
Idify does not send your images to a server. All image processing is done locally.
However, it utilizes Google Analytics to collect the following:
- [Basic visitor data](https://support.google.com/analytics/answer/6004245).
- If Idify is a Progressive Web App (PWA), it collects information about the type of Idify installation.
- If Idify is a Progressive Web App (PWA), it records the installation time and date.# Developing
To contribute to Idify's development:
1. Clone the repository.
2. To install the required node packages, run:```shell
pnpm install
```3. Start the development server by running:
```shell
npm run dev
```## Roadmap
- [ ] Add feature descriptions to the homepage.
- [x] Include common ID photo dimensions for various countries.
- [x] Support fine-tuning of image details like brightness and contrast.
- [ ] Support adding filters like black and white to images.
- [ ] Support for internationalization or localization.
- [ ] ID photo management## License
This software is free to use under the GPL License.