I have an image with big dimensions and size, for example, I will use this (10MB, 10000x7000 pixels):
https://upload.wikimedia.org/wikipedia/commons/f/ff/Pizigani_1367_Chart_10MB.jpg).
Can I save that file to a variable, then scale it down to specific size and store as a base64
code using javascript
?
Thanks.