Pixel Converter(图片格式转换器)简介
Pixel Converter免费好用的图片格式转换器,开源免费,支持Windows、macOS系统,能够帮助我们快速转换多种常见图像格式,包括 JPG、PNG、WebP、AVIF、TIFF 和 GIF,该网页版工具支持拖放操作,我们只需将图像文件拖入网页应用程序,即可轻松完成转换,无需联网本地化转换。
该工具支持批量转换,可以一次性转换处理多个文件,极大地提高图片格式转换效率,可以自定义选择输出文件的保存位置,并可选地在转换完成后自动打开该文件夹,方便快捷。
![Pixel Converter - 图片格式转换器[支持Windows/macOS]](https://www.3kjs.com/wp-content/uploads/2025/04/iScreen-Shoter-Google-Chrome-250417162014.webp)
- 支持的输入格式:.jpg, .jpeg .png .webp .avif .tiff, .tif .gif .heic, .heif
- 支持的输出格式:JPG, PNG, WebP, AVIF, TIFF, or GIF
Pixel Converter(图片格式转换器)官网及下载
部署教程:
1、克隆安装
git clone https://github.com/katbella/pixel-converter.git
cd pixel-converter
npm install
2、开发模式运行
npm run dev
3、构建应用程序:这将使用MacOS和Windows的应用程序创建版本文件夹。
npm run build