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.
From what you have written in the documentaiton, I understand that once a file is converted to an image, it would not be possible to base64 encode it again in order to upload to, for example, google drive?
As you said that it works for any file type, it would a lot more easier to upload PDFs to DB and then read them because I never really understood how to upload PDFs but this is really awesome just a small suggestion too, for files such as .docx, .doc, .pdf, .pptx, ppt, etc which have pages, could you make it such that for each slide or page it would return separate images as if in a list?
Hm, but the internal work of the extension is different, it may be difficult to do. First, collect all the pages and then convert them, but how could encoded many pages, if it has text content we could make.. but if it contains many different types of content, it may not.
The best way maybe encode the whole pdf at once as it also may reduce the size.
I am going to wait until you have "finished" your extension.....why post it then start updating/changing it almost immediately, isn't that what beta testing is for ?