资源说明:Encode + decode text into/from a PNG for compression, or weak cryptology.
This is a demo of using PNG to compress and decompress data to be used in Javascript. This demo is heavily inspired by Nihilogic, and is really just an update that includes javascript decompress, along with tweaking the compression to use all three RGB values instead of just luminance. The library is easy to use, there are two functions; PNGStorage.encode(data); PNGStorage.decode(data, callback);
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。