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

advpng-bin

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advpng-bin

Pngcrush wrapper that makes it seamlessly available as a local dependency on OS X, Linux

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
495
decreased by-38.81%
Maintainers
1
Weekly downloads
 
Created
Source

node-advpng-bin

About

advpng node.js wrapper that optimize PNG images.

The main purpose of this utility is to recompress png files to get the smallest possible size. Please note that this utility is not able to read a generic file. It's granted to be able to read only the files generated by the AdvanceMAME emulator.

Build Status NPM version Dependency Status devDependency Status

NPM

Install

$ npm install -g advpng-bin

Usage with Node.js

var execFile = require('child_process').execFile;
var advpngPath = require('advpng-bin').path;

execFile(advpngPath, ['--recompress', '--shrink-extra', 'dest.png'], function() {
  console.log('Image minified');
});

License

This is MIT. advpng is licensed under GNU General Public License (GPL).

Keywords

FAQs

Package last updated on 14 Feb 2014

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