gulp-sharp-optimize-images
gulp-sharp-optimize-images
Протестировано с gulp 5.0.0 и 4.0.2.
Оптимизация и конвертация изображений для gulp библиотекой sharp.
What is this
With this thing you can:
- Optimize your images.
- Convert your images to other formats (including, but not limited to .webp and .avif).
Features
- Using the sharp plugin.
- Has a minimum of dependencies.
- Supported formats: .png .jpg/jpeg .webp .avif .tiff .heif .gif
Why is this
- imagemin is unmaintained, see the issue.
- gulp-libsquoosh uses the outdated library @squoosh/lib, which does not have support for node > 16.0.0. In addition, the squoosh lib is no longer maintained.
- @donmahallem/gulp-sharp does not have normal documentation.
How to use this
Installation
npm i --D gulp-sharp-optimize-images
OR
yarn add gulp-sharp-optimize-images -D
Example of usage
API
outputImageExtname
Type:
An object that allows you to convert images into images of a .
Also optimizes and transmits the original.
param
Type: (depends on the parameter)
Option for an output image.
To familiarize yourself with the available options, refer to the plugin documentation (for example, this section for .jpeg):
https://sharp.pixelplumbing.com/api-output#jpeg
alsoProcessOriginal
Type:
Default value:
It also allows you to optimize and move the original file. It only works for the type parameter.
imageExtname_to_imageExtname
Type:
An object that allows you to convert images of a into images of a .
Does not transmit the original.
logLevel
Type:
Default value:
Can get the value:
Allows you to change the logging.
Supported format names:
- png
|jpgjpeg- webp
- avif
- tiff
- heif
- gif