An open API service indexing awesome lists of open source software.

https://github.com/yinxulai/talpa

🎁 基于 Electron 的图片格式转换工具,支持超多格式
https://github.com/yinxulai/talpa

convert electron format image

Last synced: about 1 year ago
JSON representation

🎁 基于 Electron 的图片格式转换工具,支持超多格式

Awesome Lists containing this project

README

          

# talpa

![logo](https://github.com/yinxulai/talpa/blob/desgin/assets/logo/64x64.png)

![Build/release](https://github.com/yinxulai/talpa/workflows/Build/release/badge.svg)

基于 `Electron` 的图片格式转换工具,`talpa` 是拉丁语中变色龙的意思,这个工具开始只是为了方便自己导出手机里的 heic 相片,后面将考虑支持更多格式的转换支持。

## 功能

目前支持 `heic`、`png`、`jpeg`、`tiff`、`gif` 转换为 `png`、`jpeg`, 其他格式慢慢支持中。。。

### 安装下载

请在 [`release`](https://github.com/yinxulai/talpa/releases) 下载自己的平台二进制文件包即可

### 使用

直接拖入文件即可,将你所有的文件拖入窗口所示区域、然后松开、软件会自动过滤不支持的格式,剩下的文件会自动进行转换。

### 演示

![演示](https://github.com/yinxulai/talpa/blob/desgin/assets/preview.gif)

## TODO
* [x] 支持导出格式选择
* [x] 添加转换 png 格式支持
* [x] 添加转换 jpeg 格式支持
* [x] 添加转换 gif 格式支持
* [x] 添加转换 tiff 格式支持
* [ ] 添加转换 webp 格式支持
* [ ] 添加转出 webp 格式支持
* [ ] 添加详细的设置界面
* [ ] 支持包含序列的图像全序列导出(gif、tiff、heic)
* [ ] 优化交互、动画、界面