PNGEverything is a all files to PNG converter.
.WAV to PNG? Done!
.EXE to PNG? Done!
Store any single file (of up to 80MB) inside of a (technically valid) PNG file.

It is also a submission to The Tool Jam, which you can check out here: https://itch.io/jam/the-tool-jam

It is also available at https://png.cyklan.de
Source code: https://github.com/cyklan/PNGEverything

How it works: Drop any file except a PNG file into the designated area. PNGEverything will then turn your file into a valid (according to pngcheck) PNG file which you can share however you would like.
Getting the file back from the PNG works by dropping the PNG into the designated area. After a bit of calculating, you will receive your file back.


Limitations: You may only convert files up to 80MB.


Checksum verification:

Valid PNG verification:

StatusReleased
CategoryTool
PlatformsHTML5
AuthorCyklan

Download

Download NowName your own price

Click download now to get access to the following files:

build.zip 287 kB

Comments

Log in with itch.io to leave a comment.

ngl, i thought i was gonna get an actual image from it, but oh well :/ cool anyway!

Deleted 2 years ago

This was written in TypeScript with React for the frontend.

You can check out the source code on GitHub: https://github.com/Cyklan/PNGeverything

is this a png for photos or not

(+1)

You don’t really convert other images to png, but rather any file type like e.g. .exe, .xlsx, or basically just any file.

It’s not really meant to be used at all, as the functionality is basically useless. You can theoretically convert jpgs and gifs to png, but it will directly read the bytes. There won’t be an actual conversion.