-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
72 lines (49 loc) · 1.9 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
=== Plugin Name ===
Contributors: stewarty, poweredbycoffee
Donate link: http://poweredbycoffee.co.uk
Tags: images, compression, lossless
Requires at least: 3.5.0
Tested up to: 4.5.3
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Losslessly Compress Images as they are created using JpegOptim, OptiPNG & Gifsicle
== Description ==
Performs lossless compression on Jpeg, PNG & Gif Images using JpegOptim, OpimPNG & Gifsicle
## Requirements
- **Installed on Server**
- JpegOptim
- Gifsicle
- OptimPNG
- **PHP setup**
- Access to `exec()` function
##Important##
This will not compress images already in your Media Library! It will only work on newly uploaded images.
## Upcoming/Roadmap
- More PNG Compression Options
- MozJpeg Compression
- WP CLI tool
- Support for compressing images made by Timber
- Compress on Demand
- Filterable locations for locating the tools
- Improve the Tool Loader to use less RAM
- Internationalisation
- Include required Binaries with the Plugin
== Installation ==
## Installation
**From Github**
https://github.com/pbc-web/WP-Image-Compress
Clone the directory into your mu-plugins. The plugin will be active automatically and start compressing new images as they are uploaded.
**From WordPress.org**
1. Upload `pbc-image-compress.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Why Doesn't this plugin Work For Me? =
You probably don't have the needed ImageCompression Libraries installed on your server. If you have access to your server they are quite easy to install. if you are on a shared host then please ask your webhost to install them
= What about foo bar? =
Answer to foo bar dilemma.
== Screenshots ==
This plugin has no UI. It runs quietly in the background doing its thing.
== Changelog ==
= 0.1 =
* Initial Release