# heic-convert-compress **Repository Path**: codezm/heic-convert-compress ## Basic Information - **Project Name**: heic-convert-compress - **Description**: heic图片格式转换、压缩处理 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-30 - **Last Updated**: 2025-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 初衷 ---- 1. 使用 iPhone 手机拍出的照片是 `HEIC` 格式的图片,这种图片格式在苹果系列的产品中可以得到很好的支持,但像 Windows、web等场景的适配就不行了,适用范围不广。 2. 图片太大,需要对图片做压缩处理,主要用于 web 场景的使用。 3. 最好对某个目录下的所有图片进行处理。 ## 下载可执行文件 - [Windows](https://gitee.com/codezm/heic-convert-compress/releases/download/v1.1.1/heic-convert-compress-win.exe) - [MacOs](https://gitee.com/codezm/heic-convert-compress/releases/download/v1.1.1/heic-convert-compress-macos) - [Linux](https://gitee.com/codezm/heic-convert-compress/releases/download/v1.1.1/heic-convert-compress-linux) ## 项目开发 ```bash git clone https://gitee.com/codezm/heic-convert-compress.git cd heic-convert-compress pnpm install # 运行 node index.js ``` ### 项目打包 ```bash pnpm run build ```