# Idify **Repository Path**: jspp_admin/Idify ## Basic Information - **Project Name**: Idify - **Description**: Idify 是纯浏览器本地运行的证件照生成工具 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/idify - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2023-10-18 - **Last Updated**: 2023-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Idify Idify is a locally run browser-based application for creating ID photos. ## 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. ## Usage - [Website](https://idify.netlify.app/) - [Android](https://github.com/zhbhun/idify/releases) # 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. - [ ] Include common ID photo dimensions for various countries. - [ ] Support fine-tuning of image details like brightness and contrast. - [ ] Support adding filters like black and white to images. - [ ] Support for internationalization or localization. ## License This software is free to use under the GPL License.