MCPcopy Index your code
hub / github.com/Coxxs/image-hide

github.com/Coxxs/image-hide @1.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0.4 ↗ · + Follow
2 symbols 10 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

image-hide

Put a secret image into another image using alpha channel magic.

Try to view this image under black background:

Inspired by Hackergame 2019

Usage

npm install --save image-hide
import { promises as fs } from 'fs'
import hide from 'image-hide'

// Size (width & height) of these images should be same.
let imageA = await fs.readFile('a.png')
let imageB = await fs.readFile('b.png')

await fs.writeFile('result.png', Buffer.from(hide(imageA, imageB)))

Core symbols most depended-on inside this repo

Shape

Function 2

Languages

TypeScript100%

Modules by API surface

index.mjs2 symbols

For agents

$ claude mcp add image-hide \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page