Linux 软件免费装

Image Processing Queue

开发者 bradt
deliciousbrains
更新时间 2019年5月3日 05:21
PHP版本: 4.6 及以上
WordPress版本: 5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

theme thumbnails image processing image resizing feature-plugin

下载

0.2 1.0.0 1.1.0 1.1.1

详情介绍:

Image Processing Queue is an alternative to on-the-fly (OTF) image processing (e.g. Aqua Resizer) for WordPress themes. Like OTF image processing, it allows theme developers to define image sizes for specific theme contexts rather than defining a size for all uploaded images. This greatly reduces the number of resized images and hence reduces disk space usage and the wait time when uploading an image. Image Processing Queue differs from OTF image processing in how it behaves when an image doesn't exist yet. OTF generates the image right away and the end-user has to wait for the image to be generated. With Image Processing Queue there's no waiting. It immediately returns an image that already exists (that is the closest fit to the image size requested) and adds the image size to a queue. Image sizes are quietly generated in the background using WP Queue. Image Processing Queue also accommodates responsive themes much better than OTF. It allows theme developers to define a list of image sizes that will work best for their theme's responsive breakpoints. Images generated by Image Processing Queue are added to the post meta so that WordPress core's responsive functions will automatically add them to the srcset and delete them from the filesystem when the image is deleted from the Media Library.

安装:

To install as a plugin search for "Image Processing Queue" in your WordPress dashboard and install it from there.

升级注意事项:

1.0.0 Requires PHP 5.3+.

更新日志:

1.1.1 1.1.0 1.0.0 0.2 0.1