Socket
Book a DemoInstallSign in
Socket

ppm-bin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ppm-bin

Converts ppm bin image to an png image

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

node-ppm-bin

Portable pixmap Binary to png converter.

https://en.wikipedia.org/wiki/Netpbm_format

Supports Magic Number P6. Produced by qemu qmp command:

screendump
----------

Save screen into PPM image.

Arguments:

- "filename": file path (json-string)

Example:

-> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } }
<- { "return": {} }

usage:

ppmbin = require 'ppm-bin'

ppmbin.convert 'image.ppm', 'image.png', (err) ->
  console.log err

Keywords

ppm

FAQs

Package last updated on 13 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