https://github.com/yinxulai/talpa
🎁 基于 Electron 的图片格式转换工具,支持超多格式
https://github.com/yinxulai/talpa
convert electron format image
Last synced: about 1 year ago
JSON representation
🎁 基于 Electron 的图片格式转换工具,支持超多格式
- Host: GitHub
- URL: https://github.com/yinxulai/talpa
- Owner: yinxulai
- Created: 2020-03-08T08:58:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:41:41.000Z (over 3 years ago)
- Last Synced: 2023-03-04T09:18:28.027Z (over 3 years ago)
- Topics: convert, electron, format, image
- Language: TypeScript
- Homepage:
- Size: 14.4 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talpa


基于 `Electron` 的图片格式转换工具,`talpa` 是拉丁语中变色龙的意思,这个工具开始只是为了方便自己导出手机里的 heic 相片,后面将考虑支持更多格式的转换支持。
## 功能
目前支持 `heic`、`png`、`jpeg`、`tiff`、`gif` 转换为 `png`、`jpeg`, 其他格式慢慢支持中。。。
### 安装下载
请在 [`release`](https://github.com/yinxulai/talpa/releases) 下载自己的平台二进制文件包即可
### 使用
直接拖入文件即可,将你所有的文件拖入窗口所示区域、然后松开、软件会自动过滤不支持的格式,剩下的文件会自动进行转换。
### 演示

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