Hi
I am back with a new extension!
Extension version (android): 2.0
Java original version: 3.1 (not released)
Using this fun extension, you can process ANY file into a valid image & back again without losing even a bit. The original algorithm was written 3 months ago by me, which now I made it for Android too!
It took over 2 weeks to fully complete it with every minor improvement.
Some past few days, I was working on this.
Documentation and Download
To note
-
Make sure you do not make changes to the encoded image, changing a pixel will make all data corrupt!
-
Never compress the image output
-
Compressing the image again may make the size very bigger or sometimes smaller
-
It takes time to encode file, ex 65 kb file: 4 sec
-
Decoder is 4x fast than the encoder
-
NEVER TRY TO DECODE THE SOURCE OF EXTENSION
Open Source
-
This library does not support Android! You need to make it.
-
This library is outdated
-
New library for Android may be published soon
Any suggestions or improvements are always welcomed!
Thanks!