forked from kyleduo/TinyPNG4Mac
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
9 changed files
with
79 additions
and
49 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,56 +1,71 @@ | ||
# TinyPNG4Mac | ||
TinyPNG client for Mac | ||
|
||
![](./preview/icon.png) | ||
|
||
This is a client of [TinyPNG](https://tinypng.com) for Mac, with which you can compress pngs without open browser and manually download images, all you need to do is just drag and drop. | ||
|
||
[中文](./README_ZH.md) | ||
|
||
### Version 1.0.0 | ||
|
||
### Version 0.9.3 | ||
|
||
1. Update to **Swift 3** | ||
2. Add `Pods/` to `.gitignore` | ||
3. Display progress when uploading/downloaing. | ||
|
||
### Version 0.9.2 | ||
|
||
1. Support **JPG** and **JPEG**. | ||
|
||
### Version 0.9 brings a lot of change. | ||
1. New icon and interface | ||
2. Support "in place" | ||
3. Improve stability and fix bugs | ||
|
||
1. Whole new design UI. | ||
2. New workflow and easy to use. | ||
3. Custom ouput path support. | ||
4. Sorted task list. | ||
5. Chinese support. | ||
|
||
|
||
### Usage | ||
|
||
1. Regist a KEY using your email at [link](https://tinypng.com/developers/subscription). You can also do this from Client since there is a button on the window. | ||
1. Register a KEY using your email at [link](https://tinypng.com/developers). You can also do this from Client since there is a button on the window. | ||
2. Paste your key to window. (You can edit it when you need to) | ||
3. Drag images to the window. | ||
|
||
### Download | ||
|
||
\>\>\>\>\>\> [Link](https://github.com/kyleduo/TinyPNG4Mac/raw/master/archive/TinyPNG4Mac.app.zip) \<\<\<\<\<\< | ||
|
||
Check "Anywhere" in `Preferences -> Security & privacy` if you can not open this app. Just for the first time, and I suggest you uncheck it after you open this app for security. | ||
|
||
### Preview | ||
|
||
![](./preview/preview.jpg) | ||
![](./preview/preview.png) | ||
|
||
|
||
|
||
### Download | ||
|
||
\>\>\>\>\>\> [Link](https://github.com/kyleduo/TinyPNG4Mac/releases) \<\<\<\<\<\< | ||
|
||
Check "Anywhere" in `Preferences -> Security & privacy` if you can not open this app. Just for the first time, and I suggest you uncheck it after you open this app for security. | ||
|
||
#### Gif | ||
|
||
![](./preview/preview.gif) | ||
|
||
### Thanks | ||
|
||
[droptogif](https://github.com/mortenjust/droptogif) -- A very useful client for convert video to gif. I learnt how to create window from that project. | ||
|
||
|
||
|
||
### History | ||
|
||
> **Version 0.9.3** | ||
> | ||
> 1. Update to **Swift 3** | ||
> 2. Add `Pods/` to `.gitignore` | ||
> 3. Display progress when uploading/downloaing. | ||
> | ||
> | ||
> | ||
> **Version 0.9.2** | ||
> | ||
> 1. Support **JPG** and **JPEG**. | ||
> | ||
> | ||
> | ||
> **Version 0.9 brings a lot of change.** | ||
> | ||
> 1. Whole new design UI. | ||
> 2. New workflow and easy to use. | ||
> 3. Custom ouput path support. | ||
> 4. Sorted task list. | ||
> 5. Chinese support. | ||
### License | ||
|
||
Developed by [@kyleduo](https://github.com/kyleduo) and available under the [MIT](http://opensource.org/licenses/MIT) license. |
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,53 +1,68 @@ | ||
# TinyPNG4Mac | ||
TinyPNG client for Mac | ||
|
||
![](./preview/icon.png) | ||
|
||
这是[TinyPNG](https://tinypng.com)的Mac客户端。TinyPNG提供了PNG图片的“几乎无损”压缩服务。使用TinyPNG4Mac,你可以通过简单的拖拽完成对PNG图片的压缩,无需打开浏览器,无需手动下载图片。 | ||
|
||
### Version 0.9.3 | ||
|
||
1. 升级到Swift 3 | ||
2. 将`Pod/`添加到`.gitignore` | ||
3. 上传和下载时显示进度 | ||
|
||
### Version 0.9.2 | ||
|
||
1. 支持 **JPG** 和 **JPEG**. | ||
### 1.0.0版本 | ||
|
||
### 0.9版本带来了很多更新 | ||
1. 新设计的icon和界面 | ||
2. 支持“替换原图” | ||
3. 修复bug,提升稳定性 | ||
|
||
1. 重新设计的UI; | ||
2. 新的流程更加易用,安全; | ||
3. 支持自定义保存路径; | ||
4. 任务列表排序; | ||
5. 支持中文。 | ||
|
||
|
||
### 使用 | ||
|
||
1. 到[这里](https://tinypng.com/developers/subscription)注册API Key. 你也可以在打开TinyPNG4Mac的时候注册。 | ||
1. 到[这里](https://tinypng.com/developers)注册API Key. 你也可以在打开TinyPNG4Mac的时候注册。 | ||
2. 将API Key粘贴到界面上。 | ||
3. 拖拽图片到窗口中。 | ||
|
||
### 下载 | ||
|
||
\>\>\>\>\>\> [点击这里下载](https://github.com/kyleduo/TinyPNG4Mac/raw/master/archive/TinyPNG4Mac.app.zip) \<\<\<\<\<\< | ||
|
||
第一次打开可能出现“无法打开”的提示,请到`设置 -> 安全性与隐私`里面勾选`所有来源`。出于安全考虑,建议打开之后关闭这个选项。 | ||
|
||
### 预览 | ||
|
||
![](./preview/preview.jpg) | ||
![](./preview/preview.png) | ||
|
||
|
||
|
||
### 下载 | ||
|
||
\>\>\>\>\>\> [点击这里下载](https://github.com/kyleduo/TinyPNG4Mac/releases) \<\<\<\<\<\< | ||
|
||
第一次打开可能出现“无法打开”的提示,请到`设置 -> 安全性与隐私`里面勾选`所有来源`。出于安全考虑,建议打开之后关闭这个选项。 | ||
|
||
#### Gif | ||
|
||
![](./preview/preview.gif) | ||
|
||
### 致谢 | ||
|
||
[droptogif](https://github.com/mortenjust/droptogif) -- 实用的视频转Gif的工具。我在里面学习了如何创建Window。 | ||
|
||
|
||
|
||
### 版本历史 | ||
|
||
> ### Version 0.9.3 | ||
> | ||
> 1. 升级到Swift 3 | ||
> 2. 将`Pod/`添加到`.gitignore` | ||
> 3. 上传和下载时显示进度 | ||
> | ||
> ### Version 0.9.2 | ||
> | ||
> 1. 支持 **JPG** 和 **JPEG**. | ||
> | ||
> ### 0.9版本带来了很多更新 | ||
> | ||
> 1. 重新设计的UI; | ||
> 2. 新的流程更加易用,安全; | ||
> 3. 支持自定义保存路径; | ||
> 4. 任务列表排序; | ||
> 5. 支持中文。 | ||
|
||
|
||
### 协议 | ||
|
||
Developed by [@kyleduo](https://github.com/kyleduo) and available under the [MIT](http://opensource.org/licenses/MIT) license. |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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