Changeset 2906056
- Timestamp:
- 04/29/2023 10:31:45 AM (3 years ago)
- Location:
- another-simple-image-optimizer
- Files:
-
- 2 edited
-
tags/0.1.3/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
another-simple-image-optimizer/tags/0.1.3/readme.txt
r2905187 r2906056 10 10 License URI: https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/LICENSE 11 11 12 Automatically optimize uploaded images using the Spatie image-optimizer library and binar ies on your host system (jpegoptim, optipng, pngquant, cwebp, gifsicle, svgo)12 Automatically optimize uploaded images using the Spatie image-optimizer library and binary files on your host system (e. g. jpegoptim, optipng) 13 13 14 14 == Description == 15 15 16 WordPress plugin to optimize uploaded images (jpg, png, gif, webp, svg) using the great[Spatie image-optimizer library][1] and binary files on your host system.16 Automatically optimize uploaded images (jpg, png, gif, webp, svg) using the [Spatie image-optimizer library][1] and binary files on your host system. 17 17 18 If you open your media library, switch to list mode and enable the new column "Optimized", you can click a link to optimize a previously uploaded image directly.18 New uploaded images with all image sizes (thumbnails) will be optimized automatically. 19 19 20 New uploaded images and all image sizes (thumbnails) are optimized automatically. 20 Previously uploaded images can be updated in two ways: 21 21 22 To update existing images, use the cli `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other addon, that regenerates existing thumbnails should work, too (not tested). 22 1. Use the command line interface (cli) and run `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other plugin, that regenerates existing thumbnails should work, too (not tested, yet). 23 2. The media library has a new column "Optimized" in the list view, which displays the new and the old file size. If an image is not optimized, there is a link named "Optimize" to run the optimizer directly. 23 24 24 __Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin - or don't use this plugin, if this is a deal breaker for you.25 __Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin. If this is a deal-breaker for you, don't use it. 25 26 26 __Important:__ If the needed binar ies aren't installed, this plugin won't optimize anything. Don't use this plugin, if you don't know, how to install them or if your web hoster doesn't provide them.27 __Important:__ If the needed binary files aren't installed, this plugin won't optimize anything. Don't use it, if you don't know, how to install them or if your web hoster doesn't provide them. 27 28 28 For more information and notes about development, checkout the [project README.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md)29 For more information and notes about development, checkout the [project README.md file on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md) 29 30 30 31 ## Optimization tools … … 39 40 * [cwebp][14] 40 41 41 You can find information about how to install the binaries in the [spatie image-optimizer README][2].42 At least jpegoptim and optipng should be installed. 42 43 43 You probably want at least jpegoptim and optipng to be installed.44 You can find information about how to install the binary files in the [Spatie image-optimizer README.md file][2]. 44 45 45 46 [1]: https://github.com/spatie/image-optimizer … … 52 53 [14]: https://developers.google.com/speed/webp/docs/precompiled 53 54 54 ## Changelog 55 == Changelog == 55 56 56 57 See the [project CHANGELOG.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/CHANGELOG.md) -
another-simple-image-optimizer/trunk/readme.txt
r2905187 r2906056 10 10 License URI: https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/LICENSE 11 11 12 Automatically optimize uploaded images using the Spatie image-optimizer library and binar ies on your host system (jpegoptim, optipng, pngquant, cwebp, gifsicle, svgo)12 Automatically optimize uploaded images using the Spatie image-optimizer library and binary files on your host system (e. g. jpegoptim, optipng) 13 13 14 14 == Description == 15 15 16 WordPress plugin to optimize uploaded images (jpg, png, gif, webp, svg) using the great[Spatie image-optimizer library][1] and binary files on your host system.16 Automatically optimize uploaded images (jpg, png, gif, webp, svg) using the [Spatie image-optimizer library][1] and binary files on your host system. 17 17 18 If you open your media library, switch to list mode and enable the new column "Optimized", you can click a link to optimize a previously uploaded image directly.18 New uploaded images with all image sizes (thumbnails) will be optimized automatically. 19 19 20 New uploaded images and all image sizes (thumbnails) are optimized automatically. 20 Previously uploaded images can be updated in two ways: 21 21 22 To update existing images, use the cli `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other addon, that regenerates existing thumbnails should work, too (not tested). 22 1. Use the command line interface (cli) and run `wp media regenerate`, which also triggers the optimization chain. If you don't have cli access, some other plugin, that regenerates existing thumbnails should work, too (not tested, yet). 23 2. The media library has a new column "Optimized" in the list view, which displays the new and the old file size. If an image is not optimized, there is a link named "Optimize" to run the optimizer directly. 23 24 24 __Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin - or don't use this plugin, if this is a deal breaker for you.25 __Warning:__ Images are replaced with the optimized ones. Create a backup before testing this plugin. If this is a deal-breaker for you, don't use it. 25 26 26 __Important:__ If the needed binar ies aren't installed, this plugin won't optimize anything. Don't use this plugin, if you don't know, how to install them or if your web hoster doesn't provide them.27 __Important:__ If the needed binary files aren't installed, this plugin won't optimize anything. Don't use it, if you don't know, how to install them or if your web hoster doesn't provide them. 27 28 28 For more information and notes about development, checkout the [project README.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md)29 For more information and notes about development, checkout the [project README.md file on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/README.md) 29 30 30 31 ## Optimization tools … … 39 40 * [cwebp][14] 40 41 41 You can find information about how to install the binaries in the [spatie image-optimizer README][2].42 At least jpegoptim and optipng should be installed. 42 43 43 You probably want at least jpegoptim and optipng to be installed.44 You can find information about how to install the binary files in the [Spatie image-optimizer README.md file][2]. 44 45 45 46 [1]: https://github.com/spatie/image-optimizer … … 52 53 [14]: https://developers.google.com/speed/webp/docs/precompiled 53 54 54 ## Changelog 55 == Changelog == 55 56 56 57 See the [project CHANGELOG.md on Codeberg](https://codeberg.org/raffaelj/wordpress-another-simple-image-optimizer/src/branch/main/CHANGELOG.md)
Note: See TracChangeset
for help on using the changeset viewer.