Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman19941113 committed Nov 12, 2024
1 parent c056469 commit 4783742
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@

English / [简体中文](./README_CN.md)

Rename Photos is a cross-platform desktop-app for renaming photos using EXIF data.
A cross-platform desktop-app for renaming photos using EXIF data

Additionally, it is compatible with videos that include metadata like `Date`, `Make`, `Camera`.

If your files lack EXIF data, it also works. [See more...](https://armantang.fun/rename-photos)

This app has a compact bundle size of just 4MB. Feel free to use it.
Compatible with videos that include metadata like `Date`, `Make`, `Camera`

</div>

## Download

A compact bundle size of just 4MB:
- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_aarch64.dmg)
- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64.dmg)
- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64_en-US.msi)
Expand All @@ -31,6 +28,5 @@ sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app
```
### Is this app safe?

Yes! The codes are open-source.

We don't collect any user privacy information, and our only function is to rename files.
- Open source
- Only rename files
12 changes: 5 additions & 7 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@

<h1>Rename Photos</h1>

Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应用
一个使用 EXIF 数据给图片重命名的跨平台桌面应用

此外,如果视频文件有 `Date`, `Make`, `Camera` 相关元数据也是支持的。

如果你的文件缺少 EXIF 数据,软件也能工作。[了解更多...](https://armantang.fun/rename-photos-zh)

软件安装包仅 4MB 左右,请放心食用。
支持有 `Date`, `Make`, `Camera` 相关元数据的视频文件

</div>

## 下载

软件安装包仅 4MB 左右:
- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_aarch64.dmg)
- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64.dmg)
- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64_en-US.msi)
Expand All @@ -29,4 +26,5 @@ sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app
```
### 软件是否安全?

是的!所有代码都是开源的!软件只提供文件重命名功能,不会收集任何用户隐私信息。
- 代码开源
- 只做一件事情:文件重命名

0 comments on commit 4783742

Please sign in to comment.