Conversation
There is no need to rebuild a data uri. We can use URL.createObjectURL and a Blob. It is faster, and further use of the URL will be too.
|
Thanks @bubbatls |
|
Sorry, I've worked too fast and so... too dirty. |
|
Thanks again. :) |
|
maybe the code for building data-uri might be used in loadImage.createObjectURL when it is detected it does not work properly |
|
Could you clarify what you meany by "it does not work properly"? |
|
The variable urlAPI might be undefined if it is not available or buggy (for opera 12 as I saw in comments) |
|
The EXIF code is only called in browsers that do support |
|
Thanks for the explanation, |
There is no need to rebuild a data uri.
We can use URL.createObjectURL and a Blob.
It is faster, and further use of the URL will be too.