Title: WP Resized Image Quality
Author: Mike Bijon
Published: <strong>23 กุมภาพันธ์ 2013</strong>
Last modified: 24 เมษายน 2014

---

Search plugins

![](https://ps.w.org/wp-resized-image-quality/assets/banner-772x250.jpg?rev=829675)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-resized-image-quality_311865.svg)

# WP Resized Image Quality

 By [Mike Bijon](https://profiles.wordpress.org/mbijon/)

[Download](https://downloads.wordpress.org/plugin/wp-resized-image-quality.2.1.2.zip)

 * [Details](https://th.wordpress.org/plugins/wp-resized-image-quality/#description)
 * [Reviews](https://th.wordpress.org/plugins/wp-resized-image-quality/#reviews)
 *  [Installation](https://th.wordpress.org/plugins/wp-resized-image-quality/#installation)
 * [Development](https://th.wordpress.org/plugins/wp-resized-image-quality/#developers)

 [Support](https://wordpress.org/support/plugin/wp-resized-image-quality/)

## Description

Get better uploaded quality or save bandwidth: Change the JPEG compression-level
of uploaded images and thumbnails.

‘Resized Image Quality’ lets you _easily_ change the compression-level of uploaded
JPEG images and thumbnails. Set it for maximum quality when you want images to look
their best, or take advantage of lower quality settings to save bandwidth.

The only interface is a slider aqdded to the Settings > Media admin page, making
this easier to use than other compression plugins or functions.php settings.

## Screenshots

 * [[
 * No complicated media/compression interface. Just one slider added to the Settings
   > Admin page

## Installation

 1. Install ‘WP Resized Image Quality’ through the WordPress.org plugin directory, 
    by uploading to your server, or git/grunt/Composer method if you’re that kind of
    dev
 2. After activating the Plugin, change your image quality settings on the Settings
    page in WP-Admin: Settings > Media
 3. That’s it. You’re ready to go!

#### Requirements

 * PHP 5.2 or above
 * WordPress 3.1 or above
 * WP-compatible, server-side image library: gdlib or ImageMagick (ImageMagick is
   preferred)

## FAQ

  Installation Instructions

 1. Install ‘WP Resized Image Quality’ through the WordPress.org plugin directory, 
    by uploading to your server, or git/grunt/Composer method if you’re that kind of
    dev
 2. After activating the Plugin, change your image quality settings on the Settings
    page in WP-Admin: Settings > Media
 3. That’s it. You’re ready to go!

#### Requirements

 * PHP 5.2 or above
 * WordPress 3.1 or above
 * WP-compatible, server-side image library: gdlib or ImageMagick (ImageMagick is
   preferred)

  What was the default image quality in WordPress?

The default image compression setting for JPEGs is 90%.

  What about PNG and GIF images? Are they compressed?

WordPress doesn’t currently support PNG compression internally (none at all). There
are other image-handling plugins that compress PNGs and GIFs, but they either require
server-side tools or a 3rd-party service. For a Plugin using server-side tools, 
try ‘EWWW Image Optimizer’. For a Plugin using a 3rd-party service, try ‘WP Smush.
it’.

  How can I update JPEGs uploaded before installing this plugin at a different setting?

First, install this plugin and choose your new compression level. Then install the
Regenerate Thumbnails plugin, https://wordpress.org/plugins/regenerate-thumbnails/,
and run it. All the regenerated thumbnails will be compressed at the compression%
from this plugin.

  What happens to uploaded images if I turn the plugin off?

Images uploaded while the plugin was active will stay at their original/old compression
level (to recompress them, I recommend the Regenerate Thumbnails plugin). After 
you deactivate the custom compression setting will be removed and all new images
will use WP’s default 90% compression setting.

## Reviews

![](https://secure.gravatar.com/avatar/52e791e882fd30223b190364c52b086aa1c6778d5c6398f69bb08c008c5ec6ae?
s=60&d=retro&r=g)

### 󠀁[Works as expected](https://wordpress.org/support/topic/works-as-expected-209/)󠁿

 [zehawk](https://profiles.wordpress.org/zehawk/) 3 กันยายน 2016

Works as expected. Only beef I have is that the plugin description does not mention
the most important fact: “compression %” as mentioned in the plugin setting is counterintuitive.
Contrary to what one might think, compression % actually means IQ. In other words,“
100% compression” means no compression, i.e. 100% image quality. Rather strange,
but not a deal breaker. For whatever excellent reason, it didn’t work for me initially.
See https://wordpress.org/support/topic/not-working-or-what-am-i-missing

![](https://secure.gravatar.com/avatar/3ef5e987bbaf8af0441ba2e0164af4ba280e96273e7b56d53bd027125f7b6df3?
s=60&d=retro&r=g)

### 󠀁[Not working for me](https://wordpress.org/support/topic/not-working-for-me-142/)󠁿

 [Dan](https://profiles.wordpress.org/dano55/) 3 กันยายน 2016 4 replies

Tested same file with different names for upload and turned compression to 0 none.
Not different in size and the 3 smaller sizes were not generated. Anyone know how
to currently turn off WP compression. I take care of file size in PSP thank you.

 [ Read all 8 reviews ](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/)

## Contributors & Developers

“WP Resized Image Quality” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Mike Bijon ](https://profiles.wordpress.org/mbijon/)

[Translate “WP Resized Image Quality” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-resized-image-quality)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-resized-image-quality/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-resized-image-quality/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-resized-image-quality/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-resized-image-quality/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.2

 * Compatibility checks for WordPress 3.9

#### 2.1.1

 * Prevent blank image & PHP-type error when compression-level set to 0%

#### 2.1

 * Add handling of the ‘wp_editor_set_quality’ filter that was added in WP 3.5 for
   ImageMagick API
 * Update styles to use colors from WP3.8 admin themes
 * Docs & screenshot reflect new placement of slider on the Settings > Media admin
   page

#### 2.0

 * Move image compression toggle from custom Settings > Image Quality page to Settings
   > Media
 * Add note to current custom Admin page that UX will permanently move to Settings
   > Media in v3.0

#### 1.0.3

 * (attempted) Fix WP.org screenshot display

#### 1.0.1

 * Fixed JS error in wp-admin pages, show our JS only in own wp-admin page

#### 1.0

 * Initial release

## Meta

 *  Version **2.1.2**
 *  Last updated **8 ปี ago**
 *  Active installations **900+**
 *  WordPress version ** 3.1 or higher **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-resized-image-quality/)
 * Tags
 * [compression](https://th.wordpress.org/plugins/tags/compression/)[image](https://th.wordpress.org/plugins/tags/image/)
   [quality](https://th.wordpress.org/plugins/tags/quality/)[thumbnail](https://th.wordpress.org/plugins/tags/thumbnail/)
   [yslow](https://th.wordpress.org/plugins/tags/yslow/)
 *  [Advanced View](https://th.wordpress.org/plugins/wp-resized-image-quality/advanced/)

## Ratings

 4.4 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-resized-image-quality/reviews/)

## Contributors

 *   [ Mike Bijon ](https://profiles.wordpress.org/mbijon/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-resized-image-quality/)