Socket
Book a DemoInstallSign in
Socket

atkinson

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

atkinson

Canvas-based Atkinson dithering with a CLI util

0.0.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Node v22.

$ npm -g i atkinson
$ atkinson file.jpg > 1.png

index.js contains a function that takes an ImageData object & modifies it in-place.

$ npm i atkinson

then

import {dithering} from 'atkinson'

let imagedata = ctx.getImageData(0, 0, img.width, img.height)
ctx.putImageData(dithering(imagedata), 0, 0)

♲ Loicense

MIT

Keywords

dithering

FAQs

Package last updated on 11 Jun 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.