Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crazyfactory/png-compression-cli

Package Overview
Dependencies
Maintainers
12
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crazyfactory/png-compression-cli

a cli tool to compresses png encoded files using google zopfli

  • 1.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
12
Created
Source

png-compression-cli

npm Build Status dependencies Status devDependencies Status semantic-release Greenkeeper badge

The CommandLine tool for converting jpg or png files to webp, recursively.

Awsome featurn ✧٩(ˊωˋ*)و✧

This tool would search the jpg or png files by the head infomation with the files, so even the files without the ext name,they also would be found and be converted.

so enjoy it !

Installation

$ npm i -g @crazyfactory/png-compression-cli

Usage

png-compression-cli allow you to convert your images within a current directory, recursively or not. It will overwrite your files with the compressed version

After installation, just run command pngc in ternimal.

To convert all images within the current directory and subdirectoies, use the -r flag

$ pngc -r

To choose a different folder provide it with -p flag

$ pngc -p /var/my-images

To convert the specific image files (assets/img.jpg in this example), you may run the following command.

$ pngc -f assets/img.jpg

or

$ pngc -f assets/img1.jpg,assets/img2.png

Change the parallel number of operations by using the -c flag

$ pngc -c 2

for more help infomation, you could run the -h flag to check it out.

$ pngc -h

License

Copyright (c) 2017 Wolf T. Mathes for Crazy Factory Trading Co. Ltd.

Licensed under the MIT license.

See LICENSE for more info.

Keywords

FAQs

Package last updated on 09 Mar 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc