Convert a base64 string encoded image to a tiff format in javascript
I have a base64 image that I need to convert into a .tiff format. Is there a (pure) javascript way to do it please ? NB : I saw base64 encoding was just a compress of the original file, I did this to …