Well, by trial & error, I found the correct function is ``readblob``.
On Thursday, October 13, 2016 at 1:44:42 PM UTC+8, love...@gmail.com wrote: > > I have some jpeg images saved as base64 encoded strings (such strings can > be produced by ```stringmime("image/png", convert(Image, rand(5,5)))``` > using Images.jl). but I tried a whole day and cannot convert them back > (without disk I/O)... >