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.txt
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,7 @@ Speed up your website. Optimize your JPEG and PNG images automatically with Tin
12
12
13
13
== Description ==
14
14
15
-
Make your website faster by compressing your JPEG and PNG images.
16
-
17
-
This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.
15
+
Make your website faster by compressing your JPEG and PNG images. This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.
18
16
19
17
= Features =
20
18
@@ -25,14 +23,15 @@ This plugin automatically optimizes your images by integrating with the popular
25
23
* See your usage directly from the media settings and during bulk compression.
26
24
* Select which thumbnail sizes of an image may be compressed.
27
25
* Automatic detection of images that can be recompressed.
26
+
* No file size limit.
28
27
29
28
= How does it work? =
30
29
31
-
After you upload an image to your WordPress site, each resized image is uploaded to the TinyJPG or TinyPNG service. Your image is analyzed to apply the best possible compression. Based on the content of your image an optimal strategy is chosen. The result is sent back to your WordPress site. On average JPEG images are compressed by 40-60% and PNG images by 50-80% without visible loss in quality. Your website will load faster for your visitors, and you’ll save storage space and bandwidth!
30
+
After you upload an image to your WordPress site, each resized image is uploaded to the TinyJPG or TinyPNG service. Your image is analyzed to apply the best possible compression. Based on the content of your image an optimal strategy is chosen. The result is sent back to your WordPress site and will replace the original image with one smaller in size. On average JPEG images are compressed by 40-60% and PNG images by 50-80% without visible loss in quality. Your website will load faster for your visitors, and you’ll save storage space and bandwidth!
32
31
33
32
= Getting started =
34
33
35
-
Install this plugin and obtain your free API key from https://tinypng.com/developers. The first 500 compressions per month are completely free, so roughly 100 images can be uploaded to WordPress for free, no strings attached! You can also change which of the generated thumbnail sizes should be compressed, because each one of them counts as a compression. And if you’re a heavy user, you can compress additional images for a small additional fee per image.
34
+
Install this plugin and obtain your free API key from https://tinypng.com/developers. The first 500 compressions per month are completely free, so roughly 100 images can be uploaded to WordPress for free, no strings attached! You can also change which of the generated thumbnail sizes should be compressed, because each one of them counts as a compression. And if you’re a heavy user, you can compress more than 500 images per month for a small additional fee per image.
36
35
37
36
= Multisite support =
38
37
@@ -78,6 +77,20 @@ The API key can also be configured in wp-config.php. You can add a TINY_API_KEY
78
77
4. Show progress while bulk compressing (selection from) media library.
79
78
5. Bulk compress complete media library.
80
79
80
+
== FAQ ==
81
+
82
+
= Q: I don't recall uploading 500 photos this month but my limit is already reached. How is this number calculated? =
83
+
A: When you upload an image to your website, Wordpress will create different sized versions of it (see Settings > Media). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
84
+
85
+
= Q: What happens to the compressed images when I uninstall the plugin? =
86
+
A: When you remove the TinyPNG plugin all your compressed images will remain compressed.
87
+
88
+
= Q: Is there a file size limit? =
89
+
A: No. There are no limitations on the size of the images you want to compress.
90
+
91
+
= Q: What happens when I reach my monthly compression limit? =
92
+
A: Everything will keep on working, but newly uploaded images will not be compressed. Of course we encourage everyone to sign up for a full subscription.
0 commit comments