Socket
Socket
Sign inDemoInstall

images-set-to-webp-converter

Package Overview
Dependencies
11
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    images-set-to-webp-converter

Powerful util for images (.png | .jpeg | .jpg) set conversion to .webp, generated by Abobe Images Processor Pro plugin


Version published
Weekly downloads
12
increased by200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Images Set To WebP Converter Tweet

npm Price License: MIT GitHub package version

logo_image

The easist way to convert a bunch of .jpg, .png, etc images to webp!

Builded on top of the well versed webp util https://www.npmjs.com/package/cwebp!

Quick Start:

  1. Install the plugin globally or inside your working dir by: npm install -g images-set-to-webp-converter or yarn add images-set-to-webp-converter -g

  2. Prepare some images set inside particular folder, generated previously by Abode Images Processor Pro plugin, like:

      Desktop --- |
                  |
                  | --- IMGSet --- |
                                   |
                                   | --- image@1x.png
                                   | --- image@2x.png
                                   | --- Touchscreen --- |
                                                         |
                                                         | --- img@4x.png
                                                         | --- img@2x.jpg `
    
  3. Run images-set-to-webp-converter util in a way like: yarn images-set-to-webp-converter path=/Desktop/IMGSet

  4. Grab your .webp right on here:

       Desktop --- |
                   |
                   | --- IMGSet --- |
                                    |
                                    | --- image@1x.png
                                    | --- image@2x.png
                                    | --- image@1x.webp <--
                                    | --- image@2x.webp <--
                                    | --- Touchscreen --- |
                                                          |
                                                          | --- img@4x.png
                                                          | --- img@2x.jpg `
                                                          | --- img@4x.webp <--
                                                          | --- img@2x.webp <--
    

And that's all! See how it's easy? So we can convert various images produced by Adobe IPP in the .WEBP format without any tears or routine!

FAQ:

  1. How can I tune the quality/compression of produced image?
  • Well, it's a bit easy. Just add a number value right after you add the path of the folder to proccess. Example: yarn images-set-to-webp-converter path=/Desktop/IMGSet quality=65.

Keywords

FAQs

Last updated on 15 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc