You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+119-9Lines changed: 119 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,133 @@
7
7
8
8
# Tinify API client for Python
9
9
10
-
Python client for the Tinify API, used for [TinyPNG](https://tinypng.com) and [TinyJPG](https://tinyjpg.com). Tinify compresses your images intelligently. Read more at [http://tinify.com](http://tinify.com).
10
+
**Tinify** is the official Python client for the [TinyPNG](https://tinypng.com) and [TinyJPG](https://tinyjpg.com/) image compression API, enabling developers to intelligently compress, resize, convert and optimize PNG, APNG, JPEG, WebP and AVIF images programmatically. Read more at [https://tinify.com](https://tinify.com/developers).
11
11
12
-
## Documentation
13
12
14
-
[Go to the documentation for the Python client](https://tinypng.com/developers/reference/python).
13
+
[Go to the full documentation for the Python client](https://tinypng.com/developers/reference/python).
14
+
15
+
## Features
16
+
17
+
- Compress and optimize images, reducing file size by 50-80% while preserving visual quality
18
+
- Resize and crop images with smart compression
19
+
- Convert between PNG, JPEG, WebP and AVIF formats
20
+
- Preserve metadata (optional)
21
+
- Upload to storage providers like Amazon S3, Google cloud storage.
22
+
- Apply visual transformations with the Tinify API
This software is licensed under the MIT License. [View the license](LICENSE).
163
+
This software is licensed under the MIT License. See [LICENSE](https://github.com/tinify/tinify-python/blob/master/LICENSE) for details.
164
+
165
+
## Support
166
+
167
+
For issues and feature requests, please use our [GitHub Issues](https://github.com/tinify/tinify-python/issues) page or contact us at [support@tinify.com](mailto:support@tinify.com)
0 commit comments