all repos — wp-resized2cache @ 03d5b738a7c0b2e9bfbe5b7cfd951b100f74e06f

readme.txt (view raw)

 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
=== wp-resized2cache ===
Contributors: cadeyrn
Donate link:
Tags: image, cache, image quality,
Requires at least: 3.0
Tested up to: 4.4
Stable tag: 0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Required minimum PHP version: 5.3

Sharpen, enchance and move resized images to cache folder

== Description ==

The plugin does 3 things:

* sets the upload JPEG quality to 92%
* applies adaptive sharpening to resized JPG files
* moves the resized files from the default file upload location to the wp-content/cache folder (only the resized ones!)

why:
Because the default jpg quality is too low and because orphaned resized files used to give me a headache; this way I can clean the cache folder and regenerate the missing ones easily.

== Requirements ==

* minimum PHP version: 5.3
* Imagemagick PHP plugin

== Installation ==

1. Upload contents of `wp-resized2cache.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress

== Changelog ==

Version numbering logic:

* every A. indicates BIG changes.
* every .B version indicates new features.
* every ..C indicates bugfixes for A.B version.

= 0.1 =
*2015-12-10*

* first stable release