Hi, I'm using image() function to get panorama photo urls and want to display them in photoviewer. But I only get blob urls which can't be displayed in photoviewer. Are there any ways that I can get base64 or datauri from image()?
I tried eg.4 with File plugin, but the image is too large that I get memory problem.
Currently I'm using FileReader() to read the blob url as base64 then display it. But it's both time and memory consuming.
Anyway, thanks for this great plugin!
Hi, I'm using image() function to get panorama photo urls and want to display them in photoviewer. But I only get blob urls which can't be displayed in photoviewer. Are there any ways that I can get base64 or datauri from image()?
I tried eg.4 with File plugin, but the image is too large that I get memory problem.
Currently I'm using FileReader() to read the blob url as base64 then display it. But it's both time and memory consuming.
Anyway, thanks for this great plugin!