Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@benev/batchimage

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@benev/batchimage

command-line tool for converting and compressing images

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

🖼️⚙️ @benev/batchimage

command-line tool for converting and compressing images

  • it reads images from one folder, and outputs copies into another folder.
  • it's recursive, and the output directory will have the same structure.
  • assuming you've installed nodejs, you do it like this:
    npx @benev/batchimage \
      --in "assets" \
      --out "x/assets" \
      --format "webp" \
      --quality "75" \
      --size "800"
    
  • run npx @benev/batchimage +help for more info.

Keywords

batch

FAQs

Package last updated on 27 Feb 2024

Did you know?

Socket

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