Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Cute-Dress/Dress
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 21, 2024
2 parents d114898 + cc1d73d commit 7cffb16
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@
### 隐私提醒 Privacy Notice

照片中有 EXIF 数据,会存储地理位置、拍照设备等信息。请留意意外的个人信息泄漏,push照片前,请仔细检查照片的EXIF信息是否得到妥善处理。如果你不想公开这些信息,可以删除 EXIF。
删除方法参考 <https://forums.adobe.com/thread/890607>

Please pay attention to preventing the accidental leakage of personal information. Please check carefully whether the EXIF information is properly handled (such as GPS tags) before you push the photo(s). If you want to delete EXIF please refer to <https://forums.adobe.com/thread/890607>
删除方法参考:

> 使用 [GIMP](https://www.gimp.org/downloads/):打开 GIMP,导入需要处理的图片。点击「文件」 > 「导出为」,选择图片格式如 JPEG。在弹出的「导出图像」窗口中,点击「高级选项」。取消勾选「保存 EXIF 数据」。点击「导出」,保存图片时EXIF信息将被删除。
>
> 使用命令行工具 [ExifTool](https://exiftool.org/):打开命令行(Windows命令提示符、Mac/Linux终端)。使用以下命令删除图片中的所有EXIF信息并保存为新文件:
> ```bash
> exiftool -all= -o new_image.jpg image.jpg
> ```
> 使用在线工具:打开任意一个EXIF删除的在线工具网站,上传需要处理的图片文件,网站会自动处理图片并去除EXIF信息,下载处理后的图片即可。(如考虑到安全问题请采取其他方法)
Please pay attention to preventing the accidental leakage of personal information. Please check carefully whether the EXIF information is properly handled (such as GPS tags) before you push the photo(s). If you want to delete EXIF, you can refer to the means below:
> Via [GIMP](https://www.gimp.org/downloads/):Open GIMP and import the image you want to edit. Go to "File" > "Export As" and choose a format like JPEG. In the "Export Image" window, click on "Advanced Options". Uncheck the "Save EXIF data" option. Click "Export" to save the image without EXIF data.
>
> Via Command-Line Tool [ExifTool](https://exiftool.org/):Open the command prompt (Windows) or terminal (Mac/Linux).Use the following command to delete all EXIF information from the picture and save it as a new file:
> ```bash
> exiftool -all= -o new_image.jpg image.jpg
> ```
> Via Online Tools:Go to an online EXIF removal tool,Upload the image you want to edit. The website will automatically remove the EXIF data, and you can then download the processed image.(If you consider safety issues, please take other methods)
16 changes: 16 additions & 0 deletions H/Haruki/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Hezcliffe](https://github.com/pHezcliffe)

### 好耶 是女装~

## About me
是喜欢编程和cos的高中牲QAQ

希望能认识更多可爱的男孩子,当然也包括可爱的女孩子!~

## Contact
- Email: [[email protected]](mailto:[email protected])
- Telegram: [@Hezcliffe](https://t.me/Hezcliffe)

*期待与你的交流!*

>新手第一次用git和写md,请多包涵
Binary file added H/Haruki/mei_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added H/Haruki/mei_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cffb16

Please sign in to comment.