Skip to content

Converts your IPv4 address to a 4x4 2-bit PNG which you can extract the IP from.

License

Notifications You must be signed in to change notification settings

Gork3m/IP-to-PNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-to-PNG

Converts your IPv4 address to a 4x4 2-bit PNG which you can extract the IP from. https://www.npmjs.com/package/ip2png

Run npm install ip2png Example usage:

const fs = require('fs')
const ip2png = require('ip2png')

ip2png.Convert("1.1.1.1").pack().pipe(fs.createWriteStream('./output.png'));

How does this work??. Here's a tutorial image

Demo: https://fed.gay/x/love.png

About

Converts your IPv4 address to a 4x4 2-bit PNG which you can extract the IP from.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages