Skip to content

一个图片转 Base64 编码的工具,使用 Vue + Electron。

License

Notifications You must be signed in to change notification settings

SIXiaolong1117/vue-pictobase64

Repository files navigation

图片转 Base64(Pic to Base64)

一个基于 Vue 的图片转 Base64 客户端。

下载/Download

从 Releases 获取

您可以直接到Releases · SIXiaolong1117/vue-pictobase64下载已经打包好的软件。

从 Microsoft Store 获取

功能/Feature

功能 实现情况
图片转 Base64 ✔️
从本地打开图片 ✔️
从剪贴板打开图片 ⚠️(只支持截图工具写入剪贴板的图片,不支持复制图片文件后从剪贴板打开)
拖拽文件到应用界面打开图片 ✔️
Base64 解码 ✔️(直接将解码出的图片拖到本地即可)
复制时使用 Markdown 语法 ✔️

获取源码/Source Code

想要构建此项目,您需要:

git clone https://github.com/SIXiaolong1117/vue-pictobase64.git
cd vue-pictobase64
yarn

运行:

yarn electron:serve

打包:

yarn electron:build

License

MIT license