-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67fb489
commit c97c3c7
Showing
4 changed files
with
47 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,32 @@ | ||
<div align="center"> | ||
|
||
<img src="./docs/images/coverview-zh.jpg" alt=""/> | ||
<img src="./docs/images/coverview-en.jpg" alt=""/> | ||
|
||
<h1>Rename Photos</h1> | ||
|
||
简体中文 / [English](./README_EN.md) | ||
Rename Photos is a cross-platform desktop-app for renaming photos using EXIF data. | ||
|
||
Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应用。 | ||
If your files lack EXIF data, it also works. [See more...](https://armantang.fun/rename-photos) | ||
|
||
如果你的文件缺少 EXIF 数据,软件也能工作。[了解更多...](https://armantang.fun/rename-photos-zh) | ||
|
||
软件安装包仅 4MB 左右,请放心食用。 | ||
This app has a compact bundle size of just 4MB. Feel free to use it. | ||
|
||
</div> | ||
|
||
## 下载 | ||
## Download | ||
|
||
- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_aarch64.dmg) | ||
- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64.dmg) | ||
- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64_en-US.msi) | ||
- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/rename-photos_0.0.3_amd64.deb) | ||
- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_aarch64.dmg) | ||
- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64.dmg) | ||
- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64_en-US.msi) | ||
- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/rename-photos_0.0.4_amd64.deb) | ||
|
||
### MacOS:软件已损坏,无法打开。 | ||
### "App is damaged and can't be opened" on MacOS | ||
|
||
打开终端输入以下命令: | ||
Open Terminal and then enter the following command: | ||
```bash | ||
sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app | ||
``` | ||
### 软件是否安全? | ||
|
||
是的!所有代码都是开源的!软件只提供文件重命名功能,不会收集任何用户隐私信息。 | ||
### Is this app safe? | ||
|
||
### 为什么开发这个软件? | ||
Yes! The codes are open-source. | ||
|
||
作为一个摄影爱好者拍了很多照片放在电脑和云盘上,所以非常需要这么一个可以基于 EXIF 数据修改文件名的一个软件。使用日期作为文件名有个好处就是:直接在云盘搜索202310就可以很快检索出23年10月拍摄的照片。 | ||
We don't collect any user privacy information, and our only function is to rename files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<div align="center"> | ||
|
||
<img src="./docs/images/coverview-zh.jpg" alt=""/> | ||
|
||
<h1>Rename Photos</h1> | ||
|
||
简体中文 / [English](./README) | ||
|
||
Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应用。 | ||
|
||
如果你的文件缺少 EXIF 数据,软件也能工作。[了解更多...](https://armantang.fun/rename-photos-zh) | ||
|
||
软件安装包仅 4MB 左右,请放心食用。 | ||
|
||
</div> | ||
|
||
## 下载 | ||
|
||
- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_aarch64.dmg) | ||
- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64.dmg) | ||
- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64_en-US.msi) | ||
- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/rename-photos_0.0.4_amd64.deb) | ||
|
||
### MacOS:软件已损坏,无法打开。 | ||
|
||
打开终端输入以下命令: | ||
```bash | ||
sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app | ||
``` | ||
### 软件是否安全? | ||
|
||
是的!所有代码都是开源的!软件只提供文件重命名功能,不会收集任何用户隐私信息。 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters