Linux 软件免费装
Banner图

Resize images before upload

开发者 WPsites
更新时间 2013年7月30日 04:11
PHP版本: 3.0 及以上
WordPress版本: 3.6

标签

images resize plupload

下载

0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 1.1 1.3 1.4 1.5 1.6 1.7 1.7.1 1.8 0.1 1.2

详情介绍:

Resize your images before they are uploaded to your website (server), no need to use image editing software. Drag+drop images from your digital camera to WordPress. This plugin works best in HTML5 compatible web browsers such as Chrome or Firefox. If your web browser does not support HTML5 then this plugin will swap your image uploader runtime to the Adobe Flash version which makes sure the resize function works across more web browsers. The side effect to this is drag+drop will be disabled since this is not supported in Flash (everything works in HTML5 compatible browsers). If you experience issues or drag+drop is more important to you than resizing images then you can disable the Flash override in your settings -> media. This plugin does not work on the iPhone or iPad. This plugin removes the upload file size limit and turns on the resize function. Once this plugin is enabled your images will be resized in the browser before being uploaded to your website (server). This plugin adds an additional setting to your settings -> media page that allows you to specify the image quality when being resized. The quality value can range from 1-100. The higher the quality the larger the file size. The default value is 80 which reduces the file size whilst still maintaining a decent quality image. You can also set the resize dimensions for this plugin here to, if you weren't happy inheriting the default large image size settings. If you want to force the resized image width/height, overriding the media settings (making it so multisite users cannot change this value etc) you can do this in wp-config.php by setting two constants: define( 'RIBU_RESIZE_WIDTH', 1000 ); //1000 px wide define( 'RIBU_RESIZE_HEIGHT', 900 ); //900 px high define( 'RIBU_RESIZE_QUALITY', 75 ); //0-100, 100 being high quality defined( 'RIBU_MAX_UPLOAD_SIZE' '2097152b' ) ); //size in bytes To work, any settings added to your wp-config.php file should be done above the line that reads: / That's all, stop editing! Happy blogging. / Find the plugin on github: https://github.com/WPsites/Resize-images-before-upload

安装:

  1. Upload the resize-images-before-upload folder to the /wp-content/plugins/ directory
  2. 通过WordPress的“插件”菜单激活插件

常见问题:

How much will this plugin reduce my image file sizes by?

Before writing this I uploaded a photo straight from a digital camera sized at 2,969kb once resized by this plugin that photo was reduced to 620k. The image was resized to 1000 x 1000px with a quality of 100. Changing the quality to 80 resulted in a smaller file size of 200k. You can alter these settings in your media setting.

Does this plugin work on all browsers?

I don't think so. This looks like part of the reason this function is left out of WordPress core. If the web browser supports HTML5 images will be resized. For browsers without HTML5 the Adobe Flash uploader will be used. If the browser doesn't even have Flash then a message will be shown (see change log) and no automatic resizing will take place. http://www.plupload.com/ shows the uploader component features which has some further notes on browser compatibility.

更新日志:

1.8 1.7.1 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1