You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var resizedImage = canvasResize("dataURLtoBlob", myImage);
In some cases , the blob type is changing to "application/octet-stream" from "image/jpeg" or "image/png". We observed that we are also having the image size as 0 in those cases.
Please help.
Regards,
Sayan
The text was updated successfully, but these errors were encountered:
When I am using this code:
var resizedImage = canvasResize("dataURLtoBlob", myImage);
In some cases , the blob type is changing to "application/octet-stream" from "image/jpeg" or "image/png". We observed that we are also having the image size as 0 in those cases.
Please help.
Regards,
Sayan
The text was updated successfully, but these errors were encountered: